convert MBR, VBR, & Stage2 to use a BSS section. #3

Merged
Nivirx merged 25 commits from bss-setup into trunk 2024-10-13 18:05:19 -04:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 050f90517a - Show all commits

View File

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

View File

@@ -19,7 +19,7 @@
; SOFTWARE. ; SOFTWARE.
[BITS 16] [BITS 16]
[ORG 0x7A00] [ORG 0x0600]
[CPU KATMAI] [CPU KATMAI]
[WARNING -reloc-abs-byte] [WARNING -reloc-abs-byte]
[WARNING -reloc-abs-word] ; Yes, we use absolute addresses. surpress these warnings. [WARNING -reloc-abs-word] ; Yes, we use absolute addresses. surpress these warnings.