Changeset 148 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot
- Timestamp:
- Mar 19, 2011, 8:09:41 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootSector.asm
r143 r148 85 85 mov ah, 0Dh ; AH=Dh, Reset Hard Disk (Alternate reset) 86 86 .SkipAltReset: 87 int INTV_DISK_FUNC87 int BIOS_DISK_INTERRUPT_13h 88 88 ret 89 89 … … 106 106 mov cx, 1 ; Cylinder 0, Sector 1 107 107 xor dh, dh ; Head 0 108 int INTV_DISK_FUNC108 int BIOS_DISK_INTERRUPT_13h 109 109 ret
Note:
See TracChangeset
for help on using the changeset viewer.