don't relocate the MBR to the stage2 heap space

this will save us disk reads for patition table info
This commit is contained in:
2025-09-10 11:36:10 -04:00
parent d5cd8d6c45
commit caed66a243
2 changed files with 6 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
%ifndef __INC_ENTRY
%define MBR_ENTRY 0x8C00
%define MBR_ENTRY 0x6C00
%define VBR_ENTRY 0x7C00
%define STAGE2_ENTRY 0x0500