Turn off test thread
This commit is contained in:
parent
c18cbf7be3
commit
30078417b6
@ -93,11 +93,11 @@ void hulk_start()
|
||||
/* Run kernel tests. */
|
||||
Test.run();
|
||||
Klog.writefln("\a5HULK Initialization Complete!");
|
||||
Thread.start(&th);
|
||||
// Thread.start(&th);
|
||||
// Time.msleep(1);
|
||||
// Time.msleep(500);
|
||||
// Klog.writefln("Main thread!");
|
||||
/* Idle loop. */
|
||||
Time.msleep(1);
|
||||
Time.msleep(500);
|
||||
Klog.writefln("Main thread!");
|
||||
for (;;)
|
||||
{
|
||||
hlt();
|
||||
|
Loading…
x
Reference in New Issue
Block a user