aurix/boot/base/axboot.cfg
2025-01-20 21:52:47 +01:00

12 lines
216 B
INI

; This is a comment
entry "AurixOS" {
PROTOCOL="aurix"
IMAGE_PATH="boot:///System/axkrnl.sys"
}
;; UEFI only
entry "Windows" {
PROTOCOL="chainload"
IMAGE_PATH="boot:///EFI/Microsoft/bootmgfw.efi"
}