Skip to content

This repository contains solutions for lab exercises for the Operating Systems course at HCMUS.

License

Notifications You must be signed in to change notification settings

haichaukhuu/HCMUS-OS-Labs-XV6

Repository files navigation

HCMUS Operating System Labs

Introduction

This repository contains solutions for lab exercises for the Operating Systems course at HCMUS.

Lecturers:

Dr. Vu Thi My Hang
Dr. Le Quoc Hoa

Group members:

Student ID Name
22120177 Van Tuan Kiet
22120322 Tong Trong Tam
22120457 Khuu Hai Chau

Set up

Tools Used

  • 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.

This Project

  1. Clone the Repository:

    git clone https://github.com/haichaukhuu/HCMUS-OS-Labs-XV6
    cd HCMUS-OS-Labs-XV6
    
  2. Build and run xv6:

    make qemu
    
  3. Run the Programs For each lab, refer to the dedicated documentation files for specific requirements, usage, and setup instructions.

License

This project is licensed under the MIT License. Please see the LICENSE file for details.

About

This repository contains solutions for lab exercises for the Operating Systems course at HCMUS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published