# miniOS **Repository Path**: arthman/mini-os ## Basic Information - **Project Name**: miniOS - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-29 - **Last Updated**: 2024-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Operation System Design and Implementation Course 2020 This repository is my homework submission ## Labs * Lab 0 : Environment Setup * Lab 1 : Hello World * Lab 2 : Bootloader * Lab 3 : Exception and Interrupt * Lab 4 : Multitasking * Lab 5 : Virtual memory * Lab 6 : Allocator * Lab 7 : Virtual File System * Lab 8 : File System Meets Hardware ## How to run ```bash make run ``` # References 1. [https://grasslab.github.io/osdi/en/index.html](https://grasslab.github.io/osdi/en/index.html)