Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Replace "Etherboot" strings with "gPXE".
  • Loading branch information
Michael Brown committed Nov 20, 2007
1 parent 6855c35 commit 89eaab7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/arch/i386/prefix/romprefix.S
Expand Up @@ -82,7 +82,7 @@ mfgstr:
.asciz "http://etherboot.org"
.size mfgstr, . - mfgstr
prodstr:
.asciz "Etherboot"
.asciz "gPXE"
.size prodstr, . - prodstr

undiheader:
Expand Down Expand Up @@ -131,10 +131,10 @@ notpnp:
.size init_vector, . - init_vector

ispnp_message:
.asciz "Etherboot detected PnP BIOS\r\n"
.asciz "gPXE detected PnP BIOS\r\n"
.size ispnp_message, . - ispnp_message
notpnp_message:
.asciz "Etherboot detected non-PnP BIOS\r\n"
.asciz "gPXE detected non-PnP BIOS\r\n"
.size notpnp_message, . - notpnp_message

/* Boot execution vector
Expand Down Expand Up @@ -173,7 +173,7 @@ exec_vector:
.previous

exec_message:
.asciz "Etherboot starting boot\r\n"
.asciz "gPXE starting boot\r\n"
.size exec_message, . - exec_message

/* UNDI loader
Expand Down

0 comments on commit 89eaab7

Please sign in to comment.