Changeset 155 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot
- 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/Boot/BootMenuPrint.asm
r150 r155 304 304 305 305 ; Get and push L-CHS size 306 mov [RAMVARS. wTimeoutCounter], dl ; Store drive number306 mov [RAMVARS.bTimeoutTicksLeft], dl ; Store drive number 307 307 call AH15h_GetSectorCountToDXAX 308 308 call ConvertSectorCountInBXDXAXtoSizeAndPushForFormat 309 309 310 310 ; Get and push total LBA size 311 mov dl, [RAMVARS. wTimeoutCounter] ; Restore drive number311 mov dl, [RAMVARS.bTimeoutTicksLeft] ; Restore drive number 312 312 call BootInfo_GetTotalSectorCount 313 313 call ConvertSectorCountInBXDXAXtoSizeAndPushForFormat
Note:
See TracChangeset
for help on using the changeset viewer.