Commit Graph

2 Commits

Author SHA1 Message Date
Justin C. Miller
7ce2898b6e Test for incoming data pointer in kernel_main 2018-03-29 09:49:38 -07:00
Justin C. Miller
e19c7cee50 Give kernel image a header.
Kernel image now has a header with version, magic number, and a
pointer to its actual entrypoint. Entry point is now _start in
boot.s, and we now generate versions.s in the build tree for the
version macros.
2018-03-24 18:34:44 -07:00