摘要:
Server stdin --> exec color.cgi --> stdout /* J. David's webserver */ /* This is a simple webserver. * Created November 1999 by J. David Blackstone. * 阅读全文
摘要:
1.xv6 system call interface 2.task i. primes 注意管道pipe的使用: int pipe(int p[]) Create a pipe, put read/write file descriptors in p[0] and p[1], 成功:0;失败:- 阅读全文