summaryrefslogtreecommitdiff
path: root/sos-code-article1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sos-code-article1/Makefile')
-rw-r--r--sos-code-article1/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos-code-article1/Makefile b/sos-code-article1/Makefile
index a0c82b2..cf14445 100644
--- a/sos-code-article1/Makefile
+++ b/sos-code-article1/Makefile
@@ -20,7 +20,7 @@ $(MULTIBOOT_IMAGE): $(KERNEL_OBJ)
exit -1; \
fi
cp $(KERNEL_OBJ) cdrom
- echo timeout 0 > cdrom/boot/grub/menu.lst
+ echo timeout 10 > cdrom/boot/grub/menu.lst
echo title Simple OS >> cdrom/boot/grub/menu.lst
echo kernel /$(KERNEL_OBJ) >> cdrom/boot/grub/menu.lst
genisoimage -R -b boot/grub/stage2_eltorito -no-emul-boot -boot-load-size 4 \