1-hello_kernel_world.md (#21)
[lunaix-os.git] / lunaix-os / GRUB_TEMPLATE
index d2dcc10e0f54ee10101a1cf6c3368994b7565ae4..db98366aafb1a36d8e3cfb1a461b2c6f53eb9e11 100644 (file)
@@ -2,5 +2,6 @@ default=0
 timeout=0
 
 menuentry "$_OS_NAME" {
-       multiboot /boot/kernel.bin
+       multiboot /boot/kernel.bin $KCMD
+       module --nounzip /boot/modksyms modksyms
 }
\ No newline at end of file