mirror of
https://github.com/realmicrosoft/windows.git
synced 2024-08-14 22:46:44 +00:00
some of the stuff now works with limine
This commit is contained in:
parent
600ba7163a
commit
8af40d0414
18 changed files with 140 additions and 390 deletions
5
byob/.gitignore
vendored
Normal file
5
byob/.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# limine binaries
|
||||
limine.sys
|
||||
limine-cd.bin
|
||||
limine-cd-efi.bin
|
||||
limine-deploy
|
9
byob/README.md
Normal file
9
byob/README.md
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue