I added a way for a file to be given a specific i-number, needed for i-num 1.

This commit is contained in:
Warren Toomey
2016-03-23 11:25:22 +10:00
parent 42c7a240ed
commit 7fcf1d230c
2 changed files with 16 additions and 13 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
# Prototype file for PDP-7 Unix filesystem layout
#
# 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
@@ -12,6 +12,7 @@
# Format was inspired by 6th Edition mkfs
#
dd drwr- -1 4
core frwrw -1 /dev/null 1
system drwr- -1 3
ttyin irwr- -1 6
keyboard irwr- -1 7