This repository contains solutions for lab exercises for the Operating Systems course at HCMUS.
Dr. Vu Thi My Hang
Dr. Le Quoc Hoa
Student ID | Name |
---|---|
22120177 | Van Tuan Kiet |
22120322 | Tong Trong Tam |
22120457 | Khuu Hai Chau |
- GNU Make: For automating the build process.
- GCC: For compiling the xv6 source code.
- QEMU: For running xv6 in a virtual environment.
If you haven’t installed these tools, please refer to the MIT setup guide for installation details.
-
Clone the Repository:
git clone https://github.com/haichaukhuu/HCMUS-OS-Labs-XV6 cd HCMUS-OS-Labs-XV6
-
Build and run xv6:
make qemu
-
Run the Programs For each lab, refer to the dedicated documentation files for specific requirements, usage, and setup instructions.
- Lab 1: See LAB1.md.
This project is licensed under the MIT License. Please see the LICENSE
file for details.