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
Showing only changes of commit b49b2bae68 - Show all commits

View File

@@ -28,7 +28,7 @@ kmemcpy5:
__CDECL16_ENTRY __CDECL16_ENTRY
push ds push ds
push es push es
.setup_segments .setup_segments:
mov ax, [bp + 4] mov ax, [bp + 4]
mov ds, ax ; destination segment mov ds, ax ; destination segment
@@ -48,6 +48,6 @@ kmemcpy5:
.endf: .endf:
__CDECL16_EXIT __CDECL16_EXIT
ret ret
%define __INC_KMEMCPY5_FUNC %define __INC_KMEMCPY5_FUNC
%endif %endif