mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 12:16:31 +00:00
NovaShell替换为默认shell (#456)
* NovaShell替换为默认shell * delete some envvar * 自动从dragonos镜像站更新dadk * 更新github ci环境 * 修复yml格式问题 * 更新novashell到95738b235f --------- Co-authored-by: longjin <longjin@DragonOS.org>
This commit is contained in:
@ -1114,7 +1114,8 @@ impl Syscall {
|
||||
}
|
||||
|
||||
SYS_MADVISE => {
|
||||
kwarn!("SYS_MADVISE has not yet been implemented");
|
||||
// 这个太吵了,总是打印,先注释掉
|
||||
// kwarn!("SYS_MADVISE has not yet been implemented");
|
||||
Ok(0)
|
||||
}
|
||||
SYS_GETTID => Self::gettid().map(|tid| tid.into()),
|
||||
|
Reference in New Issue
Block a user