# OS_From_Scratch **Repository Path**: QGrain/OS_From_Scratch ## Basic Information - **Project Name**: OS_From_Scratch - **Description**: This repo is used for tracking my os development progress and by the way store the code. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OS_From_Scratch This repo is intended for tracking my OS development progress and by the way storing the code and recording changes. # Development Environment 1. qemu 2. nasm # Directory ``` OS_From_Scratch ├── README.md ├── master │ ├── Module_1 │ ├── Module_2 │   └── ... └── test ├── Test_1 ├── Test_2 └── ... ``` # Reference [OS-dev](http://www.cs.bham.ac.uk/%7Eexr/lectures/opsys/10_11/lectures/os-dev.pdf "click to jump") # Contributor