Skip to content

Releases: BoatRamp/boatramp-vmlinux

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 09 Aug 20:24

Reproducible microVM kernels for boatramp's VMM backends: the x86_64
kernel boots the Linux/KVM embedded VMM; the aarch64 kernel boots the
macOS Virtualization.framework (vmm-vz) backend (a raw arm64 Image).

Verify before use (per arch):

sha256sum -c <(printf '%s  boatramp-vmlinux-<arch>\n' "$(cat boatramp-vmlinux-<arch>.sha256)")

Each .sig is a detached ES256 (r‖s, hex) signature over the SHA-256
hex string, verifiable against boatramp's built-in kernel-signing
public key. boatramp checks both before booting the kernel.

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 09 Aug 11:14

Reproducible microVM kernels for boatramp's VMM backends: the x86_64
kernel boots the Linux/KVM embedded VMM; the aarch64 kernel boots the
macOS Virtualization.framework (vmm-vz) backend (a raw arm64 Image).

Verify before use (per arch):

sha256sum -c <(printf '%s  boatramp-vmlinux-<arch>\n' "$(cat boatramp-vmlinux-<arch>.sha256)")

Each .sig is a detached ES256 (r‖s, hex) signature over the SHA-256
hex string, verifiable against boatramp's built-in kernel-signing
public key. boatramp checks both before booting the kernel.

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 05 Aug 10:24

Reproducible microVM kernel for boatramp's embedded VMM.

Verify before use:

sha256sum -c <(printf '%s  boatramp-vmlinux-x86_64\n' "$(cat boatramp-vmlinux-x86_64.sha256)")

The .sig is a detached ES256 (r‖s, hex) signature over the SHA-256
hex string, verifiable against boatramp's built-in kernel-signing
public key. boatramp checks both before booting the kernel.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 21:48

Reproducible microVM kernel for boatramp's embedded VMM.

Verify before use:

sha256sum -c <(printf '%s  boatramp-vmlinux-x86_64\n' "$(cat boatramp-vmlinux-x86_64.sha256)")

The .sig is a detached ES256 (r‖s, hex) signature over the SHA-256
hex string, verifiable against boatramp's built-in kernel-signing
public key. boatramp checks both before booting the kernel.

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 13:58

Reproducible microVM kernel for boatramp's embedded VMM.

Verify before use:

sha256sum -c <(printf '%s  boatramp-vmlinux-x86_64\n' "$(cat boatramp-vmlinux-x86_64.sha256)")

The .sig is a detached ES256 (r‖s, hex) signature over the SHA-256
hex string, verifiable against boatramp's built-in kernel-signing
public key. boatramp checks both before booting the kernel.