From 183c84afaddedee0f98f90cf8f65cdbe88dd0033 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 21 Nov 1999 04:30:02 +0000 Subject: 1999-11-19 Roland McGrath * MAKEDEV.sh (mkdev: time): Use --no-cache flag. (mkdev: mem): New storeio device. (mkdev: std): Add mem to standard list. --- sutils/MAKEDEV.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sutils') diff --git a/sutils/MAKEDEV.sh b/sutils/MAKEDEV.sh index b8834854..49e0ffae 100644 --- a/sutils/MAKEDEV.sh +++ b/sutils/MAKEDEV.sh @@ -86,7 +86,7 @@ function mkdev { ;; std) - mkdev console tty null zero fd time + mkdev console tty null zero fd time mem ;; console|tty[0-9][0-9a-f]|tty[0-9a-f]|com[0-9]) st $I root 600 /hurd/term ${DEVDIR}/$I device $I;; @@ -103,7 +103,9 @@ function mkdev { cmd ln -f -s fd/2 stderr ;; 'time') - st $I root 644 /hurd/storeio time ;; + st $I root 644 /hurd/storeio --no-cache time ;; + mem) + st $I root 660 /hurd/storeio --no-cache mem ;; # ptys [pt]ty[pqrstuvwxyzPQRST]?) -- cgit v1.2.3