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:
MemoryShore
2023-12-04 22:07:30 +08:00
committed by GitHub
parent 09d2bf52a6
commit 6c7f966c2f
5 changed files with 43 additions and 6 deletions

View File

@ -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()),