aboutsummaryrefslogtreecommitdiff
path: root/Common.mk
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-02-24 18:38:20 -0700
committerChristian Cunningham <cc@localhost>2022-02-24 18:38:20 -0700
commita9e89946ad7f6918b954d7416c755a90c0eace9d (patch)
tree35a624cdc2fa135bc435aaf40bb2e294902a3dd1 /Common.mk
parenta621bee817320cc3e17b097da29b3d46c62a90b4 (diff)
Fixed HYP Code
Diffstat (limited to 'Common.mk')
-rw-r--r--Common.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Common.mk b/Common.mk
index 66e103c..b2664b0 100644
--- a/Common.mk
+++ b/Common.mk
@@ -108,3 +108,6 @@ tree:
test: clean build/kernel.elf
@tput setaf 6 2> /dev/null || true; echo Running Tests; tput sgr0 2> /dev/null || true
@./tests/run.sh
+
+copy: clean build/kernel7.img
+ sudo cp build/kernel7.img /mnt/sd0