relocate code sections to end up with stage2 starting at 0x500

This commit is contained in:
2024-10-12 22:14:47 -04:00
parent c60bad1066
commit eb97aac673
4 changed files with 42 additions and 36 deletions

View File

@@ -21,10 +21,10 @@
%ifndef __INC_ENTRY
; 8KiB from 0x2500 -> 0x500
%define EARLY_STACK_START 0x2500
%define EARLY_STACK_START 0xFFFF
%define MBR_ENTRY 0x0600
%define VBR_ENTRY 0x7C00
%define STAGE2_ENTRY 0x7E00
%define STAGE2_ENTRY 0x0500
%endif
%define __INC_ENTRY