Limine Bare Bones: Difference between revisions

→‎Compiling the kernel on macOS: Correct make variable names
[unchecked revision][unchecked revision]
m (Wording fix.)
(→‎Compiling the kernel on macOS: Correct make variable names)
Line 409:
''If you are not using macOS, you can skip this section.''
 
The macOS Xcode toolchain uses Mach-O binaries, and not the ELF binaries required for this Limine-compliant kernel. A solution is to build a [[GCC Cross-Compiler]], or to obtain one from [https://brew.sh homebrew] by installing the '''x86_64-elf-gcc''' package. After one of these is done, build using '''make CCKCC=x86_64-elf-gcc LDKLD=x86_64-elf-ld'''.
 
===Creating the image===
1

edit