/spideros

A hobby operating system written in C++14

Primary LanguageC++ISC LicenseISC

spideros

A hobby operating system written in C++14. An experiment to see what use the new C++14 standard features might be in an operating system kernel.

Building

Install scons and run scons.

Running in a VM

Install qemu and run qemu-system-i386 spideros.iso.

Running on Real Hardware

I haven't tried this yet... but feel free to give it a go. scons generates a spideros.iso which you should be able to burn to a CD or USB stick and boot from.

License

spideros uses the ISC license.