gem5/kern
Nathan Binkert c0de2e7f12 Clean up the passing of the boot command line to the kernel.
kern/linux/linux_system.cc:
    Don't hard code the address of the command line in the kernel,
    instead, deduce it from the location of known symbols.
    don't use strcpy, it's dangerous.
kern/linux/linux_system.hh:
    Don't hard code the address of the command line in the kernel,
    instead, deduce it from the location of known symbols.

--HG--
extra : convert_revision : 128b1d5dbd00b0b8571707da99f86f76e29abfd1
2005-08-23 11:47:12 -04:00
..
freebsd Clean up freebsd_system.cc. 2005-08-16 16:08:42 -04:00
linux Clean up the passing of the boot command line to the kernel. 2005-08-23 11:47:12 -04:00
tru64 Many files: 2005-06-05 05:16:00 -04:00
kernel_stats.cc Remove #include statments in various files within kern/ 2005-06-30 16:18:07 -04:00
kernel_stats.hh Remove #include statments in various files within kern/ 2005-06-30 16:18:07 -04:00
system_events.cc Remove #include statments in various files within kern/ 2005-06-30 16:18:07 -04:00
system_events.hh Remove #include statments in various files within kern/ 2005-06-30 16:18:07 -04:00