diff options
| author | Michael Brown | 2006-03-16 18:31:29 +0100 |
|---|---|---|
| committer | Michael Brown | 2006-03-16 18:31:29 +0100 |
| commit | 9c8a69b673149c209746732a0dc6c001083dba49 (patch) | |
| tree | c68bf065aa90dcf7ccbf87c38ab24e1405e025e6 | |
| parent | Merge from Etherboot 5.4 (diff) | |
| parent | Import from Etherboot 5.4 (diff) | |
| download | ipxe-9c8a69b673149c209746732a0dc6c001083dba49.tar.gz ipxe-9c8a69b673149c209746732a0dc6c001083dba49.tar.xz ipxe-9c8a69b673149c209746732a0dc6c001083dba49.zip | |
Merge from Etherboot 5.4
| -rw-r--r-- | src/include/etherboot.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/etherboot.h b/src/include/etherboot.h index 83f117efd..b9546c043 100644 --- a/src/include/etherboot.h +++ b/src/include/etherboot.h @@ -159,7 +159,7 @@ struct arptable_t { uint8_t node[6]; } PACKED; -#define KERNEL_BUF (BOOTP_DATA_ADDR->bootp_reply.bp_file) +#define KERNEL_BUF (bootp_data.bootp_reply.bp_file) #define FLOPPY_BOOT_LOCATION 0x7c00 @@ -282,6 +282,8 @@ External variables extern struct rom_info rom; extern char *hostname; extern int hostnamelen; +extern unsigned char *addparam; +extern int addparamlen; extern jmp_buf restart_etherboot; extern int url_port; extern struct arptable_t arptable[MAX_ARP]; |
