Luna/kernel
apio d1e4bc5504 Kernel: Use framebuffer virtual address instead of physical address
Just found out bootboot.fb_ptr was the physical address, not virtual.
That explains why we were getting page faults while writing to the physical address of the framebuffer. (we were in a user address space when doing so)
So this should probably make the system much more stable!!
2022-10-29 20:10:49 +02:00
..
include Kernel: Read file modes from the initrd, filtering out write permissions 2022-10-28 20:52:10 +02:00
src Kernel: Use framebuffer virtual address instead of physical address 2022-10-29 20:10:49 +02:00
Makefile Fix kernel/Makefile 2022-10-24 20:52:11 +02:00
moon.ld Start the call stack with a null RBP before calling _start 2022-09-18 17:03:29 +02:00