- The original repo: ProjectTinyNet
- QEMU
- Python3
git clone https://github.com/tadtd/xv6-multiclient-chat- Build the xv6 kernel
cd xv6-multiclient-chat
make clean- Run the server before connecting.
make qemu
# inside xv6
chat_server- Run the client
python chat_client.py