aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2025-03-02add ideal allocation trackerKimplul
+ Kind of like CHERI, but uses out-of-line pointer information. The idea is that a core that is compatible with ALLOC_IF queries the allocation tracker if an address is legal and gets a response. This ideal tracker effectively has infinite memory and doesn't talk to any other components, but a real implementation might want to limit the allocations per process or chat with some reserved memory region somewhere else in the system to maintain a binary tree or something.
2024-09-22start experimenting with processor gridsKimplul
2023-05-29silence some trivial warningsKimplul
2023-05-05add async packetsKimplul
2023-05-01update license stuffKimplul
2023-04-30start adding docsKimplul
2023-04-30add lintingKimplul
2023-04-30initialKimplul