From: Alan Cox Date: Fri, 22 May 2015 10:34:09 +0000 (+0100) Subject: filesystem: add /dev/tty node X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=90ab0fc15db8ed910f1c1089372e1bb8b12ce4d2;p=FUZIX.git filesystem: add /dev/tty node --- diff --git a/Standalone/filesystem-src/ucp-mini-script.txt b/Standalone/filesystem-src/ucp-mini-script.txt index 401428a4..5ea2fc01 100644 --- a/Standalone/filesystem-src/ucp-mini-script.txt +++ b/Standalone/filesystem-src/ucp-mini-script.txt @@ -18,6 +18,7 @@ bget usr-files/lib/liberror.txt chmod 0644 liberror.txt cd /dev +mknod tty 20666 512 mknod tty1 20660 513 mknod tty2 20660 514 mknod tty3 20660 515 diff --git a/Standalone/filesystem-src/ucp-script.txt b/Standalone/filesystem-src/ucp-script.txt index 992c2b2a..c95c7267 100644 --- a/Standalone/filesystem-src/ucp-script.txt +++ b/Standalone/filesystem-src/ucp-script.txt @@ -18,6 +18,7 @@ bget usr-files/lib/liberror.txt chmod 0644 liberror.txt cd /dev +mknod tty 20666 512 mknod tty1 20660 513 mknod tty2 20660 514 mknod tty3 20660 515