console code now builds on zizzer
authorAli Saidi <saidi@eecs.umich.edu>
Mon, 17 May 2004 21:49:19 +0000 (17:49 -0400)
committerAli Saidi <saidi@eecs.umich.edu>
Mon, 17 May 2004 21:49:19 +0000 (17:49 -0400)
commit31ac4ce14032ee8bc3f44a9a600bd006f054077b
treeb0bbef85fbc58ea88a0da0c2ad597cff23302673
parentb582b5058e1ecfc4f8a38c74ff111bed47d9fdbb
console code now builds on zizzer

console/Makefile:
    Updated to build on linux and removed
    lots of crud that compiled, disassembled, and then reassembled
console/dbmentry.s:
    the assembler didn't like they comments, so I removed them
console/printf.c:
    Gcc was very unhappy, so I fixed this line
h/lib.h:
    time_t is defined in a std header, and this was causing some problems
system/alpha/console/Makefile
system/alpha/console/dbmentry.s
system/alpha/console/printf.c
system/alpha/h/lib.h