mirror of
https://github.com/DoctorWkt/pdp7-unix.git
synced 2026-01-29 21:31:06 +00:00
updated readme, and moved files that end up on the final fs into the /fs dir
This commit is contained in:
38
README.md
38
README.md
@@ -61,6 +61,38 @@ DT devno=75-76, 8 units
|
||||
|
||||
login: 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>
|
||||
|
||||
@@ -70,13 +102,15 @@ password: ken
|
||||
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.
|
||||
|
||||
* /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
|
||||
* /src/cmd holds the modified source code of the user-mode programs
|
||||
* /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
|
||||
* /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
|
||||
|
||||
|
||||
@@ -32,13 +32,13 @@ dd drwr- -1 4
|
||||
ln frwr- -1 bin/ln
|
||||
ls frwr- -1 bin/ls
|
||||
mv frwr- -1 bin/mv
|
||||
password frw-- -1 password
|
||||
password frw-- -1 fs/password
|
||||
sh frwr- -1 bin/sh
|
||||
stat frwr- -1 bin/stat
|
||||
$
|
||||
ken drwr- 10
|
||||
system l---- 3
|
||||
hello frwr- 10 hello
|
||||
hello frwr- 10 fs/hello
|
||||
$
|
||||
dmr drwr- 12
|
||||
system l---- 3
|
||||
|
||||
Reference in New Issue
Block a user