gem5/system/alpha/console
Nathan Binkert fce2978d41 console code cleanup
console/console.c:
    the go parameter to unixBoot is never used, so get rid of it.
    just panic if we return from unixBoot since it's never supposed
    to happen.
    remove the MAX_CPUS parameter and the bootStrapImpure variable
    and just allocate memory as needed.  (Can in theory support many
    more CPUs.)
2005-06-28 23:22:28 -04:00
..
console.c console code cleanup 2005-06-28 23:22:28 -04:00
dbmentry.S Major system code cleanup and formatting 2005-06-27 17:25:54 -04:00
Makefile pass the location of the m5 backdoor via the m5AlphaAccess variable 2005-06-28 01:13:20 -04:00
paljtokern.S Major system code cleanup and formatting 2005-06-27 17:25:54 -04:00
paljtoslave.S Major system code cleanup and formatting 2005-06-27 17:25:54 -04:00
printf.c Major system code cleanup and formatting 2005-06-27 17:25:54 -04:00