Update boot.asm
This commit is contained in:
parent
a3432887e6
commit
2b4e8373b6
2
boot.asm
2
boot.asm
|
@ -24,7 +24,7 @@ command_loop:
|
||||||
cmp al, 'q' ; Check for 'q' command (quit)
|
cmp al, 'q' ; Check for 'q' command (quit)
|
||||||
je quit_terminal
|
je quit_terminal
|
||||||
je heckerfetch
|
je heckerfetch
|
||||||
cmp al, 'f, ; CPU: Hecker Generic CPU
|
cmp al, 'f', ; CPU: Hecker Generic CPU
|
||||||
; Unknown command response
|
; Unknown command response
|
||||||
mov si, unknown_command_message
|
mov si, unknown_command_message
|
||||||
call print_string
|
call print_string
|
||||||
|
|
Loading…
Reference in New Issue