aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorMarvin Borner2021-02-10 20:28:16 +0100
committerMarvin Borner2021-02-10 20:28:16 +0100
commite7fb1f97a5f95bcfd1d924b345f98bc0b496f5c0 (patch)
tree70984e3433c5de919d2be59c0ad633156213e30b /run
parentedc570a3552a7fdaaf89962e5374d98c2b3dfaa0 (diff)
Print to streams instead of serial console
Diffstat (limited to 'run')
-rwxr-xr-xrun4
1 files changed, 3 insertions, 1 deletions
diff --git a/run b/run
index 79e57ee..8b113f7 100755
--- a/run
+++ b/run
@@ -85,7 +85,8 @@ make_cross() {
}
make_disk() {
- rm -rf disk && mkdir -p disk/font/
+ rm -rf disk && mkdir -p disk/font/ && mkdir -p disk/conf/
+ echo "Hallo" > disk/conf/test
cp -r res/ disk/
@@ -140,6 +141,7 @@ make_build() {
$SUDO mount build/disk.img mnt/
fi
$SUDO cp -r disk/* mnt/
+ $SUDO chmod -R 0 mnt/conf/
$SUDO cp -r build/apps/ mnt/bin/
$SUDO cp build/load.bin mnt/
$SUDO cp build/kernel.bin mnt/