initial stuff so we only get expected errors

This commit is contained in:
fekhesk 2022-11-02 03:37:19 -07:00
parent 314189882b
commit 7319725700
No known key found for this signature in database
GPG key ID: 6B3D8CB511646891
13 changed files with 214 additions and 21 deletions

5
byob/.gitignore vendored
View file

@ -2,4 +2,7 @@
limine.sys
limine-cd.bin
limine-cd-efi.bin
limine-deploy
limine-deploy
# initrd
initwukko.far

View file

@ -6,4 +6,9 @@ currently the binaries are:
- limine.sys
- limine-cd.bin
- limine-cd-efi.bin
- limine-deploy (should be for your current system)
- 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.