Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions upstream.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,25 @@ extract = "release-v1.16.1-x86_64/jailer-v1.16.1-x86_64"

# --- Guest kernel image (for Firecracker microVMs) ---
# Placed at /arcbox/kernel/vmlinux inside the guest VM.
#
# arm64 is the arcboxlabs/kernel `microvm` flavor (CORE-79): a dedicated
# minimal sandbox kernel (virtio-mmio only, no PCI/ACPI/EFI/netfilter)
# targeting kernel-entry -> PID 1 in the 200-300 ms class under nested
# virt. The version string keys the immutable CDN path
# (bin/vmlinux/{version}/{arch}/vmlinux), so rollback = revert this pin.
#
# x86_64 stays on the stock Firecracker CI kernel until an x86 microvm
# config lands (Firecracker x86_64 boots an ELF vmlinux and needs
# VIRTIO_MMIO_CMDLINE_DEVICES + kvmclock).

[[binaries]]
name = "vmlinux"
version = "6.1.155"
version = "0.0.23-microvm"
Comment thread
AprilNEA marked this conversation as resolved.
install_dir = "kernel"

[binaries.source.arm64]
format = "binary"
url = "https://s3.amazonaws.com/spec.ccfc.min/firecracker-ci/v1.14/aarch64/vmlinux-6.1.155"
url = "https://github.com/arcboxlabs/kernel/releases/download/v0.0.23/microvm-kernel-arm64"
Comment thread
AprilNEA marked this conversation as resolved.

[binaries.source.x86_64]
format = "binary"
Expand Down