Update boot.asm

This commit is contained in:
heckeralt 2024-09-21 14:40:56 -04:00
parent a3432887e6
commit 2b4e8373b6
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ command_loop:
cmp al, 'q' ; Check for 'q' command (quit)
je quit_terminal
je heckerfetch
cmp al, 'f, ; CPU: Hecker Generic CPU
cmp al, 'f', ; CPU: Hecker Generic CPU
; Unknown command response
mov si, unknown_command_message
call print_string