david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Replace "Etherboot" strings with "gPXE".

This commit is contained in:
Michael Brown 2007-11-20 02:00:54 +00:00
parent 6855c357a5
commit 89eaab79c8
1 changed files with 4 additions and 4 deletions

View File

@ -82,7 +82,7 @@ mfgstr:
.asciz "http://etherboot.org" .asciz "http://etherboot.org"
.size mfgstr, . - mfgstr .size mfgstr, . - mfgstr
prodstr: prodstr:
.asciz "Etherboot" .asciz "gPXE"
.size prodstr, . - prodstr .size prodstr, . - prodstr
undiheader: undiheader:
@ -131,10 +131,10 @@ notpnp:
.size init_vector, . - init_vector .size init_vector, . - init_vector
ispnp_message: ispnp_message:
.asciz "Etherboot detected PnP BIOS\r\n" .asciz "gPXE detected PnP BIOS\r\n"
.size ispnp_message, . - ispnp_message .size ispnp_message, . - ispnp_message
notpnp_message: notpnp_message:
.asciz "Etherboot detected non-PnP BIOS\r\n" .asciz "gPXE detected non-PnP BIOS\r\n"
.size notpnp_message, . - notpnp_message .size notpnp_message, . - notpnp_message
/* Boot execution vector /* Boot execution vector
@ -173,7 +173,7 @@ exec_vector:
.previous .previous
exec_message: exec_message:
.asciz "Etherboot starting boot\r\n" .asciz "gPXE starting boot\r\n"
.size exec_message, . - exec_message .size exec_message, . - exec_message
/* UNDI loader /* UNDI loader