A Totally Fr Operating System
Go to file
notsomeidiot123 09259445f5 Fix bootloader bug, reserve kernel pages in physical memory 2024-10-30 16:49:59 -04:00
docs Updated bootloader docs to accurately reflect error codes 2024-10-15 13:55:54 -04:00
src Fix bootloader bug, reserve kernel pages in physical memory 2024-10-30 16:49:59 -04:00
tools Finished bootloader version 1.0.0 2024-10-09 18:15:12 -04:00
.gitignore Added or completed: map(), unmap() pm_reserve(), pm_alloc(), pm_free(), pm_init(), get_paddr() 2024-10-30 13:39:33 -04:00
c_build_helper.sh change build system and cosmetic changes to main.s 2024-10-29 14:05:54 -04:00
linker.ld Search for suitable kernel physical address 2024-10-15 13:59:31 -04:00
makefile CPU IO ports, and basic serial driver 2024-10-30 11:16:25 -04:00