diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-09-01 12:41:34 +0100 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-09-01 12:41:34 +0100 |
| commit | c1d948ce1973d9be37a43718f548776a0061807b (patch) | |
| tree | b4952431832b13d62558465ce14b9a944fcde2fa /boot-iso/boot/grub | |
| parent | da686609820298b1e245b53ca86ec946e79684cb (diff) | |
| download | tinyOS-c1d948ce1973d9be37a43718f548776a0061807b.tar.xz tinyOS-c1d948ce1973d9be37a43718f548776a0061807b.zip | |
Add Makefile task to create bootable iso
Diffstat (limited to 'boot-iso/boot/grub')
| -rw-r--r-- | boot-iso/boot/grub/grub.cfg | 6 |
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 |