Browse Source

Replace "Etherboot" strings with "gPXE".

tags/v0.9.3
Michael Brown 16 years ago
parent
commit
89eaab79c8
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      src/arch/i386/prefix/romprefix.S

+ 4
- 4
src/arch/i386/prefix/romprefix.S View File

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

Loading…
Cancel
Save