mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-31 08:47:57 +00:00
Update configs
This commit is contained in:
parent
c002bf8fbe
commit
a89feeb492
1
Makefile
1
Makefile
@ -110,6 +110,7 @@ build_kernel:
|
|||||||
|
|
||||||
build_userspace:
|
build_userspace:
|
||||||
make --quiet -C Userspace build
|
make --quiet -C Userspace build
|
||||||
|
cp -r Userspace/out/* initrd/
|
||||||
|
|
||||||
build_drivers:
|
build_drivers:
|
||||||
make --quiet -C Drivers build
|
make --quiet -C Drivers build
|
||||||
|
@ -3,6 +3,6 @@ set timeout=0
|
|||||||
# set lang=ro_RO
|
# set lang=ro_RO
|
||||||
|
|
||||||
menuentry "Fennix" {
|
menuentry "Fennix" {
|
||||||
multiboot2 /kernel.fsys --alloc=liballoc11 --cores=0 --tasking=multi --drvdir=/system/drivers --init=/system/init
|
multiboot2 /kernel.fsys --alloc=liballoc11 --cores=0 --tasking=multi --drvdir=/system/drivers --init=/system/init.fex
|
||||||
boot
|
boot
|
||||||
}
|
}
|
@ -5,7 +5,7 @@ INTERFACE_BRANDING=Fennix
|
|||||||
# DO NOT EDIT!
|
# DO NOT EDIT!
|
||||||
COMMENT=Boot Fennix using Limine protocol
|
COMMENT=Boot Fennix using Limine protocol
|
||||||
PROTOCOL=limine
|
PROTOCOL=limine
|
||||||
KERNEL_CMDLINE=--alloc=liballoc11 --cores=0 --tasking=multi --drvdir=/system/drivers --init=/system/init
|
KERNEL_CMDLINE=--alloc=liballoc11 --cores=0 --tasking=multi --drvdir=/system/drivers --init=/system/init.fex
|
||||||
KERNEL_PATH=boot:///kernel.fsys
|
KERNEL_PATH=boot:///kernel.fsys
|
||||||
|
|
||||||
MODULE_PATH=boot:///initrd.tar.gz
|
MODULE_PATH=boot:///initrd.tar.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user