mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-01 18:39:16 +00:00
chore: Update makefiles & macros
This commit is contained in:
@ -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
|
||||
|
||||
|
@ -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> • If it's set to <code class="panel">1</code>, the kernel will be compiled in debug mode.<br>
|
||||
<code class="panel">TESTING</code> • Enable unit testing.<br>
|
||||
|
Reference in New Issue
Block a user