Introduce CPU clock and CPU timer

This commit is contained in:
Chen Chengjun
2024-05-31 18:11:52 +08:00
committed by Tate, Hongliang Tian
parent f1c1011f2b
commit c84efe7a90
10 changed files with 389 additions and 60 deletions

View File

@ -80,6 +80,7 @@ pub fn init() {
device::init().unwrap();
vdso::init();
taskless::init();
process::init();
}
fn init_thread() {