We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xinu/system/initialize.c
Lines 111 to 112 in d88d410
syscall 分支这里这是不是少了个参数(
syscall
Lines 111 to 112 in a87b462
这个是 main 分支的代码。
main
以及那一堆 syscall_xx 定义里缺了个 syscall_kprintf
syscall_xx
syscall_kprintf
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
但貌似有一个地方有syscall_kprintf的调用,不加会ce()
Fix #1
4856e7b
No branches or pull requests
Xinu/system/initialize.c
Lines 111 to 112 in d88d410
syscall
分支这里这是不是少了个参数(Xinu/system/initialize.c
Lines 111 to 112 in a87b462
这个是
main
分支的代码。以及那一堆
syscall_xx
定义里缺了个syscall_kprintf
The text was updated successfully, but these errors were encountered: