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

@ -5,6 +5,7 @@ mod c_adapter;
pub mod cpu;
pub mod driver;
pub mod fpu;
pub mod init;
pub mod interrupt;
pub mod ipc;
pub mod kvm;