Skip to content
Snippets Groups Projects
Commit a7fe9af7 authored by Gilles Grimaud's avatar Gilles Grimaud
Browse files

Remove unsupported grub-mkrescue option.

parent 10eedbd8
Branches master
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ all: $(IMAGE) ...@@ -32,7 +32,7 @@ all: $(IMAGE)
$(IMAGE): $(BINFILE) $(IMAGE): $(BINFILE)
cp $(BINFILE) boot/mykernel.bin cp $(BINFILE) boot/mykernel.bin
grub-mkrescue --target=i386 -d /usr/lib/grub/i386-pc/ -o $(IMAGE) ./ grub-mkrescue -d /usr/lib/grub/i386-pc/ -o $(IMAGE) ./
run: run:
qemu-system-x86_64 -boot d -m 2048 -cdrom mykernel.iso -curses qemu-system-x86_64 -boot d -m 2048 -cdrom mykernel.iso -curses
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment