Plain-OS (pOS) is a plain and small operating system. By now, pOS is meant to be a fun project. Things may drastically change. Since I am new to OS-Programming, pOS is heavily based on David Callanan's discontinued OS-Series. Also note, that pOS is mainly developed on Linux, you may use a VM or an subsystem for windows.
- Any sort of text-editor (I use neovim)
- qemu
- grub tools
- nasm
- gcc compiler collection
- Clone the repo:
git clone https://github.com/tim-tm/plain-OS && cd plain-OS - Building the ISO:
make - Starting pOS in qemu:
make run - Cleaning the binaries:
make clean