Limine Bare Bones: Difference between revisions

m
Wording fix.
[unchecked revision][unchecked revision]
m (fix heading)
m (Wording fix.)
(One intermediate revision by the same user not shown)
Line 11:
This article will demonstrate how to write a small Limine-compliant x86-64 kernel in (GNU) [[C]], and boot it using the [[Limine]] bootloader.
 
ItAdditionally, isit alsois veryhighly recommended to check out [https://github.com/limine-bootloader/limine-c-template this template project] as it provides example buildable code to go along with this guide.
 
==Overview==
Line 349:
mkdir -p "$$(dirname $@)"
$(KLD) $(OBJ) $(KLDFLAGS) -o $@
printf '\x03003' | dd of=$@ bs=1 count=1 seek=16 conv=notrunc
 
# Include header dependencies.