Changeset 223 for trunk/bootcode/regular/bootmenu.asm
- Timestamp:
- Nov 9, 2017, 11:25:54 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/regular/bootmenu.asm
r177 r223 1210 1210 BME_KeyTAB: 1211 1211 push dx 1212 1213 ; While the FX-module is excluded from newer versions, we want to retain 1214 ; the option of enabling it. 1215 IFDEF FX_ENABLED 1212 1216 test byte ptr [CFG_CooperBars], 1 1213 1217 jnz BME_KeyTAB_ShowFX 1218 ENDIF 1219 1214 1220 mov ax, 0501h ; Go To Page 1 -> BIOS POST crap 1215 1221 int 10h
Note:
See TracChangeset
for help on using the changeset viewer.