Change BOOTLOADER options

This commit is contained in:
Alex
2023-03-19 22:19:40 +02:00
parent b0ff30941d
commit 9230491801
2 changed files with 6 additions and 7 deletions

View File

@ -15,9 +15,10 @@ KERNEL_VERSION = pre-alpha-0.0.0.1
# Which bootloader to use.
# Available bootloaders:
# - lynx - Lynx Bootloader (still under development)
# - other - Limine (64-bit) & GRUB Bootloader (32-bit)
BOOTLOADER=other
# - lynx - Lynx (still under development)
# - limine - Limine
# - grub - GRUB
BOOTLOADER=limine
# The path of the cross-compiler.
COMPILER_PATH = tools/cross/bin