change entry points (again)

This commit is contained in:
2024-10-14 17:58:43 -04:00
parent f683b8fd17
commit 4660882edb

View File

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