Init.inc
[ Return to Browse Source Page ]
Big_Init:
call video_init
mov esi,offset memory_init
call print
mov eax,gs:[PDA_MemSize]
shl eax,2
call Print_Num
mov esi,offset memory_init2
call Print

;;;;;;;;;;;;;;;;;;;;
;call do_crlf
;xor bl,bl
;here:
;in al,60h
;call print_hex
;cmp al,0e1h
;jnz here
;call do_crlf
;call do_crlf
;call do_crlf
;hereandahalf:
;call kbd_wait2
;jc hereandahalf
;in al,060h
;cmp al,0e1h
;jnz hereandahalf
;here2:
;call kbd_wait2
;jc here2
;in al,60h
;call print_hex
;cmp al,0e1h
;jnz here2
;call do_crlf
;call do_crlf
;;/;;;;;;;;;;;;;;;;;
sti
call kbd_init
call ata_init
call fs_init
ret


Download this file.


[ Return to Browse Source Page ]
Copyright 2000, Ed Pizzi