This is a minor release for asterisc
, featuring a few changes to the virtual machine:
- Radix trie memory structure by @mininny #83
F_GETFD
syscall support for go1.22+ runtime compatibility by @mininny #84- Resolve todos by @mininny
- Remove CSRs, as
asterisc
emulates a single hart on the unprivileged ISA, and doesn't need them. - Alignment checks added to
a
instructions. MAP_ANONYMOUS
check inmmap
syscall.
- Remove CSRs, as