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,7 +159,7 @@ struct arptable_t {
159 159
 	uint8_t node[6];
160 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 164
 #define	FLOPPY_BOOT_LOCATION	0x7c00
165 165
 
@@ -282,6 +282,8 @@ External variables
282 282
 extern struct rom_info rom;
283 283
 extern char *hostname;
284 284
 extern int hostnamelen;
285
+extern unsigned char *addparam;
286
+extern int addparamlen;
285 287
 extern jmp_buf restart_etherboot;
286 288
 extern int url_port;
287 289
 extern struct arptable_t arptable[MAX_ARP];

Loading…
Cancel
Save