Luna/kernel
apio c67079dd74 Kernel, libc: Implement %p in *printf()
So we can avoid writing (unsigned long)ptr or (uint64_t)ptr everywhere when wanting to print a pointer.
2022-10-08 18:07:33 +02:00
..
include Kernel, libc: Add support for providing a status code to exit() 2022-10-08 17:56:40 +02:00
src Kernel, libc: Implement %p in *printf() 2022-10-08 18:07:33 +02:00
Makefile Kernel: Strip kernel symbols when installing 2022-10-08 15:57:07 +02:00
moon.ld Start the call stack with a null RBP before calling _start 2022-09-18 17:03:29 +02:00