diff options
| author | Miguel <m.i@gmx.at> | 2018-08-17 02:28:02 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-17 02:28:02 +0200 |
| commit | c742be9c738c91703a7be787639cad167de3a6b1 (patch) | |
| tree | db0e170dab1b7f34630489d0cb1d396c92f15c79 /grubiso | |
| parent | 559eea53ecdd1e3e45f24d15e8739419b0cd647a (diff) | |
started reviving my fool os
Diffstat (limited to 'grubiso')
| -rw-r--r-- | grubiso/boot/grub/grub.cfg | 9 |
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 +} |
