aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorMarvin Borner2020-05-09 17:39:31 +0200
committerMarvin Borner2020-05-09 17:39:31 +0200
commit09a66e91ec9e8a677aa48f27798753084f213713 (patch)
tree9685a13b459e60d830179c565417ed72ae855ebe /run
parent3a97fef4bb4780e4bc2423699063d40cbf5da923 (diff)
Replaced fork() with spawn()!
Who needs forks anyway
Diffstat (limited to 'run')
-rwxr-xr-xrun7
1 files changed, 0 insertions, 7 deletions
diff --git a/run b/run
index 4ab5e85..3c02aea 100755
--- a/run
+++ b/run
@@ -122,13 +122,6 @@ make_build() {
mkdir -p ./mnt/usr/
mkdir -p ./mnt/bin/
- # TODO: Device file touching should be in kernel
- mkdir -p ./mnt/dev/
- touch ./mnt/dev/stdin
- touch ./mnt/dev/stdout
- touch ./mnt/dev/stderr
- touch ./mnt/dev/fb
-
cp ./build/res/font.bin ./mnt/bin/font
cp ./build/user/* ./mnt/bin/
echo "Hello world, ext2!" | tee -a ./mnt/etc/test