Subversion Repositories Kolibri OS

Rev

Rev 1505 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;;                                                              ;;
  3. ;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
  4. ;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
  5. ;; Distributed under terms of the GNU General Public License    ;;
  6. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  7.  
  8. $Revision: 3487 $
  9.  
  10.  
  11.  
  12. uglobal
  13.   dmasize         db 0x0
  14.   dmamode         db 0x0
  15. endg
  16.  
  17. fdc_init:                               ;start with clean tracks.
  18.         mov edi,OS_BASE+0xD201
  19.         mov al,0
  20.         mov ecx,160
  21.         rep stosb
  22. ret
  23.  
  24. ;fdc_irq:
  25. fdc_null:
  26. ret
  27.  
  28.  
  29.  
  30.