mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-23 07:31:31 +00:00
Add RISC-V interpreter example
Now that RISC-V support has landed in qemu-user-static, add to the list of examples in the binmiscctl(8) manpage. Reviewed by: kevans MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D24646
This commit is contained in:
parent
08ddfe8657
commit
d0adbca274
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=360519
@ -27,7 +27,7 @@
|
||||
.\"
|
||||
.\" Support for miscellaneous binary image activators
|
||||
.\"
|
||||
.Dd February 10, 2020
|
||||
.Dd April 30, 2020
|
||||
.Dt BINMISCCTL 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -271,6 +271,17 @@ Add QEMU bsd-user program as an image activator for PowerPC64 binaries:
|
||||
\exff\exff\exff\exff\exff\exff\exff\exfe\exff\exff" \e
|
||||
--size 20 --set-enabled
|
||||
.Ed
|
||||
.Pp
|
||||
Add QEMU bsd-user program as an image activator for 64-bit RISC-V binaries:
|
||||
.Bd -literal -offset indent
|
||||
# binmiscctl add riscv64 \e
|
||||
--interpreter "/usr/local/bin/qemu-riscv64-static" \e
|
||||
--magic "\ex7f\ex45\ex4c\ex46\ex02\ex01\ex01\ex00\ex00\ex00\e
|
||||
\ex00\ex00\ex00\ex00\ex00\ex00\ex02\ex00\exf3\ex00" \e
|
||||
--mask "\exff\exff\exff\exff\exff\exff\exff\ex00\exff\exff\e
|
||||
\exff\exff\exff\exff\exff\exff\exfe\exff\exff\exff" \e
|
||||
--size 20 --set-enabled
|
||||
.Ed
|
||||
.Ss "Create and use an ARMv6 chroot on an AMD64 host"
|
||||
Use an existing source tree to build a chroot host with architecture
|
||||
overrides:
|
||||
|
Loading…
Reference in New Issue
Block a user