summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
14 daysupdate MakefileNathan Lee
- removed echo - changed LD to actually use ld.lld
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-17create wdt device discoveryNathan Lee
discuss: per wrv32em status, consider moving custom wdt format to dtb or pci device discovery (potentially both: we have the framework for pci.ko extension after using dtb to discover memory and pci devices)
2026-06-13create support for kernel modules (but don't implement them yet)Nathan Lee
2026-06-11initial commitNathan Lee