摘要: 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;失败:- 阅读全文
posted @ 2022-03-17 18:16 fwx 阅读(109) 评论(0) 推荐(0)