cowos/kernel
cowmonk 6d2e453d27 Added Memory Paging + Formating Fixes
Memory paging was "fixed", there was previously a stub because I was
working out some compilation issue. Turns out, I had extern keyword
called to the structs. Stupidly, I forgot to declare the struct in the
header the whole time. Luckily that worked itself out, and now vga
memory is mapped.
2025-10-16 13:53:36 -07:00
..
drivers/video Added Memory Paging + Formating Fixes 2025-10-16 13:53:36 -07:00
include Added Memory Paging + Formating Fixes 2025-10-16 13:53:36 -07:00
init Added Memory Paging + Formating Fixes 2025-10-16 13:53:36 -07:00
klibc Added Memory Paging + Formating Fixes 2025-10-16 13:53:36 -07:00
mm Added Memory Paging + Formating Fixes 2025-10-16 13:53:36 -07:00
x86 QEMU debugging via LLDB or optionally GDB 2025-07-21 14:11:01 -07:00
linker.ld cowos moves to 64bit! and framebuffers too ig 2025-05-23 17:24:25 -07:00
Makefile cowos moves to 64bit! and framebuffers too ig 2025-05-23 17:24:25 -07:00