Commented bad code

pull/3/head
E. Almqvist 4 years ago
parent bf30722bbd
commit 6f97e5eeff
  1. 3
      src/bootloader.asm

@ -3,6 +3,9 @@
mov ah, BIOS_MODE_TELETYPE ; enter teletype mode (BIOS) mov ah, BIOS_MODE_TELETYPE ; enter teletype mode (BIOS)
mov al, ASCII_LINEBREAK ; linebreak
int BIOS_INT
; Print "eOS" ; Print "eOS"
mov al, "e" mov al, "e"
int BIOS_INT int BIOS_INT

Loading…
Cancel
Save