system.cc (5303:ee44ea10f32f) system.cc (5330:a1db38b0d8e8)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

--- 54 unchanged lines hidden (view full) ---

63#include "mem/physical.hh"
64#include "params/LinuxX86System.hh"
65
66
67using namespace LittleEndianGuest;
68using namespace X86ISA;
69
70LinuxX86System::LinuxX86System(Params *p)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

--- 54 unchanged lines hidden (view full) ---

63#include "mem/physical.hh"
64#include "params/LinuxX86System.hh"
65
66
67using namespace LittleEndianGuest;
68using namespace X86ISA;
69
70LinuxX86System::LinuxX86System(Params *p)
71 : X86System(p), commandLine(p->command_line)
71 : X86System(p), commandLine(p->boot_osflags)
72{
73}
74
75LinuxX86System::~LinuxX86System()
76{
77}
78
79void

--- 136 unchanged lines hidden ---
72{
73}
74
75LinuxX86System::~LinuxX86System()
76{
77}
78
79void

--- 136 unchanged lines hidden ---