forked from KolibriOS/kolibrios
08bb2f6f9f
git-svn-id: svn://kolibrios.org@3487 a494cfbc-eb01-0410-851d-a64ba20cac60
30 lines
627 B
PHP
30 lines
627 B
PHP
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
;; ;;
|
|
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
|
|
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa ;;
|
|
;; Distributed under terms of the GNU General Public License ;;
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
$Revision$
|
|
|
|
|
|
|
|
uglobal
|
|
dmasize db 0x0
|
|
dmamode db 0x0
|
|
endg
|
|
|
|
fdc_init: ;start with clean tracks.
|
|
mov edi,OS_BASE+0xD201
|
|
mov al,0
|
|
mov ecx,160
|
|
rep stosb
|
|
ret
|
|
|
|
;fdc_irq:
|
|
fdc_null:
|
|
ret
|
|
|
|
|
|
|