Skip to content

go-boot v0.9

Choose a tag to compare

@abarisani abarisani released this 19 Aug 10:10
· 138 commits to main since this release
v0.9

This is a release of the go-boot unikernel which implements a UEFI Shell and OS loader for AMD64 platforms, implemented as a bare metal Go unikernel using the TamaGo framework.

The unikernel is an UEFI application which can be executed under an existing loader (e.g. UEFI shell, systemd-boot) or as an EFI boot entry.

Documentation can be found in the README.

Major changes:

  • bumped minimum Go version to 1.25.0, following tamago-go1.25.0
  • cmd - add . shortcut with default EFI image path
  • Makefile - allow . shortcut EFI image path override via DEFAULT_EFI_ENTRY variable

Full Changelog: v0.8...v0.9