Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 656 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 656 Bytes

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.