Changeset 32 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrint.asm
- Timestamp:
- Aug 6, 2010, 7:11:04 AM (15 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrint.asm
r3 r32 2 2 ; Project name : IDE BIOS 3 3 ; Created date : 26.3.2010 4 ; Last update : 12.4.20104 ; Last update : 3.8.2010 5 5 ; Author : Tomi Tilli 6 6 ; Description : Functions for printing boot menu strings. … … 24 24 call FloppyDrive_GetCount 25 25 mov bl, cl ; Floppy Drive count to BL 26 call RamVars_Get DriveCounts26 call RamVars_GetHardDiskCountFromBDAtoCX 27 27 mov bh, cl ; Hard Disk count to BH 28 28 call BootMenuPrint_GetCoordinatesForBottomStrings
Note:
See TracChangeset
for help on using the changeset viewer.