commented evil

master
ondra05 2022-07-29 19:45:56 +02:00
parent 2241072567
commit 72c9e51d35
1 changed files with 1 additions and 1 deletions

View File

@ -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);
});