Skip to content

模板锅了(大概 #1

Description

@MegaOwIer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions