system.cc (7087:fb8d5786ff30) system.cc (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

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

54{
55}
56
57LinuxX86System::~LinuxX86System()
58{
59}
60
61void
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

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

54{
55}
56
57LinuxX86System::~LinuxX86System()
58{
59}
60
61void
62LinuxX86System::startup()
62LinuxX86System::initState()
63{
63{
64 X86System::startup();
64 X86System::initState();
65
66 // The location of the real mode data structure.
67 const Addr realModeData = 0x90200;
68
69 // A port to write to memory.
70 FunctionalPort * physPort = threadContexts[0]->getPhysPort();
71
72 /*

--- 70 unchanged lines hidden ---
65
66 // The location of the real mode data structure.
67 const Addr realModeData = 0x90200;
68
69 // A port to write to memory.
70 FunctionalPort * physPort = threadContexts[0]->getPhysPort();
71
72 /*

--- 70 unchanged lines hidden ---