Skip to content
/ NaOS Public

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

License

Notifications You must be signed in to change notification settings

calin1304/NaOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published