Changeset 98 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization/Initialize.asm
- Timestamp:
- Jan 30, 2011, 7:15:06 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/Initialize.asm
r97 r98 74 74 call Interrupts_InitializeInterruptVectors 75 75 call DetectDrives_FromAllIDEControllers 76 ; Fall to .StoreDptPointersTo BDA76 ; Fall to .StoreDptPointersToIntVectors 77 77 78 78 ;-------------------------------------------------------------------- 79 ; .StoreDptPointersTo BDA79 ; .StoreDptPointersToIntVectors 80 80 ; Parameters: 81 81 ; DS: RAMVARS segment … … 86 86 ; DX, DI 87 87 ;-------------------------------------------------------------------- 88 .StoreDptPointersTo BDA:88 .StoreDptPointersToIntVectors: 89 89 mov dl, 80h 90 90 call FindDPT_ForDriveNumber ; DPT to DS:DI
Note:
See TracChangeset
for help on using the changeset viewer.