mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 17:03:23 +00:00
Introduce CPU clock and CPU timer
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
f1c1011f2b
commit
c84efe7a90
@ -80,6 +80,7 @@ pub fn init() {
|
||||
device::init().unwrap();
|
||||
vdso::init();
|
||||
taskless::init();
|
||||
process::init();
|
||||
}
|
||||
|
||||
fn init_thread() {
|
||||
|
Reference in New Issue
Block a user