xv6-2023 - pingpong Lab
实现进程间通信的ping-pong程序:使用管道和fork创建父子进程,通过双向管道传递消息。
Read moreMarkdown to HTML
A tiny, fast Markdown blog for GitHub Pages.
Fresh notes generated from your Markdown folder.
实现进程间通信的ping-pong程序:使用管道和fork创建父子进程,通过双向管道传递消息。
Read more实现质数筛选器:使用管道和递归进程创建筛选管道,每个进程过滤当前质数的倍数。
Read more实现sleep命令:解析命令行参数,调用系统调用暂停进程指定时间,深入分析系统调用机制。
Read more实现xargs命令:从标准输入读取参数,为每行参数创建子进程执行命令,深入理解进程创建和参数传递。
Read moreBasic non-blocking TCP server/client implementation for Redis-like system with socket programming and Windows/Linux compatibility.
Read moreImplementing key-value storage with GET/SET/DEL commands, request parsing, and response handling for Redis-like server.
Read more