updated readme, and moved files that end up on the final fs into the /fs dir
This commit is contained in:
@@ -61,6 +61,38 @@ DT devno=75-76, 8 units
|
|||||||
|
|
||||||
login: ken
|
login: ken
|
||||||
password: ken
|
password: ken
|
||||||
|
@ ln dd ken .
|
||||||
|
@ ls
|
||||||
|
dd
|
||||||
|
system
|
||||||
|
hello
|
||||||
|
.
|
||||||
|
@ ls system
|
||||||
|
dd
|
||||||
|
ttyin
|
||||||
|
keyboard
|
||||||
|
pptin
|
||||||
|
ttyout
|
||||||
|
display
|
||||||
|
pptout
|
||||||
|
as
|
||||||
|
cat
|
||||||
|
chmod
|
||||||
|
chown
|
||||||
|
chrm
|
||||||
|
cp
|
||||||
|
date
|
||||||
|
ds
|
||||||
|
ed
|
||||||
|
init
|
||||||
|
ln
|
||||||
|
ls
|
||||||
|
mv
|
||||||
|
password
|
||||||
|
sh
|
||||||
|
stat
|
||||||
|
@ cat hello
|
||||||
|
Hello, world
|
||||||
@
|
@
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
@@ -70,13 +102,15 @@ password: ken
|
|||||||
The code in the original scans are (c) Novell who own the rights to the Unix
|
The code in the original scans are (c) Novell who own the rights to the Unix
|
||||||
source code. Everything that didn't come from the scanned files is GPLv3.
|
source code. Everything that didn't come from the scanned files is GPLv3.
|
||||||
|
|
||||||
|
* /build is an area to build the kernel & filesystem and run them
|
||||||
|
* /man holds man pages
|
||||||
|
* /misc holds miscellaneous notes and information
|
||||||
* /scans holds the unmodified OCR versions of the scanned files
|
* /scans holds the unmodified OCR versions of the scanned files
|
||||||
* /src/cmd holds the modified source code of the user-mode programs
|
* /src/cmd holds the modified source code of the user-mode programs
|
||||||
* /src/sys holds the modified source code of the kernel
|
* /src/sys holds the modified source code of the kernel
|
||||||
* /src/other holds PDP-7 source code which did not come from the scanned files
|
* /src/other holds PDP-7 source code which did not come from the scanned files
|
||||||
* /tools holds the source for the tools written to assist the project
|
* /tools holds the source for the tools written to assist the project
|
||||||
* /build is an area to build the kernel & filesystem and run them
|
|
||||||
* /misc holds miscellaneous notes and information
|
|
||||||
|
|
||||||
## Travis Status
|
## Travis Status
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -32,13 +32,13 @@ dd drwr- -1 4
|
|||||||
ln frwr- -1 bin/ln
|
ln frwr- -1 bin/ln
|
||||||
ls frwr- -1 bin/ls
|
ls frwr- -1 bin/ls
|
||||||
mv frwr- -1 bin/mv
|
mv frwr- -1 bin/mv
|
||||||
password frw-- -1 password
|
password frw-- -1 fs/password
|
||||||
sh frwr- -1 bin/sh
|
sh frwr- -1 bin/sh
|
||||||
stat frwr- -1 bin/stat
|
stat frwr- -1 bin/stat
|
||||||
$
|
$
|
||||||
ken drwr- 10
|
ken drwr- 10
|
||||||
system l---- 3
|
system l---- 3
|
||||||
hello frwr- 10 hello
|
hello frwr- 10 fs/hello
|
||||||
$
|
$
|
||||||
dmr drwr- 12
|
dmr drwr- 12
|
||||||
system l---- 3
|
system l---- 3
|
||||||
|
|||||||
Reference in New Issue
Block a user