aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorMarvin Borner2020-08-23 15:49:22 +0200
committerMarvin Borner2020-08-23 15:49:22 +0200
commitc2cccf6f2ef4f6f8c828074e68be2d95255a89b5 (patch)
treee04d17c13c872e976ff09a066f42a5eaf9e437ea /run
parentb1faf9042c5104d7dafc7d880817def934086ddb (diff)
Added bmp loading and other stuff
Diffstat (limited to 'run')
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index 005b363..bb927b9 100755
--- a/run
+++ b/run
@@ -79,7 +79,7 @@ make_build() {
make
# Create disk image
- dd if=/dev/zero of=build/disk.img bs=1k count=16k status=none
+ dd if=/dev/zero of=build/disk.img bs=1k count=32k status=none
sudo mke2fs -q build/disk.img
dd if=build/boot.bin of=build/disk.img conv=notrunc status=none
cp build/kernel.bin . # For nicer disk img