mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-22 23:43:24 +00:00
使用DragonReach启动shell,修改getdents (#391)
* 使用DragonReach启动shell,修改getdents * 更改关闭pipe时断言报错问题,以及DragonReach启动shell阶段版本 * 修改目录结构 * update * 解决小问题 * 调整dragon reach版本号 * 设置make clean的时候不清空应用程序的缓存。 指定relibc版本号 --------- Co-authored-by: longjin <longjin@RinGoTek.cn>
This commit is contained in:
@ -7,7 +7,7 @@ use crate::driver::pci::pci::{
|
||||
|
||||
use crate::driver::pci::pci_irq::{IrqCommonMsg, IrqMsg, IrqSpecificMsg, PciInterrupt, IRQ};
|
||||
use crate::include::bindings::bindings::pt_regs;
|
||||
use crate::kdebug;
|
||||
|
||||
use crate::libs::volatile::{
|
||||
volread, volwrite, ReadOnly, Volatile, VolatileReadable, VolatileWritable, WriteOnly,
|
||||
};
|
||||
|
Reference in New Issue
Block a user