pc.cc (5446:23711deb13ac) pc.cc (5478:ca055528a3b3)
1/*
2 * Copyright (c) 2008 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

34
35#include <deque>
36#include <string>
37#include <vector>
38
39#include "arch/x86/x86_traits.hh"
40#include "dev/intel_8254_timer.hh"
41#include "cpu/intr_control.hh"
1/*
2 * Copyright (c) 2008 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

34
35#include <deque>
36#include <string>
37#include <vector>
38
39#include "arch/x86/x86_traits.hh"
40#include "dev/intel_8254_timer.hh"
41#include "cpu/intr_control.hh"
42#include "dev/simconsole.hh"
42#include "dev/terminal.hh"
43#include "dev/x86/pc.hh"
44#include "sim/system.hh"
45
46using namespace std;
47using namespace TheISA;
48
49PC::PC(const Params *p)
50 : Platform(p), system(p->system)

--- 75 unchanged lines hidden ---
43#include "dev/x86/pc.hh"
44#include "sim/system.hh"
45
46using namespace std;
47using namespace TheISA;
48
49PC::PC(const Params *p)
50 : Platform(p), system(p->system)

--- 75 unchanged lines hidden ---