Files
jsix/src/boot/module.toml
Justin C. Miller 0ae489f49d [build] Update to using pb 3
Updating the build to the new version of bonnibel. This also includes
some updates to make sure things keep working with LLVM 11.
2021-04-07 23:05:58 -07:00

18 lines
242 B
TOML

name = "boot"
kind = "exe"
output = "boot.efi"
targets = ["boot"]
deps = ["cpu"]
sources = [
"main.cpp",
"console.cpp",
"error.cpp",
"fs.cpp",
"hardware.cpp",
"loader.cpp",
"memory.cpp",
"paging.cpp",
"status.cpp",
"support.cpp",
]