Skip to content
New issue

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

模板锅了(大概 #1

Open
MegaOwIer opened this issue Apr 30, 2022 · 2 comments
Open

模板锅了(大概 #1

MegaOwIer opened this issue Apr 30, 2022 · 2 comments

Comments

@MegaOwIer
Copy link

Xinu/system/initialize.c

Lines 111 to 112 in d88d410

syscall_resume(syscall_create((void *)main, INITPRIO,
"Main process", 0, NULL));

syscall 分支这里这是不是少了个参数(

Xinu/system/initialize.c

Lines 111 to 112 in a87b462

resume(create((void *)main, INITSTK, INITPRIO,
"Main process", 0, NULL));

这个是 main 分支的代码。

以及那一堆 syscall_xx 定义里缺了个 syscall_kprintf

@Menci
Copy link
Member

Menci commented Apr 30, 2022 via email

@MegaOwIer
Copy link
Author

但貌似有一个地方有syscall_kprintf的调用,不加会ce()

Menci added a commit that referenced this issue May 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants