1
0
mirror of synced 2026-03-05 11:13:48 +00:00

Add diagnostics program.

This commit is contained in:
Matthieu Bucchianeri
2025-02-16 19:14:07 -08:00
parent e16aa4c1c5
commit 90fd560c72
5 changed files with 393 additions and 37 deletions

View File

@@ -1320,9 +1320,6 @@ unsupported_msg db 'Unsupported INT13h Function ', 0
boot_msg db 'Booting from SD Card...', 0xD, 0xA, 0
no_boot_msg db 'Not bootable', 0xD, 0xA, 0
%endif
colon db ':', 0
space db ' ', 0
newline db 0xD, 0xA, 0
%ifdef DEBUG
handler_msg db 'INT13h Function ', 0