Changeset 252 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrint.asm
- Timestamp:
- Feb 18, 2012, 2:12:54 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrint.asm
r243 r252 100 100 ; AX, BX, CX, DX, SI, DI, ES 101 101 ;-------------------------------------------------------------------- 102 103 102 ALIGN JUMP_ALIGN 104 103 BootMenuPrint_RefreshInformation: … … 195 194 ;-------------------------------------------------------------------- 196 195 .HardDiskMenuitemInfoForOurDrive: 197 ePUSH_T ax, g_szSizeDual 198 199 ; Get and push L-CHS size 200 call AH15h_GetSectorCountToDXAX 201 call ConvertSectorCountInBXDXAXtoSizeAndPushForFormat 196 ePUSH_T ax, g_szInformation 202 197 203 198 ; Get and push total LBA size … … 205 200 call ConvertSectorCountInBXDXAXtoSizeAndPushForFormat 206 201 jmp BootMenuPrintCfg_ForOurDrive 207 202 208 203 ;-------------------------------------------------------------------- 209 204 ; .HardDiskMenuitemInfoForForeignDrive
Note:
See TracChangeset
for help on using the changeset viewer.