mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-13 08:19:15 +00:00
Change BOOTLOADER options
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user