Change to limine bootloader

This commit is contained in:
2026-08-27 14:03:06 +03:00
parent a6c5053b1d
commit 67d281d6be
6 changed files with 92 additions and 22 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
CompileFlags:
Compiler: i686-elf-gcc
Compiler: x86_64-elf-gcc
Add:
- "-target"
- "i686-elf"
- "x86_64-elf"
- "-ffreestanding"
- "-nostdlibinc"
- "-isystem"
- "${env:I686_ELF_GCC_INCLUDE}"
- "${env:X86_64_ELF_GCC_INCLUDE}"