summaryrefslogtreecommitdiff
path: root/kern
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-06-26 17:41:07 +0200
committerAlmuHS <almuhs@github.com>2019-06-26 17:41:07 +0200
commitaa45581182895936f5884cba18c5dafb1524b7b8 (patch)
treecf74062c47413d7507ac056cbf55be730dd5548c /kern
parent3e0099cf424302a9d37051c9579bbe6ba6b0aaaf (diff)
experiment: hardcoded cr0
Diffstat (limited to 'kern')
-rw-r--r--kern/startup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/startup.c b/kern/startup.c
index d87d7c9e..941f51ea 100644
--- a/kern/startup.c
+++ b/kern/startup.c
@@ -246,7 +246,7 @@ void start_kernel_threads(void)
*/
start_other_cpus();
- while(1);
+ //while(1);
#endif /* NCPUS > 1 */
/*