fix: corner cases when printing large content through term interface
[lunaix-os.git] / lunaix-os / GRUB_TEMPLATE
index 7d5fd86c5a0f67467a140480b70423a38f60dca7..db98366aafb1a36d8e3cfb1a461b2c6f53eb9e11 100644 (file)
@@ -2,6 +2,6 @@ default=0
 timeout=0
 
 menuentry "$_OS_NAME" {
-       multiboot /boot/kernel.bin
-       module /boot/modksyms modksyms
+       multiboot /boot/kernel.bin $KCMD
+       module --nounzip /boot/modksyms modksyms
 }
\ No newline at end of file