Changeset 155 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH3h_HWrite.asm
- Timestamp:
- May 1, 2011, 6:44:29 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH3h_HWrite.asm
r150 r155 27 27 ALIGN JUMP_ALIGN 28 28 AH3h_HandlerForWriteDiskSectors: 29 ; Prepare parameters29 call AH2h_ExitInt13hIfSectorCountInIntpackIsZero 30 30 mov ah, COMMAND_WRITE_SECTORS ; Load sector mode command 31 31 test WORD [di+DPT.wFlags], FLG_DPT_BLOCK_MODE_SUPPORTED
Note:
See TracChangeset
for help on using the changeset viewer.