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

Update Makefile, "make run" for graphical execution and "make run_curses" for...

Update Makefile, "make run" for graphical execution and "make run_curses" for terminal emulation of CGA in VT100...
parent a7fe9af7
No related branches found
No related tags found
No related merge requests found
...@@ -35,8 +35,12 @@ $(IMAGE): $(BINFILE) ...@@ -35,8 +35,12 @@ $(IMAGE): $(BINFILE)
grub-mkrescue -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
run_curses:
qemu-system-x86_64 -boot d -m 2048 -cdrom mykernel.iso -curses qemu-system-x86_64 -boot d -m 2048 -cdrom mykernel.iso -curses
$(BINFILE): $(AOBJ) $(COBJ) $(BINFILE): $(AOBJ) $(COBJ)
$(LD) $(LDFLAGS) -Tlink.ld $^ -o $@ $(LD) $(LDFLAGS) -Tlink.ld $^ -o $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment