mirror of
https://github.com/DoctorWkt/pdp7-unix.git
synced 2026-04-30 21:48:34 +00:00
I've got init past the link, but it then dies on the open("sh") immediately
after that. Yes, dd has to be i-num 4. I've modified mkfs7 and the proto file to allow this to occur. I've also make link counts negative.
This commit is contained in:
@@ -11,19 +11,18 @@
|
||||
# Contents of each directory ends with a $ on a line by itself
|
||||
# Format was inspired by 6th Edition mkfs
|
||||
#
|
||||
dd drw-- -1 2
|
||||
dd drw-- -1 4
|
||||
system drw-- -1 3
|
||||
init frwr- -1 ../bin/init
|
||||
password frw-- -1 password
|
||||
ttyin irwr- -1 6
|
||||
keyboard irwr- -1 7
|
||||
pptin irwr- -1 8
|
||||
ttyout irwr- -1 11
|
||||
display irwr- -1 12
|
||||
pptout irwr- -1 13
|
||||
init frwr- -1 ../bin/init
|
||||
password frw-- -1 password
|
||||
sh frwr- -1 ../bin/sh
|
||||
$
|
||||
|
||||
as frwr- -1 ../bin/as
|
||||
cat frwr- -1 ../bin/cat
|
||||
chmod frwr- -1 ../bin/chmod
|
||||
|
||||
Reference in New Issue
Block a user