change entry points (again)

This commit is contained in:
2024-10-14 17:58:43 -04:00
parent 36fcb5faf0
commit 0f04e682df

View File

@@ -20,11 +20,9 @@
%ifndef __INC_ENTRY %ifndef __INC_ENTRY
; 8KiB from 0x2500 -> 0x500 %define MBR_ENTRY 0x8C00
%define EARLY_STACK_START 0xFFFF
%define MBR_ENTRY 0x0600
%define VBR_ENTRY 0x7C00 %define VBR_ENTRY 0x7C00
%define STAGE2_ENTRY 0x0500 %define STAGE2_ENTRY 0x0600
%endif %endif
%define __INC_ENTRY %define __INC_ENTRY