From 7a684d735c8742ac1f5b11b782cb249ec3657c5b Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Fri, 10 May 2019 16:31:33 +0200 Subject: [PATCH] Fix iso generation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e45d933..1cef589 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ kernel:$(asmobj) $(cobj) linker.ld fd.iso: kernel mkdir -p isodir/boot/grub cp $< isodir/boot/ - @echo -e "menuentry \"myos\" {\n\tmultiboot /boot/kernel\n}" > isodir/boot/grub/grub.cfg + @echo "menuentry \"myos\" {\n\tmultiboot /boot/kernel\n}" > isodir/boot/grub/grub.cfg grub-mkrescue -o $@ isodir