Commit Graph
100 Commits
Author SHA1 Message Date
Phil BudneandGitHub 526d54c4eb Merge pull request #227 from sebras/typos/chrtbl.s
Fix typos in character table.
2020-10-24 19:44:44 -04:00
Phil BudneandGitHub 008cbc2938 Merge pull request #226 from philbudne/as7-octal
as7: accept (decimal) digits in octal constants, like as.s does!
2020-10-06 11:55:38 -04:00
phil a08d97c8d8 as7: accept (decimal) digits in octal constants, like as.s does! 2020-10-05 19:19:06 -04:00
Phil BudneandGitHub 6e0f90c5a9 Merge pull request #225 from sebras/add-space-travel-to-build
Space Travel now runs without crashing after reordering input files.
2020-10-05 10:28:10 -04:00
Phil BudneandGitHub a1163ac948 Merge pull request #216 from teverett/master
added two .out files to ignores
2020-03-14 16:50:00 -04:00
Phil BudneandGitHub f790f91d10 Merge pull request #215 from teverett/master
updated readme to reflect current sources after second batch of listings entered
2020-03-13 23:53:23 -04:00
Phil BudneandGitHub e8c99b737a Merge pull request #188 from sebras/typos/p1.s
Fix typos in p1.s after manual review.
2020-01-22 13:52:37 -05:00
Phil BudneandGitHub 4ec48198aa Merge pull request #189 from sebras/typos/fop.s
Fix typos in fop.s after manual review.
2020-01-22 13:48:54 -05:00
Phil BudneandGitHub 1241caac7f Merge pull request #208 from sebras/typos/sysmap
Fix typos in sysmap after manual review.
2020-01-22 13:39:17 -05:00
Phil BudneandGitHub 9947fbf42b Merge pull request #195 from sebras/typos/s8.s
u.rg is "registers"
2020-01-22 13:35:55 -05:00
phil 46c761bf5d Build Graphic II character table, include in boot track
simplify boot paper tape (do one xfer of 4K, instead of 3K+1K)
Combine cmd/scope.cas cmd/cas.cas into sys/cas.in
Add src/other/chrtbl.s
write chrtbl.out in "ptr" format
2020-01-15 18:01:46 -05:00
Phil BudneandGitHub 687a30ba8e Merge pull request #193 from sebras/typos/maksys.s
Fix typos in maksys.s after manual review
2020-01-08 12:55:00 -05:00
Phil BudneandGitHub 1a4b7ca07f Merge pull request #192 from sebras/pagecomments/db.s
Add page comments to db.s.
2020-01-08 12:53:11 -05:00
Phil BudneandGitHub 618af06998 Merge pull request #186 from sebras/cas_syntax
Improve description of cas input/output formats.
2020-01-05 21:41:43 -05:00
Phil BudneandGitHub 12e4ed0eeb Merge pull request #185 from sebras/typos/s7.s
Fix typos in s7.s after manual review.
Matches differences found with ./tools/compare scans/s7.s src/sys/s7.s -PB
2019-11-16 11:49:47 -05:00
Phil BudneandGitHub 1151d186e0 Merge pull request #183 from sebras/typos/s2.s
Fixed typos in s2.s after manual review.
Confirmed changes match the output of ./tools/compare scans/s2.s src/sys/s2.s -PB
2019-11-16 11:36:51 -05:00
Phil BudneandGitHub b0e0d68b40 Merge pull request #181 from sebras/notes/psych.s
Add handwritten comments to psych.s.
2019-11-12 23:26:42 -05:00
Phil BudneandGitHub b5f30bf098 Merge pull request #180 from sebras/notes/fop.s
Add handwritten notes to fop.s.
2019-11-12 20:45:25 -05:00
Phil BudneandGitHub dbe103fd75 Merge pull request #178 from sebras/notes/st7.s
Add handwritten notes to st7.s.
2019-11-12 20:44:24 -05:00
Phil BudneandGitHub b4c3f6f2b3 Merge pull request #176 from sebras/notes/st4.s
Add handwritten notes to st4.s.
2019-11-12 20:43:56 -05:00
Phil BudneandGitHub 80e75e71f7 Merge pull request #174 from sebras/notes/st3.s
Add handwritten notes to st3.s.
2019-11-12 20:43:16 -05:00
Phil BudneandGitHub f5130c914e Merge pull request #173 from sebras/notes/st1.s
Add handwritten notes to st1.s.
2019-11-12 20:42:32 -05:00
Phil BudneandGitHub 312f8a507f Merge pull request #179 from sebras/typos/fop.s
Fix spacing in fop.s after manual review.
2019-11-11 20:07:46 -05:00
Phil BudneandGitHub 34a1554780 Merge pull request #171 from sebras/typos/dmabs.s
Add page comments and fix typos in dmabs.s
2019-11-01 23:54:49 -04:00
Phil BudneandGitHub 32d91d1e7d Merge pull request #172 from sebras/typos/check.s
Add page comments and fix typo in check.s
2019-11-01 23:52:05 -04:00
Phil BudneandGitHub 4090183dc5 Merge pull request #169 from sebras/typos/ed1.s
Fix typos in ed1.s
2019-11-01 23:48:49 -04:00
Phil BudneandGitHub bc2c181798 Merge pull request #170 from sebras/typos/ed2.s
Fix typos in ed2.s
2019-11-01 14:16:31 -04:00
Phil BudneandGitHub 73dd17d3c6 Merge pull request #164 from sebras/describe/dskres.s
Attempt to describe purpose of source code in dskres.s
2019-10-31 16:11:20 -04:00
Phil BudneandGitHub fdb0fd8c68 Merge pull request #165 from sebras/describe/dsksav.s
Attempt to describe purpose of source code in dsksav.s
2019-10-31 16:11:15 -04:00
Phil BudneandGitHub 226f0e3300 Merge pull request #163 from sebras/describe/dskio.s
Attempt to describe purpose of source code in dskio.s
2019-10-31 16:04:05 -04:00
phil 716480cb8a rn.1 tweak man page 2019-10-30 18:21:45 -04:00
phil 844fc3c795 fs.5: fix typo 2019-10-30 15:04:31 -04:00
phil 1fb8cedb1d rn takes pairs of files, like cp. 2019-10-30 02:12:48 -04:00
phil 364736a4a7 proto: remove redundant adm entry 2019-10-30 02:03:17 -04:00
phil 7a32025611 create rn.1 man page from mv.1 2019-10-30 02:01:59 -04:00
phil 016c6adca9 clerify ln.1 2019-10-30 01:58:45 -04:00
phil 1619f46122 update ln, ls, stat man pages for original commands. add link man page. 2019-10-30 01:57:08 -04:00
phil c5c29ec771 fs.5: format under UNIX-7 roff!
mention boot & swap track locations
2019-10-30 01:34:25 -04:00
phil db6bcaef6e rename filesys.5 to fs.5 (fit in 8 characters) 2019-10-30 01:33:27 -04:00
phil 2b2e057f7f more system comments 2019-10-30 00:53:48 -04:00
phil f9dbe7e946 as7: add --no-label-warnings flag 2019-10-29 21:29:55 -04:00
Phil BudneandGitHub be3f9de0e2 Merge pull request #167 from philbudne/noc
use original commands, add tmg, use octal in proto file, fsck7 output
2019-10-29 21:04:56 -04:00
phil 1a35c9146d switch to original commands, alphabetize proto and Makefile 2019-10-29 00:00:55 -04:00
phil 917cde2693 add op.s from scans to src/cmd 2019-10-28 23:59:25 -04:00
phil 094766a167 build/Makefile: turn of "implicit" warnings for b.c compilation 2019-10-28 23:14:16 -04:00
phil 4c0eee2fbf fix g2tty comments in unixv0.simh files 2019-10-28 23:14:16 -04:00
phil 4ffabd8bdf add tmg to src/cmd and image
add doug user to image, put tmg sources there
fix an as7 bug found by tmg
2019-10-28 23:14:16 -04:00
phil ab38b0e263 use explicit octal uid values in proto
to match password file, list output
make fsck output octal too
2019-10-28 23:14:16 -04:00
Phil BudneandGitHub 07b5d101bd Merge pull request #166 from teverett/master
unrefactored
2019-10-27 20:16:08 -04:00
phil 9c5f034193 as7: change directive prefix from "<TAB>." to "@" 2019-10-26 12:36:09 -04:00
phil f6a5663640 Add missing files to src/cmd 2019-10-26 01:13:37 -04:00
phil 87d23ebbf6 st4.s: correct crvflg to grvflg (only var with rvflag in it) 2019-10-26 01:08:31 -04:00
phil 9b10ea0458 add ttt[12].s to cmd/src 2019-10-26 00:52:13 -04:00
phil 4a308618c5 moo.s: revert to long standings reference (as7 now truncates to 8) 2019-10-26 00:51:23 -04:00
phil 30c7e9bdca as7: truncate labels to 8 characters for moo.s 2019-10-26 00:40:33 -04:00
Phil BudneandGitHub 65cdd42232 Merge pull request #162 from philbudne/master
un.s: fix typo in n.out file name literal
2019-10-25 20:03:26 -04:00
phil fea4f2e7b8 un.s: fix typo in n.out file name literal 2019-10-25 20:02:37 -04:00
phil 12e8f6f8ab merge differences between scans/as.s and src/cmd/as.s 2019-10-24 23:14:09 -04:00
phil dbb1c55a80 copied ln.s and un.s from scans 2019-10-24 21:02:37 -04:00
phil 3ba97b8b0a un: fix assembly error 2019-10-24 20:56:49 -04:00
Phil BudneandGitHub 2bcafe61b0 Merge pull request #148 from philbudne/mkfs
two mkfs7 changes (.. and link to inum -1), make hard link for list program
2019-10-24 19:47:29 -04:00
phil 0761c062ec add compare: script to remove annotations and diff src and scan dir files 2019-10-24 16:50:38 -04:00
Phil BudneandGitHub 710dd89a49 Merge pull request #155 from sebras/typos/moo.s
Fix typos in moo.s after manual review
2019-10-23 22:15:10 -04:00
Phil BudneandGitHub d004ce3253 Merge pull request #156 from sebras/typos/nm.s
Fix typos in nm.s after manual review
2019-10-23 22:12:26 -04:00
Phil BudneandGitHub 448527f5ef Merge pull request #154 from sebras/typos/ln.s
Fix typos in ln.s after manual review
2019-10-23 22:10:48 -04:00
Phil BudneandGitHub b0b27fd43e Merge pull request #153 from sebras/typos/dsw.s
Fix typos in dsw.s
2019-10-23 22:07:47 -04:00
Phil BudneandGitHub d173e63897 Merge pull request #157 from sebras/typos/roff.s
Fixed spacing in roff.s after manual review
2019-10-23 22:05:45 -04:00
Phil BudneandGitHub 7bf8a49fb7 Merge pull request #158 from sebras/typos/stat.s
Fix typos in stat.s after manual review
2019-10-23 22:02:11 -04:00
Phil BudneandGitHub 481309b8d2 Merge pull request #150 from philbudne/syssleep
system: annotations about sleeping (both devices and messages)
2019-10-23 01:25:46 -04:00
phil 18186e9bd2 system: annotations about sleeping (both devices and messages) 2019-10-23 00:19:04 -04:00
Phil BudneandGitHub e814139a1a Merge pull request #149 from decuser/master
moved op.s pages onto single line
2019-10-22 21:59:29 -04:00
phil 96af8f1c17 two mkfs7 changes (.. and link to inum -1), make hard link for list program
mkfs: if neither --dotdot or --dot options given, create .. link to current dir
      accept -1 for inum in add_direntry to mean "use previous i-num" for links

