git.annexia.org
/
pyrit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed56e12
)
Add make dis rule
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 25 Oct 2019 11:17:24 +0000
(12:17 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 25 Oct 2019 17:16:47 +0000
(18:16 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
6063b86
..
611a5ea
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-12,4
+12,7
@@
run: pyrit.img
runbochs: pyrit.img
bochs -q 'boot:a' 'floppya: 1_44=$<, status=inserted'
+dis: pyrit.img
+ objdump -D -b binary -m i8086 $<
+
.PHONY: run runbochs