summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/prefix/hdprefix.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/prefix/hdprefix.S')
-rw-r--r--src/arch/i386/prefix/hdprefix.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/arch/i386/prefix/hdprefix.S b/src/arch/i386/prefix/hdprefix.S
index 05767567..820bad35 100644
--- a/src/arch/i386/prefix/hdprefix.S
+++ b/src/arch/i386/prefix/hdprefix.S
@@ -78,13 +78,13 @@ load_length:
load_failed:
movw $10f, %si
jmp boot_error
-10: .asciz "Could not load gPXE\r\n"
+10: .asciz "Could not load iPXE\r\n"
.org 510
.byte 0x55, 0xaa
start_image:
- /* Install gPXE */
+ /* Install iPXE */
call install
/* Set up real-mode stack */
@@ -102,7 +102,7 @@ start_image:
call prot_call
popl %ecx /* discard */
- /* Uninstall gPXE */
+ /* Uninstall iPXE */
call uninstall
/* Boot next device */