Memory/paging fixes, new elf loader
* Laying the groundwork for a scheduler this commit fixes a whole bunch
of issues related to paging and VMM.
* Simplify and improve load_elf(...) and parse/elf.
* Add the ability to debug memory management
* Some smaller style and syntax fixes
25 files changed,
175 insertions,
125 deletions