JOS is a simple operating system for x86-64 that I've written as a hobby.
su -c apt-get install qemu-system-x86 qemu-system-gui qemu-utils
git clone https://github.com/jarijokinen/jos.git
cd jos
make run
git clone https://github.com/jarijokinen/jos.git
cd jos
make jos.img
dd if=jos.img of=/dev/sdXX
MIT License. Copyright (c) 2018 Jari Jokinen. See LICENSE for further details.