GRUB config file loads modules at boot

This commit is contained in:
2021-04-18 08:00:56 -05:00
parent 40da57e233
commit 086dfe546a

View File

@@ -1,3 +1,5 @@
menuentry "Quark OS" {
multiboot2 /apps/quark-kernel
module2 /apps/quark-testmod
module2 /apps/quark-testmod
}