summaryrefslogtreecommitdiff
path: root/include/stdarg.h
AgeCommit message (Collapse)Author
2018-06-20Added a very basic types.h header file that defines NULL, size_t andJake Mannens
time_t. Moved the kernel's loading point down to address 0 in conventional memory and updated linker scripts accordingly. Began to experiment with loading a binary blob into extended memory (0x100000), switching to userspace mode, and executing it.
2018-06-16Initial commitJake Mannens