proto: use inum -1 to make "list" a link to "nls"
2019-10-22 21:22:21 -04:00
Phil BudneandGitHub 0a964e5977 Merge pull request #146 from decuser/master
readded ln dd ken . link for curdir
2019-10-22 20:57:38 -04:00
Phil BudneandGitHub 4170f96d76 Merge pull request #144 from sebras/reorder/cas.x
Reorder pages also in scans/cas.x
2019-10-22 20:56:54 -04:00
Phil BudneandGitHub 2fa245f89f Merge pull request #139 from sebras/typos/scope.v
Rename and edit scope.x similar to make it adhere to the format of cas.x
2019-10-22 20:56:17 -04:00
phil 723b2d3ee9 Fix my 11-56-91.pdf typo 2019-10-22 20:53:48 -04:00
Phil BudneandGitHub bd741e34f3 Merge pull request #147 from sebras/typos/ttt.s
Fix a number of typos in ttt1.s and ttt.2
2019-10-22 15:17:46 -04:00
Phil BudneandGitHub 3ce29a2b02 Merge pull request #145 from philbudne/location7
Improve sys annotations
2019-10-21 22:28:33 -04:00
phil 4b284c6bbe Improve sys annotations
Finally understand location 7 (incremented at 60Hz)
	setting it to -1 causes clock interrupt every jiffy
