Add kernel console, edid, stacktrace
* Add a kernel console driver separating the kprintf(...) logic from the
graphical tty.
* Add EDID support to the bootloader. This means that the bootloader can
now detect the screen resolution.
* Add kernel stacktracing support.
* Add kernel symbol table support.
* Add vesa color masking
* Strip the kernel elf. This drastically reduces its size.
* A couple small syntax and grammar fixes
55 files changed,
727 insertions,
181 deletions