grub setup script, and added -march=i386 to CFLAGS
[3sys] / sys1 / grub.cfg
diff --git a/sys1/grub.cfg b/sys1/grub.cfg
new file mode 100644 (file)
index 0000000..fa0b13c
--- /dev/null
@@ -0,0 +1,8 @@
+set default=0
+set timeout=0
+
+menuentry "sys1" {
+       search --set=root --label SYS1ROOT
+       multiboot /boot/kern1.elf
+       boot
+}