Browse Source

Merge from Etherboot 5.4

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
9c8a69b673
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      src/include/etherboot.h

+ 3
- 1
src/include/etherboot.h View File

159
 	uint8_t node[6];
159
 	uint8_t node[6];
160
 } PACKED;
160
 } PACKED;
161
 
161
 
162
-#define	KERNEL_BUF	(BOOTP_DATA_ADDR->bootp_reply.bp_file)
162
+#define	KERNEL_BUF	(bootp_data.bootp_reply.bp_file)
163
 
163
 
164
 #define	FLOPPY_BOOT_LOCATION	0x7c00
164
 #define	FLOPPY_BOOT_LOCATION	0x7c00
165
 
165
 
282
 extern struct rom_info rom;
282
 extern struct rom_info rom;
283
 extern char *hostname;
283
 extern char *hostname;
284
 extern int hostnamelen;
284
 extern int hostnamelen;
285
+extern unsigned char *addparam;
286
+extern int addparamlen;
285
 extern jmp_buf restart_etherboot;
287
 extern jmp_buf restart_etherboot;
286
 extern int url_port;
288
 extern int url_port;
287
 extern struct arptable_t arptable[MAX_ARP];
289
 extern struct arptable_t arptable[MAX_ARP];

Loading…
Cancel
Save