mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
Back to a basic UEFI stub
This commit is contained in:
10
modules.yaml
10
modules.yaml
@@ -53,15 +53,11 @@ modules:
|
||||
boot:
|
||||
kind: exe
|
||||
target: boot
|
||||
output: boot.elf
|
||||
output: boot.efi
|
||||
source:
|
||||
- src/boot/crt0.s
|
||||
- src/boot/console.cpp
|
||||
- src/boot/guids.cpp
|
||||
- src/boot/loader.cpp
|
||||
- src/boot/main.cpp
|
||||
- src/boot/memory.cpp
|
||||
- src/boot/reloc.cpp
|
||||
- src/boot/console.cpp
|
||||
- src/boot/error.cpp
|
||||
- src/boot/utility.cpp
|
||||
|
||||
nulldrv:
|
||||
|
||||
Reference in New Issue
Block a user