Changeset 116 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrintCfg.asm
- Timestamp:
- Feb 26, 2011, 11:55:06 PM (14 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootMenuPrintCfg.asm
r96 r116 99 99 xchg ax, bx ; Store BX to AX 100 100 eMOVZX bx, BYTE [cs:si+IDEVARS.bBusType] 101 mov bx, [cs:bx+.rgwBusTypeValues] ; Char to BL, Int to BH 101 mov bx, [cs:bx+.rgwBusTypeValues] ; Char to BL, Int to BH 102 102 eMOVZX dx, bh 103 103 push bx ; Push character … … 191 191 mov dl, [di+DPT.bDrvNum] ; Load Drive number to DL 192 192 call BootInfo_GetOffsetToBX ; ES:BX now points... 193 LOAD_BDA_SEGMENT_TO es, ax 193 LOAD_BDA_SEGMENT_TO es, ax, ! ; ...to BOOTNFO 194 194 mov al, [di+DPT.bIdeOff] 195 195 xchg si, ax ; CS:SI now points to IDEVARS
Note:
See TracChangeset
for help on using the changeset viewer.