summaryrefslogtreecommitdiff
path: root/src/core.rs
AgeCommit message (Collapse)Author
5 daysrework memory system to use actual Sv32 pagingNathan Lee
2026-06-17fix memory issues and add basic device discoveryNathan Lee
discuss: pci/dtb device discovery? now that the x0 issue is fixed it is entirely possible.
2026-06-12implement CSR opsNathan Lee
2026-06-12fix memory reservation systemNathan Lee
2026-06-10move atomics into core.rsNathan Lee
2026-06-10move memory and cpu state into its own filesNathan Lee
2026-06-06add F extensionNathan Lee
2026-06-06refactor most extensions in to their own separate core.rs fileNathan Lee