aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorMarvin Borner2020-07-29 15:55:13 +0200
committerMarvin Borner2020-07-29 15:55:13 +0200
commitf092bf03baf3b2c13c9dc462bdc697caddccd347 (patch)
tree90844499041a648692704a3e5b0040634963fb33 /run
parentbe0246208d1fe7727f94221ea7562f9a9cce1659 (diff)
Added elf loading and test app
Diffstat (limited to 'run')
-rwxr-xr-xrun1
1 files changed, 1 insertions, 0 deletions
diff --git a/run b/run
index 3774f4d..3ceed87 100755
--- a/run
+++ b/run
@@ -96,6 +96,7 @@ make_build() {
mkdir -p mnt/
sudo mount build/disk.img mnt/
sudo cp -r disk/* mnt/
+ sudo cp build/test.o mnt/
cat disk/**/* >/dev/null
sudo umount mnt/
rm -rf mnt/