mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 01:43:22 +00:00
Support IOMMU
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
829575b3a6
commit
a47b98b160
@ -12,10 +12,13 @@
|
||||
#![feature(strict_provenance)]
|
||||
#![feature(const_trait_impl)]
|
||||
#![feature(const_ops)]
|
||||
#![feature(generators)]
|
||||
#![feature(iter_from_generator)]
|
||||
|
||||
extern crate alloc;
|
||||
|
||||
pub mod arch;
|
||||
pub mod bus;
|
||||
pub mod config;
|
||||
pub mod cpu;
|
||||
mod error;
|
||||
|
Reference in New Issue
Block a user