follow standard proceedure and reallocate the mbr to 0x600

This commit is contained in:
2024-10-12 21:21:43 -04:00
parent 2fa03c31d7
commit d1f8ec4a9e
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
; 8KiB from 0x2500 -> 0x500
%define EARLY_STACK_START 0x2500
%define MBR_ENTRY 0x7A00
%define MBR_ENTRY 0x0600
%define VBR_ENTRY 0x7C00
%define STAGE2_ENTRY 0x7E00