mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 20:10:18 +03:00
Add gdbsym.c object to help with running gdb-to-qemu
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user