summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2007-06-30 23:43:31 +0200
committerMichael Brown2007-06-30 23:43:31 +0200
commit8f6a4e81406c384cb3e8bdd0e9386581d6d2f11e (patch)
treebd7b2cde7f1c89124a9207177ba4f42e455acd22 /src/include
parentPlace the actual version string in .data16, rather than just the (diff)
downloadipxe-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.h5
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