notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
rvvm RISC-V Virtual Machine
0.6 emulatorsnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: fuz@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-01-23 01:09:06
Last Update: 2025-01-23 01:06:22
Commit Hash: 5912458
License: GPLv2 GPLv3 MPL20
WWW:
https://github.com/LekKit/RVVM/
Description:
RVVM is a virtual machine / emulator for RISC-V guests, which emphasizes on performance, security, lean code and portability. It already runs a lot of guest operating systems, including Linux, Haiku, FreeBSD, OpenBSD, etc. It also aims to run RISC-V applications on a foreign-arch host without full OS guest & isolation (Userland emulation).
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • RVVM>0:emulators/rvvm
To install the port:
cd /usr/ports/emulators/rvvm/ && make install clean
To add the package, run one of these commands:
  • pkg install emulators/rvvm
  • pkg install RVVM
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: RVVM
Package flavors (<flavor>: <package>)
  • x11: RVVM
  • nox11: RVVM-nox11
distinfo:
TIMESTAMP = 1737591303 SHA256 (rvvm-0.6/fw_jump.bin) = 60f5aedaf90be271eef9e4f1a479171c183987f97f86208811e9212b121d5b45 SIZE (rvvm-0.6/fw_jump.bin) = 136776

Expand this list (6 items)

Collapse this list.

SHA256 (rvvm-0.6/fw_payload.bin) = d97321ca71be85a98dcc1757b721616d6ed68304afe853336273cb19b424da6c SIZE (rvvm-0.6/fw_payload.bin) = 2958016 SHA256 (rvvm-0.6/riscv-tests.tar.gz) = f0e888a8db158b1e82ac09cebd01d8e1d5913477d1515c41286fae5e309e5322 SIZE (rvvm-0.6/riscv-tests.tar.gz) = 87062 SHA256 (rvvm-0.6/LekKit-RVVM-v0.6_GH0.tar.gz) = 97e98c95d8785438758b81fb5c695b8eafb564502c6af7f52555b056e3bb7d7a SIZE (rvvm-0.6/LekKit-RVVM-v0.6_GH0.tar.gz) = 313342

Collapse this list.


Packages (timestamps in pop-ups are UTC):
RVVM
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.60.6-0.60.6---
FreeBSD:13:quarterly----0.6---
FreeBSD:14:latest0.60.6-0.60.6---
FreeBSD:14:quarterly-0.6--0.6---
FreeBSD:15:latest0.60.6n/a0.6n/a---
 

RVVM-nox11
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.60.6-0.60.6---
FreeBSD:13:quarterly----0.6---
FreeBSD:14:latest0.60.6-0.60.6---
FreeBSD:14:quarterly-0.6--0.6---
FreeBSD:15:latest0.60.6n/a0.6n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : devel/gmake
  2. x11.pc : x11/libX11
  3. xext.pc : x11/libXext
Runtime dependencies:
  1. x11.pc : x11/libX11
  2. xext.pc : x11/libXext
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for RVVM-0.6: FDT=on: enable automatic FDT generation FPU=on: enable floating point (F/D) CPU extension JIT=on: enable RVJIT accelerator JNI=on: include native JNI bindings in shared librvvm NET=on: enable unprivileged userland networking stack PCI=on: enable PCI support in ATA, etc devices RV64=on: enable riscv64 CPU support SPINLOCK_DEBUG=on: enable deadlock debugging (minimal runtime overhead) ===> Use 'make config' to modify these settings
Options name:
emulators_rvvm
USES:
gmake localbase:ldflags xorg
pkg-message:
RVVM has been installed. To execute a disk image, run rvvm /usr/local/share/RVVM/fw_payload.bin [flags] -i $disk.img To execute a custom kernel payload, run rvvm /usr/local/share/RVVM/fw_jump.bin [flags] -k $kernel.bin For further details, execute rvvm --help.

Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/LekKit/RVVM/tar.gz/v0.6?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.6
23 Jan 2025 01:06:22
commit hash: 5912458941af2189b7fa940dd20a21fd168e67fdcommit hash: 5912458941af2189b7fa940dd20a21fd168e67fdcommit hash: 5912458941af2189b7fa940dd20a21fd168e67fdcommit hash: 5912458941af2189b7fa940dd20a21fd168e67fd files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
emulators/rvvm: RISC-V Virtual Machine

RVVM is a virtual machine / emulator for RISC-V guests, which emphasizes
on performance, security, lean code and portability. It already runs a
lot of guest operating systems, including Linux, Haiku, FreeBSD,
OpenBSD, etc. It also aims to run RISC-V applications on a foreign-arch
host without full OS guest & isolation (Userland emulation).

WWW: https://github.com/LekKit/RVVM

Number of commits found: 1