chore: Update makefiles & macros

This commit is contained in:
EnderIce2
2024-11-29 04:24:27 +02:00
parent ce3cf8162a
commit 7948d0c6e5
116 changed files with 682 additions and 740 deletions

View File

@ -2,7 +2,7 @@ WORKING_DIR = $(CURDIR)
CROSS_DIR=$(WORKING_DIR)/cross
export PATH := $(CROSS_DIR):$(PATH)
QEMU_VERSION = 8.2.8
QEMU_VERSION = 9.1.2
all: do_tools do_limine __clone_all do_binutils do_gcc do_qemu

View File

@ -81,7 +81,7 @@
<div style="text-align: left; margin-left: 10px; margin-right: 10px;">
<h4 style="padding-top: 50px;">Configuring your kernel</h4>
If you want to build different architecture, use other QEMU binary or change kernel name you can find in
<code class="panel">Makefile.conf</code> file.<br>
<code class="panel">config.mk</code> file.<br>
<hr color="#292929">
<code class="panel">DEBUG</code> &#x2022; If it's set to <code class="panel">1</code>, the kernel will be compiled in debug mode.<br>
<code class="panel">TESTING</code> &#x2022; Enable unit testing.<br>