1
0
mirror of https://github.com/livingcomputermuseum/pdp7-unix.git synced 2026-02-09 18:01:55 +00:00

Added od and core to the alt/proto file.

This commit is contained in:
Warren Toomey
2016-03-23 14:21:54 +10:00
parent 24e25b765c
commit 76bea543a2

View File

@@ -3,7 +3,7 @@
# This one has . and .. but no dd directory entries
#
# Entries are one of:
# filename f[r-][w-][r-][w-] uid local_file_to_insert
# filename f[r-][w-][r-][w-] uid local_file_to_insert [inumber]
# dirname d[r-][w-][r-][w-] uid [inumber]
# device i[r-][w-][r-][w-] uid inumber
# link l---- inumber
@@ -14,6 +14,7 @@
# Format was inspired by 6th Edition mkfs
#
/ drwr- -1 2
core frwrw -1 /dev/null 1
system drwr- -1 3
ttyin irwr- -1 6
keyboard irwr- -1 7
@@ -35,6 +36,7 @@
ls frwr- -1 bin/altls
mkdir frwr- -1 bin/altmkdir
mv frwr- -1 bin/mv
od frwr- -1 bin/od
password frw-- -1 fs/password
sh frwr- -1 bin/sh
stat frwr- -1 bin/stat