Luna/kernel
apio 3686e03bb7 Cast %p usage to void*
Apparently, %p only accepts void*, and not any pointer type. Still better than casting a pointer to uint64_t.
2022-10-08 18:27:05 +02:00
..
include Kernel, libc: Add support for providing a status code to exit() 2022-10-08 17:56:40 +02:00
src Cast %p usage to void* 2022-10-08 18:27:05 +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