aboutsummaryrefslogtreecommitdiff
path: root/boot-iso
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2018-09-01 12:41:34 +0100
committerJames Barnett <noreply@jamesbarnett.xyz>2018-09-01 12:41:34 +0100
commitc1d948ce1973d9be37a43718f548776a0061807b (patch)
treeb4952431832b13d62558465ce14b9a944fcde2fa /boot-iso
parentda686609820298b1e245b53ca86ec946e79684cb (diff)
downloadtinyOS-c1d948ce1973d9be37a43718f548776a0061807b.tar.xz
tinyOS-c1d948ce1973d9be37a43718f548776a0061807b.zip
Add Makefile task to create bootable iso
Diffstat (limited to 'boot-iso')
-rw-r--r--boot-iso/boot/grub/grub.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/boot-iso/boot/grub/grub.cfg b/boot-iso/boot/grub/grub.cfg
new file mode 100644
index 0000000..93aedb6
--- /dev/null
+++ b/boot-iso/boot/grub/grub.cfg
@@ -0,0 +1,6 @@
+set timeout=0
+set default=0
+
+menuentry "tinyOS" {
+ multiboot /boot/kernel.bin
+} \ No newline at end of file