mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-25 02:13:24 +00:00
Implement the PCI bus framework
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
13c4c614b5
commit
a6dcdf6952
@ -53,6 +53,7 @@ pub fn init() {
|
||||
trap::init();
|
||||
arch::after_all_init();
|
||||
mmio::init();
|
||||
bus::init();
|
||||
register_irq_common_callback();
|
||||
invoke_c_init_funcs();
|
||||
}
|
||||
|
Reference in New Issue
Block a user