Increased keypress detection time to 750ms. The old 50ms value never worked for me.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23166 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen 2007-12-26 22:30:41 +00:00
parent 882123356b
commit 65751aad16

View File

@ -122,8 +122,8 @@ _start(void)
cpu_init();
mmu_init();
spin(50000);
// wait a bit to give the user the opportunity to press a key
// wait a bit to give the user the opportunity to press a key
spin(750000);
// reading the keyboard doesn't seem to work in graphics mode (maybe a bochs problem)
sBootOptions = check_for_boot_keys();