Page MenuHomeFreeBSD

Add RISC-V interpreter example to binmiscctl(8)
ClosedPublic

Authored by mhorne on May 1 2020, 12:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 10, 1:46 AM
Unknown Object (File)
Aug 14 2025, 4:28 PM
Unknown Object (File)
Aug 12 2025, 7:56 PM
Unknown Object (File)
Aug 10 2025, 8:00 PM
Unknown Object (File)
Jul 5 2025, 8:19 AM
Unknown Object (File)
Jun 30 2025, 4:17 PM
Unknown Object (File)
Jun 26 2025, 4:04 AM
Unknown Object (File)
Jun 25 2025, 2:32 AM
Subscribers

Details

Reviewers
kevans
Group Reviewers
manpages
Commits
rS360519: Add RISC-V interpreter example
Summary

Now that RISC-V support has landed in qemu-user-static, add to the list of
examples in the binmiscctl(8) manpage.

Test Plan

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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

LGTM (don't forget to bump .Dd); have you had a chance to test cross-builds with -user-static?

This revision is now accepted and ready to land.May 1 2020, 1:04 AM

LGTM (don't forget to bump .Dd); have you had a chance to test cross-builds with -user-static?

Yes. There are a small number of packages that build right now, but they seem to do so without issue :)

This revision was automatically updated to reflect the committed changes.