Simple DIY OS
===============================
Simple x86-based OS.
平台:Ubuntu 16.04.2 x86
sudo apt install make nasm gcc binutils cgdb qemu
sudo ln -s /usr/bin/qemu-system-i386 /usr/bin/qemu
make init # only for first time
make fs # build root file system and user routines, root privilege required
make # build kernel
make run # run with qemu