Bytes read test

pull/11/head
E. Almqvist 4 years ago
parent 161769f9b8
commit 2f6827c48e
  1. 3
      src/bootloader.asm

@ -17,6 +17,9 @@
mov dx, [0x9000] mov dx, [0x9000]
call print_hex call print_hex
mov dx, [0x9000 + 512]
call print_hex
jmp $ ; inf loop jmp $ ; inf loop
; Load the EQUs ; Load the EQUs

Loading…
Cancel
Save