Update boot.asm
This commit is contained in:
parent
7b33dd7cd5
commit
343eef670d
2
boot.asm
2
boot.asm
|
@ -70,7 +70,7 @@ prompt_message db 'Enter command (h for help, q to quit, f for heckerfetch): ',
|
|||
help_message db 'Available commands: h (help), q (quit), f (heckerfetch)', 0
|
||||
unknown_command_message db 'Unknown command! Try again.', 0
|
||||
goodbye_message db 'Goodbye!', 0
|
||||
heckerfetch_message db 'Executing HeckerFetch...', 0
|
||||
heckerfetch_message db 'OS: HeckerOS Beta, CPU: HeckerSoft Generic CPU 0GHZ, Host: HeckerSoft Unknown Host', 0
|
||||
|
||||
; Bootloader signature (must be present)
|
||||
times 510 - ($ - $$) db 0 ; Fill the rest of the sector with zeros
|
||||
|
|
Loading…
Reference in New Issue