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
Nivirx commented 2024-10-13 18:05:00 -04:00 (Migrated from github.com)

convert MBR, VBR, & Stage2 to use a BSS section. also pass some of the data we load that is important later (partition table, bpb, ebpb) to stage2. memory.inc no longer contains defines with the intended offset in the current segment, all memory locations have been define in the bss and replaced with struc definitions to simplify creation of some of these structures.

convert MBR, VBR, & Stage2 to use a BSS section. also pass some of the data we load that is important later (partition table, bpb, ebpb) to stage2. memory.inc no longer contains defines with the intended offset in the current segment, all memory locations have been define in the bss and replaced with struc definitions to simplify creation of some of these structures.
Sign in to join this conversation.