|
@@ -82,7 +82,7 @@ mfgstr:
|
82
|
82
|
.asciz "http://etherboot.org"
|
83
|
83
|
.size mfgstr, . - mfgstr
|
84
|
84
|
prodstr:
|
85
|
|
- .asciz "Etherboot"
|
|
85
|
+ .asciz "gPXE"
|
86
|
86
|
.size prodstr, . - prodstr
|
87
|
87
|
|
88
|
88
|
undiheader:
|
|
@@ -131,10 +131,10 @@ notpnp:
|
131
|
131
|
.size init_vector, . - init_vector
|
132
|
132
|
|
133
|
133
|
ispnp_message:
|
134
|
|
- .asciz "Etherboot detected PnP BIOS\r\n"
|
|
134
|
+ .asciz "gPXE detected PnP BIOS\r\n"
|
135
|
135
|
.size ispnp_message, . - ispnp_message
|
136
|
136
|
notpnp_message:
|
137
|
|
- .asciz "Etherboot detected non-PnP BIOS\r\n"
|
|
137
|
+ .asciz "gPXE detected non-PnP BIOS\r\n"
|
138
|
138
|
.size notpnp_message, . - notpnp_message
|
139
|
139
|
|
140
|
140
|
/* Boot execution vector
|
|
@@ -173,7 +173,7 @@ exec_vector:
|
173
|
173
|
.previous
|
174
|
174
|
|
175
|
175
|
exec_message:
|
176
|
|
- .asciz "Etherboot starting boot\r\n"
|
|
176
|
+ .asciz "gPXE starting boot\r\n"
|
177
|
177
|
.size exec_message, . - exec_message
|
178
|
178
|
|
179
|
179
|
/* UNDI loader
|