Getting tired of dealing with code generation issues w/C compilers in my #osdev project, so I've started working on a fresh implementation of the C code in x86-64 assembly.
I've gotten this to the point where it starts up, switches to protected mode, then to long mode, and can read keyboard input and display some things to the text screen. I'll start rewriting the actual display driver tomorrow, then the ATA driver so I can get it to load the konilo rom & blocks. At that point, I'll hopefully be able to reuse the existing unix ilo-amd64 assembly vm code to run a full Konilo system.