Update boot.asm
This commit is contained in:
parent
42ce3ca59a
commit
a3432887e6
2
boot.asm
2
boot.asm
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue