Skip to content

go-boot v1.5.1

Choose a tag to compare

@abarisani abarisani released this 27 Jan 18:06
· 24 commits to main since this release
v1.5.1

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 can be executed as:

Documentation can be found in the README.

This release features the following performance and reliability improvements:

  • cmd: cache AMD SEV-SNP secrets
  • main: disable watchdog as early as possible (cddc6ec)
  • uefi: adjust keystroke delay to prevent runtime starvation (55e0707)

Full Changelog: v1.5...v1.5.1