mirror of
https://github.com/DoctorWkt/pdp7-unix.git
synced 2026-01-26 04:02:27 +00:00
Merge branch 'master' of https://github.com/DoctorWkt/pdp7-unix
This commit is contained in:
@@ -154,4 +154,12 @@ adjusted shell to take 10 arguments
|
||||
|
||||
load sys sources into ken directory
|
||||
along with "sys.rc" file (run with "sh <sys.rc") to build system files
|
||||
(errors building maksys and trysys)
|
||||
|
||||
load as.s into dmr directory
|
||||
verified as7 built as can assemble as.s
|
||||
and resulting a.out (once renamed to nas) assembles as.s
|
||||
|
||||
verified ESCAPE leaves 010100 word core file (file with i-num #1)
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
as sop.s maksys.s
|
||||
chrm ken ops.s
|
||||
ln dmr ops.s ops.s
|
||||
as sop.s ops.s maksys.s
|
||||
mv a.out maksys
|
||||
as sop.s trysys.s
|
||||
as sop.s ops.s trysys.s
|
||||
mv a.out trysys
|
||||
chrm ken ops.s
|
||||
as sop.s s1.s s2.s s3.s s4.s s5.s s6.s s7.s s8.s
|
||||
|
||||
@@ -61,6 +61,7 @@ dd drwr- -1 4
|
||||
$
|
||||
dmr drwr- 12
|
||||
system l---- 3
|
||||
as.s frwr- 12 ../src/cmd/as.s
|
||||
b_readme frwr- 12 fs/b_readme
|
||||
bi.s frwr- 12 ../src/cmd/bi.s
|
||||
bl.s frwr- 12 ../src/cmd/bl.s
|
||||
|
||||
Reference in New Issue
Block a user