95cc19fd1a
Replace the legacy userpsace Makefile with the CMake build system for the kernel The userspace is the only one still utilizing manual Makefiles, it will eventually be CMakified Signed-off-by: kaguya <vpshinomiya@protonmail.com>
10 lines
341 B
Plaintext
10 lines
341 B
Plaintext
# Timeout in seconds that Limine will use before automatically booting.
|
|
timeout: 5
|
|
|
|
# The entry name that will be displayed in the boot menu.
|
|
/kirkOS
|
|
# We use the Limine boot protocol.
|
|
protocol: limine
|
|
|
|
# Path to the kernel to boot. boot():/ represents the partition on which limine.conf is located.
|
|
path: boot():/boot/KirkOS |