1
0
Fork 0
forked from AbleOS/ableos
ableos-idl/ableos/src/experiments/virtual_memory.rs
2021-11-16 00:09:27 -06:00

8 lines
95 B
Rust

#![allow(dead_code)]
pub struct Scheduler {
executables: usize,
}
pub struct RunQueue {}