如果想出发,就不要等到明天!
全部博文(317)
发布时间:2014-08-27 10:32:15
#include <deque>#include <map>#include <vector>#include <pthread.h>#include <semaphore.h>#include <time.h>#include <sys/time.h>#include <sys/shm.h>#include <errno.h>#include <sys/types.h>#include <fcntl.h>#include <st.........【阅读全文】
发布时间:2014-08-27 10:29:24
3. SYSCALL_DEFINE2(listen, int, fd, int, backlog)函数 该函数主要是在用户空间使用listen系统调用函数进行调用执行,在Linux内核中的还是使用System call vectors实现,在net/socket.c文件中SYSCALL_DEFINE2(socketcall, int, call,unsigned long __u.........【阅读全文】
发布时间:2014-08-27 10:28:57
有段时间不做编译的事情了,记得上次做还是13年初编译Gentoo内核的时候,现在装点东西都是使用源直接安装了(Centos)。最近使用Debian系统了,虽然说也有apt的方式,但还有时候需要编译点东西。最开始的时候还真忘了-j这个参数,编译个东西这个慢啊。因为CPU是一个影响编译速度的重要因素了,.........【阅读全文】