Minor tweaks

pull/2/head
E. Almqvist 4 years ago
parent 8af046d514
commit 10b54dbd3f
  1. 4
      src/bootloader.asm

@ -3,6 +3,9 @@
mov bx, welcomeString ; Print the welcome string
call println
mov bx, infoString
call println
jmp $ ; inf loop
;; includes
@ -15,6 +18,7 @@ jmp $ ; inf loop
;; Data
welcomeString: db "Welcome to e Operating-System (eOS)", ASCII_END
infoString: db "eOS: 2021 v0.0"
; Magic BIOS number
times 510-($-$$) db 0

Loading…
Cancel
Save