Luna/kernel/src/init
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
..
Init.cpp Kernel: Use framebuffer virtual address instead of physical address 2022-10-29 20:10:49 +02:00
InitRD.cpp Kernel: Read file modes from the initrd, filtering out write permissions 2022-10-28 20:52:10 +02:00