Closed AntonLydike closed 1 year ago
Since we added floating point support, CSR support is technically needed in user mode as well. We have a primitive implementation of CSR in the PrivCPU, we just need to move it (and corresponding instructions) to non-priv CPU
This was implemented in #47 and subsequently released in v2.2.0
Since we added floating point support, CSR support is technically needed in user mode as well. We have a primitive implementation of CSR in the PrivCPU, we just need to move it (and corresponding instructions) to non-priv CPU