Skip to content

Instantly share code, notes, and snippets.

@rverchere
Last active February 10, 2026 08:49
Show Gist options
  • Select an option

  • Save rverchere/d4333d8eed0ff22b08ac3db9c6c0301c to your computer and use it in GitHub Desktop.

Select an option

Save rverchere/d4333d8eed0ff22b08ac3db9c6c0301c to your computer and use it in GitHub Desktop.
smolbsd.log
$ uname -a
Darwin mbp-remi.local 25.2.0 Darwin Kernel Version 25.2.0: Tue Nov 18 21:09:56 PST 2025; root:xnu-12377.61.12~1/RELEASE_ARM64_T6041 arm64
$ ./docker2svc.sh dockerfiles/Dockerfile.clawd
ℹ️ clawd already exists, recreating
✅ clawd service files generated
➡️ press enter to build clawd image or ^C to exit
✅ netbsd-GENERIC64.img.gz is fresh
✅ base.tar.xz is fresh
✅ etc.tar.xz is fresh
✅ comp.tar.xz is fresh
✅ pkgin is fresh
✅ pkg_tarup is fresh
✅ pkg_install is fresh
✅ sqlite3 is fresh
➡️ creating the disk image
4096+0 records in
4096+0 records out
4294967296 bytes transferred in 0.690116 secs (6223544007 bytes/sec)
➡️ starting the builder microvm with
⚪ 4096MB RAM
⚪ 4 cores
➡️ port forward set: ::22022-:22
➡️ using QEMU version 10.2.0
➡️ using kernel kernels/netbsd-GENERIC64.img
➡️ using console: com
➡️ using disk image images/build-evbarm-aarch64.img
🔚 ^D to stop the vm, ^A-X to kill it
qemu-system-aarch64: -accel hvf: Addressing limited to 32 bits, but memory exceeds it by 1073741824 bytes
$ ./startnb.sh -c 4 -m 4096 -f etc/clawd.conf
➡️ port forward set: ::18789-:18789
➡️ using QEMU version 10.2.0
➡️ using kernel kernels/netbsd-GENERIC64.img
➡️ using console: com
➡️ using disk image images/clawd-evbarm-aarch64.img
🔚 ^D to stop the vm, ^A-X to kill it
qemu-system-aarch64: -accel hvf: Addressing limited to 32 bits, but memory exceeds it by 1073741824 bytes
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment