mirror of
https://github.com/limine-bootloader/limine-c-template
synced 2025-09-30 23:03:22 +02:00
Use limine.h API revision 2
This commit is contained in:
parent
f477e4e25a
commit
a352cb93b3
3 changed files with 4 additions and 4 deletions
|
|
@ -69,7 +69,7 @@ override CPPFLAGS := \
|
|||
-I src \
|
||||
-isystem freestnd-c-hdrs-0bsd \
|
||||
$(CPPFLAGS) \
|
||||
-DLIMINE_API_REVISION=1 \
|
||||
-DLIMINE_API_REVISION=2 \
|
||||
-MMD \
|
||||
-MP
|
||||
|
||||
|
|
|
|||
|
|
@ -75,6 +75,6 @@ clone_repo_commit \
|
|||
9c281448fe40498a6341d74f55c9af4f642c0b1d
|
||||
|
||||
download_by_hash \
|
||||
https://github.com/limine-bootloader/limine/raw/af981e39a592d6c5b856960d5253cd2340d5a2c8/limine.h \
|
||||
https://github.com/limine-bootloader/limine/raw/7cddb61183685d9bddd2eb13d42223d929c2abe6/limine.h \
|
||||
src/limine.h \
|
||||
7bbe95e1842a27d3aad7a567806dc70cf14a87f8d71abb283ccf39fa64dcf53d
|
||||
c00e7d4cd6e2674eca481f978b64a7fb8c8479cc32c466ec35aad2207761bf01
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@ timeout: 3
|
|||
protocol: limine
|
||||
|
||||
# Path to the kernel to boot. boot():/ represents the partition on which limine.conf is located.
|
||||
kernel_path: boot():/boot/kernel
|
||||
path: boot():/boot/kernel
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue