Changeset 269 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot
- Timestamp:
- Feb 27, 2012, 2:58:34 PM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuInfo.asm
r254 r269 21 21 BootMenuInfo_CreateForHardDisk: 22 22 call BootMenuInfo_ConvertDPTtoBX ; ES:BX now points to new BOOTMENUINFO 23 push bx ; Preserve for return24 25 mov di, bx ; Starting pointer at beginning of structure26 23 27 24 ; Store Drive Name … … 45 42 pop si 46 43 pop ds 47 pop bx48 44 49 45 ret
Note:
See TracChangeset
for help on using the changeset viewer.