Add Y2R event delay

This commit is contained in:
wheremyfoodat 2024-07-02 15:30:38 +03:00
parent 29d9ed7224
commit 1c9a3ac3d3
7 changed files with 40 additions and 8 deletions

View file

@ -399,3 +399,5 @@ std::string Kernel::getProcessName(u32 pid) {
Helpers::panic("Attempted to name non-current process");
}
}
Scheduler& Kernel::getScheduler() { return cpu.getScheduler(); }