summaryrefslogtreecommitdiff
path: root/grubiso/boot/grub/grub.cfg
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-08-17 02:28:02 +0200
committerMiguel <m.i@gmx.at>2018-08-17 02:28:02 +0200
commitc742be9c738c91703a7be787639cad167de3a6b1 (patch)
treedb0e170dab1b7f34630489d0cb1d396c92f15c79 /grubiso/boot/grub/grub.cfg
parent559eea53ecdd1e3e45f24d15e8739419b0cd647a (diff)
started reviving my fool os
Diffstat (limited to 'grubiso/boot/grub/grub.cfg')
-rw-r--r--grubiso/boot/grub/grub.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/grubiso/boot/grub/grub.cfg b/grubiso/boot/grub/grub.cfg
new file mode 100644
index 0000000..bc4046a
--- /dev/null
+++ b/grubiso/boot/grub/grub.cfg
@@ -0,0 +1,9 @@
+set timeout=0
+
+menuentry "FoolOS" {
+ echo "------------------------"
+ echo "Loading FoolOS Kernel..."
+ multiboot /boot/foolos.bin
+ echo "Loading Ram Disk..."
+ module /boot/ext2.img
+}