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.
 
 
pthzwps2n a3e7fda998
系统调用函数声明
2 years ago
README.md Initial commit 2 years ago
exec.c 参照do_execve函数实现execve2调用的do_execve2 2 years ago
pipe.c 实现sleep函数 2 years ago
read_write.c getdents 2 years ago
sleep.c 参考http://t.csdn.cn/P76CZ实现sleep,gdb时发现不能调用sys_sleep 2 years ago
stat.c 实现getcwd函数 2 years ago
sys.h 系统调用函数声明 2 years ago
system_call.s execve2函数体,参照execve 2 years ago
unistd.h 系统调用号定义及声明 2 years ago

README.md

linux