# MiniOS **Repository Path**: bajdcc/MiniOS ## Basic Information - **Project Name**: MiniOS - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-12-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README MiniOS =============================== Simple x86-based OS. ###Build requirements Platform: Linux * make * nasm * gcc * binutils * cgdb * qemu ###How to compile ```shell make init # only for first time make fs # build root file system and user routines, root privilege required make # build kernel make run # run with qemu ``` ###References * [OS67](https://github.com/SilverRainZ/OS67)