Merge pull request #12 from E-Almqvist/dev

Minor tweak
pull/13/head
E. Almqvist 4 years ago committed by GitHub
commit c51c753774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/elib/bios_disk.asm

@ -34,5 +34,5 @@ read_error:
disk_loop:
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

Loading…
Cancel
Save