You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
syscall/思路.txt

10 lines
186 B

一、熟练掌握如何增加系统调用
1、原理
2、具体操作
二、实现给定的四个函数
1、sleep
2、getcwd
3、getdents
4、execve2
三、反思总结