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