summaryrefslogtreecommitdiff
path: root/sutils/MAKEDEV.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sutils/MAKEDEV.sh')
-rw-r--r--sutils/MAKEDEV.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/sutils/MAKEDEV.sh b/sutils/MAKEDEV.sh
index 511deed2..ab65a92d 100644
--- a/sutils/MAKEDEV.sh
+++ b/sutils/MAKEDEV.sh
@@ -86,7 +86,7 @@ function mkdev {
;;
std)
- mkdev console tty null zero full fd time mem
+ mkdev console tty null zero full fd time mem klog
;;
console|tty[0-9][0-9a-f]|tty[0-9a-f]|com[0-9])
st $I root 600 /hurd/term ${DEVDIR}/$I device $I;;
@@ -108,7 +108,8 @@ function mkdev {
st $I root 644 /hurd/storeio --no-cache time ;;
mem)
st $I root 660 /hurd/storeio --no-cache mem ;;
-
+ klog)
+ st $I root 660 /hurd/streamio kmsg;;
# ptys
[pt]ty[pqrstuvwxyzPQRST]?)
# Make one pty, both the master and slave halves.