forked from AbleOS/ableos
commented evil
This commit is contained in:
parent
48f0ef9699
commit
33e1c554fb
|
@ -50,7 +50,7 @@ pub fn kernel_main() -> ! {
|
|||
x86_64::instructions::interrupts::without_interrupts(|| {
|
||||
let mut scheduler = SCHEDULER.lock();
|
||||
// comment this out to resume normal use
|
||||
scheduler.enqueue_spawn(traceloop);
|
||||
// scheduler.enqueue_spawn(traceloop);
|
||||
|
||||
scheduler.enqueue_spawn(scratchpad);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue