Initial import
This commit is contained in:
commit
94aad4b8e1
77 changed files with 4414 additions and 0 deletions
12
boot/base/axboot.cfg
Normal file
12
boot/base/axboot.cfg
Normal file
|
@ -0,0 +1,12 @@
|
|||
; 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue