system.hh (7087:fb8d5786ff30) system.hh (7532:3f6413fc37a2)
1/*
2 * Copyright (c) 2007-2008 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

53 std::string commandLine;
54 X86ISA::E820Table * e820Table;
55
56 public:
57 typedef LinuxX86SystemParams Params;
58 LinuxX86System(Params *p);
59 ~LinuxX86System();
60
1/*
2 * Copyright (c) 2007-2008 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

53 std::string commandLine;
54 X86ISA::E820Table * e820Table;
55
56 public:
57 typedef LinuxX86SystemParams Params;
58 LinuxX86System(Params *p);
59 ~LinuxX86System();
60
61 void startup();
61 void initState();
62};
63
64#endif
65
62};
63
64#endif
65