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:
@@ -122,8 +122,8 @@ _start(void)
|
|||||||
cpu_init();
|
cpu_init();
|
||||||
mmu_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)
|
// reading the keyboard doesn't seem to work in graphics mode (maybe a bochs problem)
|
||||||
sBootOptions = check_for_boot_keys();
|
sBootOptions = check_for_boot_keys();
|
||||||
|
|||||||
Reference in New Issue
Block a user