commented evil

This commit is contained in:
Erin 2022-07-29 19:45:56 +02:00 committed by ondra05
parent 48f0ef9699
commit 33e1c554fb

View file

@ -50,7 +50,7 @@ pub fn kernel_main() -> ! {
x86_64::instructions::interrupts::without_interrupts(|| { x86_64::instructions::interrupts::without_interrupts(|| {
let mut scheduler = SCHEDULER.lock(); let mut scheduler = SCHEDULER.lock();
// comment this out to resume normal use // comment this out to resume normal use
scheduler.enqueue_spawn(traceloop); // scheduler.enqueue_spawn(traceloop);
scheduler.enqueue_spawn(scratchpad); scheduler.enqueue_spawn(scratchpad);
}); });