Update boot.asm

This commit is contained in:
heckeralt 2024-09-22 08:08:36 -04:00
parent 7b33dd7cd5
commit 343eef670d
1 changed files with 1 additions and 1 deletions

View File

@ -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