This repository contains all projects related to the Operating System Lab offered by University of Tehran.
The repository is organized into the following structure:
Feel free to explore these projects. 😎
Make sure you have the qemu installed on your machine. This also typically involves having a Unix-like operating system (such as Linux or macOS) and a C compiler (such as GCC) installed.
-
Clone the repo
git clone https://github.com/MahdiNoori2003/Operating-System-Lab.git
-
Open terminal in folder and Make the kernel image using make qemu command :
make qemu
-
Note :
make sure you are in the xv6-public directory before runinng the make qemu command.
- Enjoy 🤓