diff options
author | Wojtek Kosior <kwojtus@protonmail.com> | 2019-10-15 17:00:30 +0200 |
---|---|---|
committer | Wojtek Kosior <kwojtus@protonmail.com> | 2019-10-15 17:00:30 +0200 |
commit | 1e7a473c66acc37f25420f17e1f26a3ffbaa0439 (patch) | |
tree | fd8bffd125b8db155b2835fb3818e743acefa6e1 /Makefile | |
parent | c943016f54c6b68191def9acd5862dbf12e45b6c (diff) | |
download | rpi-MMU-example-1e7a473c66acc37f25420f17e1f26a3ffbaa0439.tar.gz rpi-MMU-example-1e7a473c66acc37f25420f17e1f26a3ffbaa0439.zip |
make sure qemu-bin command works even with loader compiled for other load address than qemu uses
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ loader.img : loader.elf qemu-elf : kernel.elf qemu-system-arm -m 256 -M raspi2 -serial stdio -kernel $^ -qemu-bin : loader.img kernel7.img pipe_image +qemu-bin : loader.elf kernel7.img pipe_image ./pipe_image | qemu-system-arm -m 256 -M raspi2 -serial stdio -kernel $< pipe_image : pipe_image.c |