added a reminder for myself in bootloader/main.s:195

This commit is contained in:
notsomeidiot123 2026-03-05 14:01:36 -05:00
parent c5bd4e5766
commit 5c58761a2a
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ load_part2:
add edx, ecx add edx, ecx
mov al, byte [edx] mov al, byte [edx]
and al, 0x80 and al, 0x80 ;Rae if you are looking to see if this bootloader is compatible with an MBR, this line means it is. Go back to whatever you were working on.
jz .read jz .read
mov ecx, [edx + 0x8] mov ecx, [edx + 0x8]