gxyos
Xiaoyong Guo
Source code in this project is from Hidemi Kawai's book How to build an operating system in 30 days with minor modifications. I learned basics about x86 ISA and ld link script by doing this project.
Build
Compilation can only be done under Linux. This project uses nasm and gcc instead of the assembler and compiler provided along Hidemi Kawai's book. PHP is also required.