initial kernel

This commit is contained in:
2023-03-17 22:13:42 +01:00
commit 591b6d61c5
15 changed files with 346 additions and 0 deletions

View File

@@ -0,0 +1 @@
../limine/limine/limine-cd-efi.bin

1
boot-cdrom/limine-cd.bin Symbolic link
View File

@@ -0,0 +1 @@
../limine/limine/limine-cd.bin

10
boot-cdrom/limine.cfg Normal file
View File

@@ -0,0 +1,10 @@
# Timeout in seconds that Limine will use before automatically booting.
TIMEOUT=3
# The entry name that will be displayed in the boot menu
:YAK
# Change the protocol line depending on the used protocol.
PROTOCOL=limine
# Path to the kernel to boot. boot:/// represents the partition on which limine.cfg is located.
KERNEL_PATH=boot:///yak.elf

1
boot-cdrom/limine.sys Symbolic link
View File

@@ -0,0 +1 @@
../limine/limine/limine.sys

1
boot-cdrom/yak.elf Symbolic link
View File

@@ -0,0 +1 @@
../cmake-build-debug-system-llvm/yak-kernel/yak.elf