Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@clabby clabby released this 31 Oct 20:49
df0d2cc

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 in mmap syscall.