/SecureOS

[WIP] A mini x86 operating system built from scratch in C.

Primary LanguageC

Secure OS

Much sekure.

Usage

Development

Please format the code before pushing

make format # format the code

Docker

mkdir build
docker-compose build && docker-compose up # build the thing
sudo chmod +wrx build # permissions ig
sudo qemu-system-i386 -drive format=raw,file=build/os_image # run the thing