Improve comments in dsktrans
Clarify cnop/cskp usage in iread/iwrite code
	iwrite and iread have common code
	entry at iwrite save return address at iread
		and overwrites return address to "skp" inst
	entry at iread puts "nop" inst at iwrite
	"xct iwrite" skips on write entry
2019-10-21 22:24:09 -04:00
Phil BudneandGitHub 17c9581351 Merge pull request #141 from larsbrinkhoff/lars/cas_syntax
cas input and output formats
2019-10-21 11:59:31 -04:00
Phil BudneandGitHub 59407ac3b3 Merge pull request #137 from sebras/typos/salv.s
Fix typos in salv.s after review comment
2019-10-21 11:57:20 -04:00
phil 2e3872919c fix "Usage" comment 2019-10-20 23:31:52 -04:00
Phil BudneandGitHub c0510edc03 Merge pull request #138 from sebras/reorder/cas.x
Reorder and fix typos in cas.x
2019-10-20 23:23:23 -04:00
Phil BudneandGitHub 4f5498d713 Merge pull request #140 from philbudne/roff-fixes
one more roff fix from Angelo's version
2019-10-20 23:13:07 -04:00
phil 6fb0363f21 one more roff fix from Angelo's version. centered some text! 2019-10-20 23:11:13 -04:00
phil 9e882049b0 add two missing lines to roff 2019-10-20 22:09:05 -04:00
Phil BudneandGitHub 95f2f9bd09 Merge pull request #136 from sebras/typos/check.s
Fix typos in check.s after review comment
2019-10-20 21:57:27 -04:00
Phil BudneandGitHub 5913616920 Merge pull request #132 from sebras/typos/ttt1.s
Fix typo in ttt1.s after manual review
2019-10-20 19:40:02 -04:00
Phil BudneandGitHub 4961f1ef78 Merge pull request #131 from sebras/typos/t6.s
Fix typos in t6.s after manual review
2019-10-20 19:37:36 -04:00
Phil BudneandGitHub dc0f1deac0 Merge pull request #130 from sebras/typos/t5.s
Fix typos in t5.s after manual review
2019-10-20 19:28:25 -04:00
Phil BudneandGitHub 3875ee1e65 Merge pull request #129 from sebras/typos/t4.s
Fix typos in t4.s after manual review
2019-10-20 19:25:08 -04:00
Phil BudneandGitHub 8d081feaca Merge pull request #128 from sebras/typos/t3.s
Fix typos in t3.s after manual review
2019-10-20 19:24:21 -04:00
Phil BudneandGitHub bb5cb340ab Merge pull request #127 from sebras/typos/salv.s
Fix typos in salv.s after manual review
2019-10-20 19:15:48 -04:00
Phil BudneandGitHub 12bd16bf9e Merge pull request #126 from sebras/typos/psych.s
Fix typos in psych.s after manual review
2019-10-20 19:08:27 -04:00
Phil BudneandGitHub 48de2fd168 Merge pull request #124 from sebras/typos/bc.s
Fix typos in bc.s after manual review
2019-10-20 19:04:48 -04:00
Phil BudneandGitHub 0d64b832c7 Merge pull request #122 from sebras/typos/check.s
Fix typos in check.s after manual review
2019-10-20 18:59:14 -04:00
Phil BudneandGitHub 469adde7ca Merge pull request #120 from philbudne/handle-zero-word-write
a7out: handle zero word write; src/cmd/p0.s now part of op.s
2019-10-20 13:57:28 -04:00
phil e46e22baa6 cas.s performs zero word writes: a7out was die-ing: make it a noop 2019-10-20 13:55:40 -04:00
phil b4be6be175 remove src/cmd/p0.s: now part of op.s 2019-10-20 13:01:30 -04:00
Phil BudneandGitHub 2a1b4f423b Merge pull request #118 from philbudne/roff-fixes
roff.s fixes from Angelo's version
2019-10-20 11:51:44 -04:00