From 5c58761a2a6d917e445e9eeeafeceeb73e0d3832 Mon Sep 17 00:00:00 2001 From: notsomeidiot123 Date: Thu, 5 Mar 2026 14:01:36 -0500 Subject: [PATCH] added a reminder for myself in bootloader/main.s:195 --- src/bootloader/main.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootloader/main.s b/src/bootloader/main.s index 1cf8aef..7270a4e 100644 --- a/src/bootloader/main.s +++ b/src/bootloader/main.s @@ -192,7 +192,7 @@ load_part2: add edx, ecx 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 mov ecx, [edx + 0x8]