mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-23 12:13:22 +00:00
在riscv输出hello world (#466)
增加了以下内容: - SBI驱动 - 把内核的rust工具链升级到2023-08-15版本 - 输出riscv的helloworld - 设置内核是PIC的
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
pub mod asm;
|
||||
pub mod cpu;
|
||||
pub mod driver;
|
||||
mod init;
|
||||
pub mod interrupt;
|
||||
pub mod ipc;
|
||||
mod kvm;
|
||||
|
Reference in New Issue
Block a user