aboutsummaryrefslogtreecommitdiff
path: root/aleeos/boot/grub
diff options
context:
space:
mode:
Diffstat (limited to 'aleeos/boot/grub')
-rw-r--r--aleeos/boot/grub/grub.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/aleeos/boot/grub/grub.cfg b/aleeos/boot/grub/grub.cfg
new file mode 100644
index 0000000..7709cc8
--- /dev/null
+++ b/aleeos/boot/grub/grub.cfg
@@ -0,0 +1,7 @@
+set default=0
+set timeout=3
+
+menuentry "AleeOS" {
+ set root='(hd96)'
+ multiboot /boot/kernel.bin
+} \ No newline at end of file