mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-30 08:17:58 +00:00
Driver directory can be modified by config
This commit is contained in:
parent
44bc367e19
commit
1b400c7fd5
2
Makefile
2
Makefile
@ -172,7 +172,7 @@ run: build qemu
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf doxygen-doc iso_tmp_data
|
rm -rf doxygen-doc iso_tmp_data
|
||||||
rm -f initrd/system/drivers/*.drv initrd.tar.gz $(OSNAME).iso $(OSNAME).img
|
rm -f initrd/system/drivers/*.fex initrd.tar.gz $(OSNAME).iso $(OSNAME).img
|
||||||
make -C Kernel clean
|
make -C Kernel clean
|
||||||
make -C Lynx clean
|
make -C Lynx clean
|
||||||
make -C Userspace clean
|
make -C Userspace clean
|
||||||
|
@ -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
|
multiboot2 /kernel.fsys --alloc=liballoc11 --cores=0 --tasking=multi --drvdir=/system/drivers
|
||||||
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
|
KERNEL_CMDLINE=--alloc=liballoc11 --cores=0 --tasking=multi --drvdir=/system/drivers
|
||||||
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