diff options
author | Nathan Binkert <binkertn@umich.edu> | 2003-11-14 12:32:52 -0500 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2003-11-14 12:32:52 -0500 |
commit | 492fa2ae5ee7ef9c3f3601ac611ebc9a43ff83eb (patch) | |
tree | 4ab3911ab8d1e6fac6b1261c6bb7cc7c5caf1048 /system/alpha/console/paljtokern.s | |
parent | b8612cbda3625e27f109469a1f5416237c97fb41 (diff) | |
download | gem5-492fa2ae5ee7ef9c3f3601ac611ebc9a43ff83eb.tar.xz |
Get the console code to compile correctly
Add support for some thigns that M5 needs
Make this better support Tru64 v5.1
console/Makefile:
I couldn't figure out the old build system since I was missing
a bunch of tools at the time, so I kinda rewrote it.
console/console.c:
Get the includes right, and make things compile
little bit of cleanup along the way
console/paljtokern.s:
formatting junk
console/printf.c:
Formatting
get const right
h/lib.h:
fiddle with the includes that we need
console/console.c:
Get the BOOTDEVICE_NAME right
Add a bit of support for grabbing console environment variables
Diffstat (limited to 'system/alpha/console/paljtokern.s')
-rw-r--r-- | system/alpha/console/paljtokern.s | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/system/alpha/console/paljtokern.s b/system/alpha/console/paljtokern.s index 30497ef01..979d719a9 100644 --- a/system/alpha/console/paljtokern.s +++ b/system/alpha/console/paljtokern.s @@ -1,8 +1,8 @@ -#include "dc21164.h" // DECchip 21164 specific definitions -#include "osf.h" // OSF/1 specific definitions -#include "macros.h" // Global macro definitions -#include "ev5_impure.h" // Scratch & logout area data structures -#include "platform.h" // Platform specific definitions +#include "dc21164.h" // DECchip 21164 specific definitions +#include "osf.h" // OSF/1 specific definitions +#include "macros.h" // Global macro definitions +#include "ev5_impure.h" // Scratch & logout area data structures +#include "platform.h" // Platform specific definitions .global palJToKern .text 3 |