1
0
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:
Adrien Bourmault 2019-04-06 21:21:34 +02:00
parent cfb4ae7b09
commit 1a051fc5b4
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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();