Changeset 556 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int19h.asm
- Timestamp:
- Jun 16, 2013, 4:23:00 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int19h.asm
r555 r556 31 31 sti ; Enable interrupts 32 32 cld ; String instructions to increment pointers 33 %ifndef USE_AT 33 34 call Int13hBiosInit_RestoreSystemHandler ; Needed if initialization was started on INT 13h instead on 19h 35 %endif 34 36 LOAD_BDA_SEGMENT_TO es, ax ; Load BDA segment (zero) to ES 35 37 ; Fall to .PrepareBootLoaderStack … … 114 116 mov dl, 80h ; Reset all hard drives and floppy drives 115 117 int BIOS_DISK_INTERRUPT_13h 116 ;call ResetHardDisksHandledByOurBIOS.ErrorCodeNotUsed ; Our drives only117 118 ; Fall to SelectDriveToBootFrom 118 119
Note:
See TracChangeset
for help on using the changeset viewer.