some of the stuff now works with limine

This commit is contained in:
fekhesk 2022-10-27 18:06:33 -07:00
parent 600ba7163a
commit 8af40d0414
No known key found for this signature in database
GPG key ID: 6B3D8CB511646891
18 changed files with 140 additions and 390 deletions

5
byob/.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
# limine binaries
limine.sys
limine-cd.bin
limine-cd-efi.bin
limine-deploy

9
byob/README.md Normal file
View file

@ -0,0 +1,9 @@
# bring your own bootloader!
wukkOS is currently reliant on limine, and it is also currently required for you to
provide your own binaries for it. those binaries should be placed in this directory,
and the Makefile will copy them into the iso.
currently the binaries are:
- limine.sys
- limine-cd.bin
- limine-cd-efi.bin
- limine-deploy (should be for your current system)