2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-08-15 15:50:24 +00:00

Merge from Etherboot 5.4

This commit is contained in:
Michael Brown
2006-03-16 17:31:29 +00:00

View File

@@ -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];