Now that RISC-V support has landed in qemu-user-static, add to the list of
examples in the binmiscctl(8) manpage.
Details
Details
- Reviewers
kevans - Group Reviewers
manpages - Commits
- rS360519: Add RISC-V interpreter example
For reference, hexdump -n 20 on a RISC-V executable gives:
0000000 457f 464c 0102 0001 0000 0000 0000 0000 0000010 0002 00f3 0000014
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
LGTM (don't forget to bump .Dd); have you had a chance to test cross-builds with -user-static?
Comment Actions
Yes. There are a small number of packages that build right now, but they seem to do so without issue :)