diff --git a/GNUmakefile b/GNUmakefile index 39b1b48..672508d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -52,7 +52,7 @@ ovmf: cd ovmf && curl -Lo OVMF.fd https://retrage.github.io/edk2-nightly/bin/RELEASEX64_OVMF.fd limine: - git clone https://github.com/limine-bootloader/limine.git --branch=v5.x-branch-binary --depth=1 + git clone https://github.com/limine-bootloader/limine.git --branch=v6.x-branch-binary --depth=1 $(MAKE) -C limine \ CC="$(HOST_CC)" \ CFLAGS="$(HOST_CFLAGS)" \