Added TrueType base and HDA driver

This commit is contained in:
Jozef Nagy 2025-04-20 16:43:59 +02:00
parent aa3f734406
commit 42cc0d9f40
Signed by untrusted user who does not match committer: crz
GPG key ID: 459A4811CEAC7068
30 changed files with 7120 additions and 35 deletions

View file

@ -1,12 +1,12 @@
; This is a comment
[AxBoot]
default=0
timer=30
entry "AurixOS" {
PROTOCOL="aurix"
IMAGE_PATH="boot:///System/axkrnl.sys"
}
[AurixOS]
protocol=aurix
image="boot:///System/axkrnl.sys"
;; UEFI only
entry "Windows" {
PROTOCOL="chainload"
IMAGE_PATH="boot:///EFI/Microsoft/bootmgfw.efi"
}
[Windows 10]
protocol=efi-chainload
image="boot:///EFI/Microsoft/bootmgfw.efi"