gem5/kern/tru64
Nathan Binkert 4759c203c7 Remove all of the Tru64 specific stuff from the base System object
into its own Tru64System object.  Also remove the System builder
stuff and create a Tru64System builder.  This makes it much
simpler to support more operating systems.

arch/alpha/ev5.cc:
    Each system provides its own mechanism for doing a breakpoint.
base/remote_gdb.hh:
    #include <map>
cpu/pc_event.cc:
cpu/pc_event.hh:
    Separate out System specific PCEvents
cpu/simple_cpu/simple_cpu.cc:
    each system provides its own init script
kern/tru64/dump_mbuf.cc:
kern/tru64/printf.cc:
    Stick this in a namespace

--HG--
extra : convert_revision : 9f74527ed2ff8010431d9aff34357aaecc1fb3f6
2003-10-14 12:19:59 -04:00
..
dump_mbuf.cc Remove all of the Tru64 specific stuff from the base System object 2003-10-14 12:19:59 -04:00
dump_mbuf.hh Remove all of the Tru64 specific stuff from the base System object 2003-10-14 12:19:59 -04:00
mbuf.hh Split up kernel.cc into separate files for dump_mbuf and printf 2003-10-13 17:24:27 -04:00
printf.cc Remove all of the Tru64 specific stuff from the base System object 2003-10-14 12:19:59 -04:00
printf.hh Remove all of the Tru64 specific stuff from the base System object 2003-10-14 12:19:59 -04:00
tru64.hh Import changeset 2003-10-07 10:41:54 -04:00
tru64_events.cc Remove all of the Tru64 specific stuff from the base System object 2003-10-14 12:19:59 -04:00
tru64_events.hh Remove all of the Tru64 specific stuff from the base System object 2003-10-14 12:19:59 -04:00
tru64_syscalls.cc Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
tru64_syscalls.hh Make include paths explicit and update makefile accordingly. 2003-10-10 11:09:00 -07:00
tru64_system.cc Remove all of the Tru64 specific stuff from the base System object 2003-10-14 12:19:59 -04:00
tru64_system.hh Remove all of the Tru64 specific stuff from the base System object 2003-10-14 12:19:59 -04:00