sunshine-lcc / zCore

Reimplement Zircon microkernel in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

运行程序的时候提示"unknown syscall: CLONE. exit..."

shzhxh opened this issue · comments

在qemu-system-aarch64上运行zCore,可以进到shell,但执行命令的时候(比如ls命令),会出现提示unknown syscall: CLONE. exit...

这个问题正在解决中,目前按照通用的clone函数会出现指针跳转到异常地方的问题,下次commit会修复

已解决该问题,没有刷新TLB导致