# ownOS **Repository Path**: oceanux/ownOS ## Basic Information - **Project Name**: ownOS - **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-02-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README My os need following commands. qemu (emulator), sudo, gcc, mount, nasm (assembler) At first please create a directory for mounting image file.(sudo command is needed) $sudo mkdir /hdd Then let's start executing myOS. Fist, mount the image file to /hdd directory. $sh mount.sh (need sudo command) Next, make command create kernel.bin and move it to the /hdd directory We made at first step. $make At last, run qemu (emulator). $sh run.sh