timeout changed
This commit is contained in:
parent
cfb4ae7b09
commit
1a051fc5b4
|
@ -22,7 +22,7 @@
|
|||
# along with OS/K. If not, see <https://www.gnu.org/licenses/>. #
|
||||
#=----------------------------------------------------------------------------=#
|
||||
|
||||
set timeout=5
|
||||
set timeout=0
|
||||
|
||||
set default=0 #Set the default menu entry
|
||||
|
||||
|
|
|
@ -150,7 +150,7 @@ noreturn void BtStartKern(multiboot_info_t *mbInfo, uint mbMagic)
|
|||
MmInitHeap();
|
||||
PsInitSched();
|
||||
|
||||
KeStartPanic("Test Panic %x", 4);
|
||||
KeStartPanic("Test Panic %d", 4);
|
||||
|
||||
// End this machine's suffering
|
||||
KeCrashSystem();
|
||||
|
|
Loading…
Reference in New Issue