Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试更改 Minix 中的调度并希望从 /kernel/proc.c 打印到标准输出。Printf 不能在内核中使用。我正在使用 Minix 3.1.2。
我想添加代码
sched()
功能以便将消息打印到控制台。
我怎样才能做到这一点?
打电话printk(const char *fmt, ...)。
printk(const char *fmt, ...)