摘要: 使用 usertest.c 的用户函数验证调用 kernel 函数 以 symlink() 为例介绍如何测试 user 函数已经调用到 kernel 函数了 // user.h int symlink(char *target, char *path); // usys.pl entry("syml 阅读全文
posted @ 2025-06-17 14:17 王清河 阅读(51) 评论(0) 推荐(0)