calin1304 / NaOS

A minimal, barely functioning, almost broken, not doing much, x86 kernel written with C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A small operating system

How to run it (will make proper build scripts soon)

mkdir -p build/floppy_mount
mkdir obj
touch build/floppy.img
sudo /dev/losetup0 build/floppy.img
make floppy
make
qemu-system-i386 -fda build/floppy.img

About

A minimal, barely functioning, almost broken, not doing much, x86 kernel written with C.

License:GNU General Public License v3.0


Languages

Language:C 84.3%Language:Assembly 7.3%Language:Makefile 3.6%Language:Python 2.7%Language:C++ 2.0%