Changeset 223
- Timestamp:
- Nov 9, 2017, 11:25:54 PM (8 years ago)
- Location:
- trunk/bootcode
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/airboot.md5
r222 r223 1 6d12a524227902466ab26d98476969bcairboot.bin1 1e8db9084198aa43164cf74b424f10e8 airboot.bin -
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 -
trunk/bootcode/regular/other.asm
r200 r223 264 264 ; Delay for some time and get Strg/Alt State 265 265 ; ============================================ 266 267 ; While the FX-module is excluded from newer versions, we want to retain 268 ; the option of enabling it. 269 IFDEF FX_ENABLED 266 270 test byte ptr [CFG_CooperBars], 1 267 271 jnz PCM_ShortDelay 272 ENDIF 273 268 274 mov al, 27 ; About 1.5 seconds 269 275 test byte ptr [CFG_FloppyBootGetName], 1
Note:
See TracChangeset
for help on using the changeset viewer.