convert MBR, VBR, & Stage2 to use a BSS section. #3
@@ -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
|
||||||
Reference in New Issue
Block a user