summaryrefslogtreecommitdiff
path: root/kernel/bump.c
AgeCommit message (Collapse)Author
2026-07-12create elf.hNathan Lee
The ELF parser needs more work, there are more structs to be added. memcpy was refactored from mem.h into common.h endianness conversions were standardized in types.h
2026-06-19create dtb allocatorNathan Lee
the parent commit (b106df2447d23d6b3fcffa7cc87edde218d054f3) discussed the possibility of creating dtb device discovery. for that, we have replaced wdt device discovery with dtb device discovery. in the future, we will use the pci kernel module to use device discovery via a PCI controller