convert MBR, VBR, & Stage2 to use a BSS section. #3
@@ -28,7 +28,7 @@ ALIGN 4, db 0x90
|
|||||||
InitFATDriver:
|
InitFATDriver:
|
||||||
__CDECL16_ENTRY
|
__CDECL16_ENTRY
|
||||||
.func:
|
.func:
|
||||||
mov ax, fat32_state_SIZE
|
mov ax, FAT32_State_t_size
|
||||||
push ax ; length of fat32_state structure
|
push ax ; length of fat32_state structure
|
||||||
xor ax, ax
|
xor ax, ax
|
||||||
push ax ; init fat32_state with zero
|
push ax ; init fat32_state with zero
|
||||||
|
|||||||
Reference in New Issue
Block a user