mirror of
https://gitlab.os-k.eu/os-k-team/os-k.git
synced 2023-08-25 14:03:10 +02:00
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…
x
Reference in New Issue
Block a user