Add a newline before the OS selection prompt in bootloader

This commit is contained in:
Juhani Krekelä 2021-07-06 21:57:27 +03:00
parent 89e377bf2d
commit dba9efe140
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ ettinos_kernel_name db "SYSTEM BIN"
notfound_msg db "No kernel"
diskerror_msg db "Disk error"
choose_msg db "(E)ttinOS/Nor86?", 0
choose_msg db 13, 10, "EttinOS/Nor86?", 0
times 510-($-$$) db 0
db 0x55, 0xaa