mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2024-10-27 20:34:19 +00:00
Added missing colon after messages
This commit is contained in:
parent
7aff64740e
commit
fd9c0778ba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user