projects
/
voyage-au-centre-des-fichiers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
584f291
)
Updated Makefile qemu command (added stdio serial)
author
Amelia Coutard
<eliottulio.coutard@gmail.com>
Thu, 5 May 2022 12:11:05 +0000
(14:11 +0200)
committer
Amelia Coutard
<eliottulio.coutard@gmail.com>
Thu, 5 May 2022 12:11:05 +0000
(14:11 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index d88f6b444fda8fa6f132bcf08cd51ceb806ef4dd..995e208a7212922c4bc8bf5448f2380269086b3e 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-20,7
+20,7
@@
OBJECTS := $(CPPOBJS) $(ASMOBJS)
build: $(OUT_DIR)amycros.iso
qemu: build
- qemu-system-x86_64 -cdrom $(OUT_DIR)amycros.iso -
monitor
stdio -cpu qemu64,pdpe1gb $(QEMUFLAGS)
+ qemu-system-x86_64 -cdrom $(OUT_DIR)amycros.iso -
serial
stdio -cpu qemu64,pdpe1gb $(QEMUFLAGS)
$(OUT_DIR)amycros.iso: $(OUT_DIR)kernel.elf64 grub.cfg
mkdir -p isodir/boot/grub