Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7586 → Rev 7136

/kernel/trunk/boot/bootcode.inc
830,8 → 830,7
if defined extended_primary_loader
sub ax, [preboot_timeout]
else
; bios 0x1A timer runs at ~18 ticks per second
sub ax, 18*PREBOOT_TIMEOUT
sub ax, 18*5
end if
jae .timergo
neg ax
/kernel/trunk/boot/preboot.inc
31,8 → 31,7
;!!!! 0 - autodetect !!!!
preboot_biosdisk db 0 ; use V86 to access disks through BIOS (1-yes, 2-no)
if defined extended_primary_loader
; timeout in 1/18th of second for config settings screen
preboot_timeout dw PREBOOT_TIMEOUT*18
preboot_timeout dw 5*18 ; timeout in 1/18th of second for config settings screen
end if
 
if $>0x200