IsaacWoods / poplar

Microkernel and userspace written in Rust exploring modern ideas
https://poplar.isaacwoods.dev
Mozilla Public License 2.0
250 stars 8 forks source link

Maybe switch RISC-V kernel target to `riscv64imac` #81

Closed IsaacWoods closed 2 years ago

IsaacWoods commented 2 years ago

Would be changed here - we don't want to clobber float registers in the kernel, so a neat way to do this at compile-time would be to just not target an architecture that has them in kernel-space.