mirror of
https://github.com/cowmonk/cowos.git
synced 2025-10-27 06:23:26 +00:00
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.
10 lines
235 B
Text
10 lines
235 B
Text
cowos.iso
|
|
kernel/bin/
|
|
/limine/
|
|
isodir/boot/cowos
|
|
isodir/boot/limine/limine-bios.sys
|
|
isodir/boot/limine/limine-bios-cd.bin
|
|
isodir/boot/limine/limine-uefi-cd.bin
|
|
isodir/EFI/BOOT/BOOTX64.EFI
|
|
isodir/EFI/BOOT/BOOTIA32.EFI
|
|
compile_flags.txt
|