Experimental operation system for learning purposes. Started by following: The little book about OS development
Unlike the tutorial I use qemu as emulator because my working environment is a remote box and I could not make Bochs work with it.
For Ubuntu 16.04.4 LTS:
$ sudo apt-get install build-essential nasm genisoimage qemu
$ cd uberos
$ make run
Writes "Wellcome to uberOS!" to screen.