Update boot.asm

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

View File

@ -63,7 +63,7 @@ print_string:
ret ; Return from function ret ; Return from function
; Data section for messages ; Data section for messages
welcome_message db 'Welcome to the Simple Terminal!', 0 welcome_message db 'Welcome to the HeckerOS!\n', 0
prompt_message db 'Enter command (h for help, q to quit, f for heckerfetch): ', 0 prompt_message db 'Enter command (h for help, q to quit, f for heckerfetch): ', 0
help_message db 'Available commands: h (help), q (quit)', 0 help_message db 'Available commands: h (help), q (quit)', 0
unknown_command_message db 'Unknown command! Try again.', 0 unknown_command_message db 'Unknown command! Try again.', 0