2023年4月16日

摘要: System call tracing 修改 Makefile user 在 user/user.h 中添加系统调用声明 在 user/usys.pl 中添加桩程序,生成 user/usys.S 即真实的系统调用桩程序 kernel 在 kernel/syscall.h 中添加系统调用号 在 ker 阅读全文

posted @ 2023-04-16 18:07 lyc2002 阅读(23) 评论(0) 推荐(0)