From a9e89946ad7f6918b954d7416c755a90c0eace9d Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Thu, 24 Feb 2022 18:38:20 -0700 Subject: Fixed HYP Code --- Common.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Common.mk') 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 -- cgit v1.2.1