diff --git a/10-32bit-enter/32bit-main.asm b/10-32bit-enter/32bit-main.asm index b84404e..41bc811 100644 --- a/10-32bit-enter/32bit-main.asm +++ b/10-32bit-enter/32bit-main.asm @@ -19,8 +19,8 @@ BEGIN_PM: ; after the switch we will get here call print_string_pm ; Note that this will be written at the top left corner jmp $ -MSG_REAL_MODE db "Started in 16-bit real mode", 0 -MSG_PROT_MODE db "Loaded 32-bit protected mode", 0 +MSG_REAL_MODE: db "Started in 16-bit real mode", 0 +MSG_PROT_MODE: db "Loaded 32-bit protected mode", 0 ; bootsector times 510-($-$$) db 0