1
0
Fork 0
forked from AbleOS/ableos
ableos-idl/ableos/src/experiments/virtual_memory.rs

8 lines
95 B
Rust
Raw Normal View History

2021-11-16 00:09:27 -06:00
#![allow(dead_code)]
pub struct Scheduler {
executables: usize,
}
pub struct RunQueue {}