Driver directory can be modified by config

This commit is contained in:
Alex
2022-11-01 19:58:49 +02:00
parent 44bc367e19
commit 1b400c7fd5
3 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,6 @@ set timeout=0
# set lang=ro_RO
menuentry "Fennix" {
multiboot2 /kernel.fsys --alloc=liballoc11 --cores=0 --tasking=multi
multiboot2 /kernel.fsys --alloc=liballoc11 --cores=0 --tasking=multi --drvdir=/system/drivers
boot
}