Minor tweak

pull/12/head
E. Almqvist 4 years ago
parent 2f6827c48e
commit 48906866af
  1. 2
      src/elib/bios_disk.asm

@ -34,5 +34,5 @@ read_error:
disk_loop: disk_loop:
jmp $ jmp $
read_error_string: db "Disk read error", ASCII_END read_error_string: db "Disk read error", ASCII_END
sector_error_string: db "Invalid number of sectors read", ASCII_END sector_error_string: db "Invalid number of sectors read", ASCII_END

Loading…
Cancel
Save