diff options
| author | Michael Brown | 2007-06-30 23:43:31 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-06-30 23:43:31 +0200 |
| commit | 8f6a4e81406c384cb3e8bdd0e9386581d6d2f11e (patch) | |
| tree | bd7b2cde7f1c89124a9207177ba4f42e455acd22 /src/include | |
| parent | Place the actual version string in .data16, rather than just the (diff) | |
| download | ipxe-8f6a4e81406c384cb3e8bdd0e9386581d6d2f11e.tar.gz ipxe-8f6a4e81406c384cb3e8bdd0e9386581d6d2f11e.tar.xz ipxe-8f6a4e81406c384cb3e8bdd0e9386581d6d2f11e.zip | |
Add gdbsym.c object to help with running gdb-to-qemu
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/gpxe/init.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/gpxe/init.h b/src/include/gpxe/init.h index 0a2eb0bf4..bd4cd97d4 100644 --- a/src/include/gpxe/init.h +++ b/src/include/gpxe/init.h @@ -36,8 +36,9 @@ struct init_fn { /* Use double digits to avoid problems with "10" < "9" on alphabetic sort */ #define INIT_CONSOLE 02 -#define INIT_CPU 03 -#define INIT_TIMERS 04 +#define INIT_GDBSYM 03 +#define INIT_CPU 04 +#define INIT_TIMERS 05 #define INIT_LOADBUF 08 #define INIT_PCMCIA 09 #define INIT_RPC 11 |
