windows/byob
2022-11-02 03:37:19 -07:00
..
.gitignore initial stuff so we only get expected errors 2022-11-02 03:37:19 -07:00
README.md initial stuff so we only get expected errors 2022-11-02 03:37:19 -07:00

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)

you also need to supply an initramfs, which is a tar archive located at byob/initwukko.tar
for now, this is supplied from the initwukko/ folder, which will automatically add all included files to the tar archive.