libfringe
libfringe copied to clipboard
support more architectures
We currently only support x86_64, because this library grew out of an experiment for my kernel, which also only targets x86_64. We'd like to support a few more:
- [x] x86
- [ ] ARM
- [x] AArch64
- [ ] MIPS
I am somewhat interested in poking around with this for an arm target. I'm going to have to take a bit to read it first though.
@tbelaire I've already implemented ARM support, however it won't support panicking until https://github.com/rust-lang/rust/issues/35119 is merged.
I'm interested in adding an AArch64 port. This should be easier than ARM since it uses the standard DWARF annotations for CFI.