Update bootloader source location

This commit is contained in:
Vega 2024-02-14 21:09:26 +00:00
parent 831333f9ae
commit 400b4f9bf2
Signed by: muteplayer
GPG Key ID: 31FE0B16CB1045E7
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ g++ src\* res\resource.o -static -l gdi32 -l winmm -o Y2K
* Bootloader
This project has a void function under the namespace called byeByeBoot, this function load and write the custom bootloader code to the EFI partition. The source code and building instructions for the binaies can be found [[https://git.disroot.org/muteplayer/Y2K-MBR][here]].
This project has a void function under the namespace called byeByeBoot, this function load and write the custom bootloader code to the EFI partition. The source code and building instructions for the binaies can be found [[https://git.disroot.org/muteplayer/Y2K/src/bootloader][here]].
* Payloads