diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/grub.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/grub.cfg b/misc/grub.cfg new file mode 100644 index 0000000..d1bc8d4 --- /dev/null +++ b/misc/grub.cfg @@ -0,0 +1,7 @@ +set timeout=0 +set default=0 + +menuentry 'garmos' { + multiboot /boot/kernel.img + boot +} |