gem5/kern
Nathan Binkert 6083c8280b implement the readfile pseudo instruction that will read
a realworld file.

arch/alpha/isa_desc:
arch/alpha/pseudo_inst.hh:
    implement the readfile pseudo instruction that will read a
    chunk of a realworld file.
arch/alpha/pseudo_inst.cc:
    implement the readfile pseudo instruction that will read a
    chunk of a realworld file.  The filename is a per system
    parameter and comes from the system itself.
kern/linux/linux_system.cc:
sim/system.hh:
    Create a per-system readfile parameter for use by the readfile
    pseudo instruction.  That way each system can get its own file.

--HG--
extra : convert_revision : 941b3a3e20702a6252b219ca66a6d90da2944c50
2004-07-01 18:03:05 -04:00
..
linux implement the readfile pseudo instruction that will read 2004-07-01 18:03:05 -04:00
tru64 rename CopyData to CopyOut and implement CopyIn to copy data 2004-07-01 18:00:18 -04:00
kernel_stats.cc lif kernelt stats out of tru64 directory 2004-06-10 01:02:33 -04:00
kernel_stats.hh lif kernelt stats out of tru64 directory 2004-06-10 01:02:33 -04:00
system_events.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
system_events.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00