riscv: 解析dtb,获取可用内存空间并添加到memblock (#486)

This commit is contained in:
LoGin
2024-01-03 18:00:47 +08:00
committed by GitHub
parent 02343d0b5b
commit 45626c859f
16 changed files with 837 additions and 50 deletions

View File

@ -1,7 +1,7 @@
pub mod asm;
pub mod cpu;
pub mod driver;
mod init;
pub mod init;
pub mod interrupt;
pub mod ipc;
mod kvm;