pci重构+pcie支持 (#235)

* pci重构+pcie支持

* pci重构测试完成

* 修正makefile的问题

* 小修改

* 修改函数名字
This commit is contained in:
YJwu2023
2023-04-09 12:30:02 +08:00
committed by GitHub
parent 5c9a63df83
commit 78bf93f02f
56 changed files with 1478 additions and 501 deletions

View File

@ -12,8 +12,6 @@
use core::panic::PanicInfo;
/// 导出x86_64架构相关的代码命名为arch模块
#[cfg(target_arch = "x86_64")]
#[path = "arch/x86_64/mod.rs"]
#[macro_use]
mod arch;
#[macro_use]