 Phil BudneandGitHub
|
fd7bccee21
|
Merge pull request #79 from philbudne/shell-scan
shell from 11-56-91.pdf; added ecla to as7
|
2019-10-18 18:15:34 -04:00 |
|
Phil Budne
|
cda071864e
|
shell from 11-56-91.pdf; added ecla to as7
|
2019-10-18 18:12:42 -04:00 |
|
 Phil BudneandGitHub
|
37a3e77dee
|
Merge pull request #78 from aap/master
Added space travel transcriptions.
|
2019-10-18 16:36:35 -04:00 |
|
 Phil BudneandGitHub
|
d08dadafab
|
Merge pull request #76 from sebras/master
Add source code files for space travel
|
2019-10-18 15:26:50 -04:00 |
|
 Phil BudneandGitHub
|
d849ccf658
|
Merge pull request #75 from DoctorWkt/rswier-scans
new files t1.s .... t8.s (ops), stat.s, tm.s
|
2019-10-18 11:22:09 -04:00 |
|
 Phil BudneandGitHub
|
e94417092a
|
Merge pull request #73 from teverett/master
fixed link
|
2019-08-21 17:10:36 -04:00 |
|
Phil Budne
|
1a4c0c3c71
|
s6.s: add comments
|
2016-04-17 13:26:12 -04:00 |
|
Phil Budne
|
c8129d7fa4
|
s4.s: comment disk block free and (self modifiying) char queue routines
|
2016-04-17 13:26:12 -04:00 |
|
Phil Budne
|
cb187e12be
|
update queue (and other) storage comments
|
2016-04-17 13:26:11 -04:00 |
|
Phil Budne
|
032dc37705
|
sys: alloc comments
|
2016-04-17 13:26:11 -04:00 |
|
Phil Budne
|
208ed1dbf5
|
sys comments
|
2016-03-31 22:53:27 -04:00 |
|
Phil Budne
|
615bdba101
|
s4.s: more comments
|
2016-03-29 22:18:47 -04:00 |
|
Phil Budne
|
687bbb06cf
|
fix buffer cache search
|
2016-03-29 21:20:37 -04:00 |
|
Phil Budne
|
31c7b81032
|
cas comments
|
2016-03-29 11:42:55 -04:00 |
|
Phil Budne
|
dbe494ea8b
|
as7: make multiply defined symbols non-fatal (as.s doesn't even warn!)
|
2016-03-29 11:05:52 -04:00 |
|
Phil Budne
|
7df9a14980
|
Add db binary, source to filesystem
|
2016-03-29 11:05:30 -04:00 |
|
Phil Budne
|
77d49f4328
|
s3.s: fix a comment typo
|
2016-03-29 11:05:03 -04:00 |
|
Phil Budne
|
b655c9df57
|
pbsh.s: try making shell interruptable when reading from a file
|
2016-03-29 11:04:28 -04:00 |
|
Phil Budne
|
2982aaf18f
|
uncomment SIMH config lines for GRAPHICS-2 simulation
|
2016-03-29 01:59:04 -04:00 |
|
Phil Budne
|
b6009395fa
|
pbsh.s: Add more comments about how I chose what I did or did not do.
|
2016-03-28 11:25:56 -04:00 |
|
Phil Budne
|
0358d5bf1c
|
pbsh.s: prompt comment (cleared if input is regular file)
|
2016-03-28 09:35:43 -04:00 |
|
Phil Budne
|
d3ccf536c4
|
pbsh.s: detect if stdin is a regular file using seek
seek doesn't fail on special devices, but it always returns zero
|
2016-03-28 02:07:21 -04:00 |
|
Phil Budne
|
5cab912d88
|
s2.s: fix a typo
|
2016-03-28 01:03:40 -04:00 |
|
Phil Budne
|
fa74947215
|
sys: comments for seek & tell
|
2016-03-28 01:02:54 -04:00 |
|
Phil Budne
|
9b675f2c52
|
fix comment paste-o
|
2016-03-27 01:26:30 -04:00 |
|
Phil Budne
|
e29d8fca30
|
ed comments
|
2016-03-25 22:55:21 -04:00 |
|
Phil Budne
|
7ae26994e9
|
db.s: add a fix from Warren
|
2016-03-25 20:01:11 -04:00 |
|
Phil Budne
|
7323e802f0
|
update with ed progress
|
2016-03-25 19:18:38 -04:00 |
|
Phil Budne
|
b5d50297d1
|
fix another jmp/jms (in cadvanc)
|
2016-03-25 19:18:38 -04:00 |
|
Phil Budne
|
97021996db
|
ed1.s: fix "jmp putsc" in "w" command to "jms putsc"
|
2016-03-25 19:18:38 -04:00 |
|
Phil Budne
|
fb84d1fc9c
|
ed2.s: dskbuf was only 1 word: should be 1024!!
|
2016-03-25 18:11:39 -04:00 |
|
Phil Budne
|
cb3104a8a8
|
ed comments
|
2016-03-25 18:02:59 -04:00 |
|
Phil Budne
|
5567d705d5
|
ed comments
|
2016-03-25 15:51:55 -04:00 |
|
Phil Budne
|
33783128a2
|
ed comments
|
2016-03-25 15:06:02 -04:00 |
|
Phil Budne
|
ee918f2da1
|
add as.s to ~dmr
|
2016-03-25 11:05:28 -04:00 |
|
Phil Budne
|
996fd4ddda
|
updated: maksys & trysys now build/run
|
2016-03-25 11:05:28 -04:00 |
|
Phil Budne
|
96dd9d6c06
|
sys.rc: link to "user" ops.s; needed for maksys & trysys!
|
2016-03-25 11:05:28 -04:00 |
|
Phil Budne
|
dd9a9d0f73
|
maksys and trysys need system call defns (not in sop.s)!!
|
2016-03-25 11:05:28 -04:00 |
|
Phil Budne
|
10f0fa9da9
|
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
|
2016-03-25 01:03:42 -04:00 |
|
Phil Budne
|
72bbd8d4e6
|
s8.s: adjust "init" literal to be acceptable to native "as"
|
2016-03-25 01:02:38 -04:00 |
|
Phil Budne
|
a01cb5b623
|
Note that boot.rim is in "Hardware Read In" format, and only 12 inches of data!
|
2016-03-25 00:48:20 -04:00 |
|
Phil Budne
|
c8010fbbf9
|
unixv0.simh: boot.rim now "Hardware Read In" format
(only 12 inches of virtual tape)!
|
2016-03-25 00:44:06 -04:00 |
|
Phil Budne
|
15a61c0512
|
fix rim comments
|
2016-03-25 00:42:08 -04:00 |
|
Phil Budne
|
efb135bc10
|
as7: "rim" now means "hardware read-in" (contiguous memory with no overhead)
|
2016-03-25 00:39:50 -04:00 |
|
Phil Budne
|
bb683cd754
|
pbsh.s: update comments, increase maxargs to 10
|
2016-03-25 00:28:43 -04:00 |
|
Phil Budne
|
2b7ff69251
|
clarify WHICH "Read In Mode" we mean!
|
2016-03-24 22:16:46 -04:00 |
|
Phil Budne
|
0e13d1f23b
|
as.s: replace quizzical comment with explanation
|
2016-03-24 22:15:41 -04:00 |
|
Phil Budne
|
e51acda631
|
Add comments to "dmabs.s"
|
2016-03-24 13:39:47 -04:00 |
|
Phil Budne
|
853318f48d
|
confusion reduction: rename bootstrap file to boot.rim, kernel to a.out
|
2016-03-24 12:23:45 -04:00 |
|
Phil Budne
|
c6f7a7799d
|
start of a paper tape bootstrap to read system from disk
|
2016-03-24 01:19:29 -04:00 |
|
Phil Budne
|
989bd7039e
|
coped maksys.s from scans; fixed assembly errors
|
2016-03-24 01:03:44 -04:00 |
|
Phil Budne
|
7743f613d3
|
split cas.s into cas.s and cas.x; get cas.s to assemble; add comments
|
2016-03-24 00:44:22 -04:00 |
|
Phil Budne
|
75724ae570
|
db.s comments
|
2016-03-24 00:21:03 -04:00 |
|
Phil Budne
|
c8e9e003f4
|
remove unused labels
|
2016-03-23 23:54:44 -04:00 |
|
Phil Budne
|
36f09f2519
|
fix error reporting
|
2016-03-23 18:33:26 -04:00 |
|
Phil Budne
|
aa234d7de4
|
Add phil's simple "ls": "lsd dir" lists a directory in dd, "lsl dir": long list
(lsl should be a hard link to lsd!)
|
2016-03-23 15:56:46 -04:00 |
|
philbudne
|
8039301ce8
|
Merge pull request #64 from philbudne/master
add return values to b.c main to make it Makefile compatible!
|
2016-03-23 10:33:20 -04:00 |
|
Phil Budne
|
1e19b29abd
|
add return values to main to make it Makefile compatible!
|
2016-03-23 10:31:57 -04:00 |
|
philbudne
|
0569857a26
|
Merge pull request #63 from philbudne/master
db.s (debugger) fix typos that as7 complained about, add some comments
|
2016-03-22 22:36:11 -04:00 |
|
Phil Budne
|
f707ff8815
|
db.s (debugger) fix typos that as7 complained about, add some comments
|
2016-03-22 22:32:36 -04:00 |
|
philbudne
|
287f192f2b
|
Merge pull request #62 from philbudne/master
disk buffer comments (and comments about a mystery)
|
2016-03-22 21:31:42 -04:00 |
|
Phil Budne
|
ac6e7470cf
|
disk buffer comments (and comments about a mystery)
|
2016-03-22 21:29:46 -04:00 |
|
Phil Budne
|
9175bf8931
|
remove unused variable
|
2016-03-22 20:24:41 -04:00 |
|
philbudne
|
98178099de
|
Merge pull request #60 from philbudne/master
shell fixes
|
2016-03-22 20:22:22 -04:00 |
|
Phil Budne
|
156f5f1796
|
Phil's mods to a7out: read namelist file(s); symbolic input/output
|
2016-03-22 20:09:36 -04:00 |
|
Phil Budne
|
3c70f48fe8
|
pbsh.s: read full blocks (readc) so "sh <commands" works!
(outputs prompts: I don't see a way to implement "isatty")
|
2016-03-22 20:07:20 -04:00 |
|
Phil Budne
|
1016412831
|
add system (super) user
|
2016-03-22 20:07:20 -04:00 |
|
Phil Budne
|
921d8e57cf
|
pbsh.s: comments
|
2016-03-22 20:07:20 -04:00 |
|
Phil Budne
|
2d8ee26e03
|
fixes: handle blank line, 8 character filenames, semi
|
2016-03-22 20:07:20 -04:00 |
|
Phil Budne
|
2b4aeb3bab
|
as7: make I/II/filename output match as.s behavior
|
2016-03-22 20:07:20 -04:00 |
|
philbudne
|
d8f7167e6e
|
Merge pull request #59 from philbudne/master
Add comments, commented out commands for Phil's simulation of GRAPHICS-2
|
2016-03-21 11:22:41 -04:00 |
|
Phil Budne
|
84984c2a52
|
Add comments, commented out commands for Phil's simulation of GRAPHICS-2 (as a Glass TTY)
|
2016-03-21 11:09:51 -04:00 |
|
philbudne
|
5e1cfff03f
|
Merge pull request #58 from philbudne/master
fix init, build dsksav/dskres, have shell wake init before exit
|
2016-03-21 11:04:08 -04:00 |
|
Phil Budne
|
7495163182
|
add a comment for ".NL"
|
2016-03-21 11:00:19 -04:00 |
|
Phil Budne
|
f566bec719
|
Makefile, proto: add dskres & dsksav
|
2016-03-21 11:00:19 -04:00 |
|
Phil Budne
|
2d39e641df
|
fix to allow assembly of dskres & dsksav
|
2016-03-21 11:00:19 -04:00 |
|
Phil Budne
|
164125be7e
|
sys comments
|
2016-03-21 11:00:19 -04:00 |
|
Phil Budne
|
eca41ba9dc
|
fix init: was branching to absolute "1" after processing a message.
Top label is "l"!!
|
2016-03-21 11:00:19 -04:00 |
|
Phil Budne
|
c1ef96a723
|
wake up init with smes before exiting
|
2016-03-21 11:00:18 -04:00 |
|
philbudne
|
c948eb8012
|
Merge pull request #52 from philbudne/master
s7.s: fix sna/sma confusion that caused hangs in display PI code
|
2016-03-19 00:53:15 -04:00 |
|
Phil Budne
|
053aedcf95
|
s7.s: fix sna/sma confusion that caused hangs in display PI code
|
2016-03-19 00:51:07 -04:00 |
|
philbudne
|
8c045fffef
|
Merge pull request #51 from philbudne/master
fix chdir typo!
|
2016-03-18 02:15:09 -04:00 |
|
Phil Budne
|
46d6586481
|
fix chdir typo!
|
2016-03-18 02:11:37 -04:00 |
|
philbudne
|
ad0f5391a8
|
Merge pull request #50 from philbudne/master
system & shell comments
|
2016-03-17 00:11:34 -04:00 |
|
Phil Budne
|
89356e9aea
|
sys (display) comments
|
2016-03-17 00:08:28 -04:00 |
|
Phil Budne
|
f91b929d90
|
fix/add sys comments
|
2016-03-17 00:08:28 -04:00 |
|
Phil Budne
|
ac94df5d48
|
update shell comments
|
2016-03-17 00:08:28 -04:00 |
|
philbudne
|
937fea0d47
|
Merge pull request #49 from philbudne/master
system comments
|
2016-03-15 20:51:17 -04:00 |
|
Phil Budne
|
fe48c8cdc8
|
system comments
|
2016-03-15 20:48:42 -04:00 |
|
philbudne
|
8b3ac73639
|
Merge pull request #48 from philbudne/master
sys comments
|
2016-03-15 06:55:24 -04:00 |
|
Phil Budne
|
b94ca04259
|
sop.s: add comment for "cdf" IOT
|
2016-03-15 06:53:15 -04:00 |
|
Phil Budne
|
ab76e46005
|
sys: add comments
|
2016-03-15 06:53:04 -04:00 |
|
philbudne
|
a3e3a263ef
|
Merge pull request #47 from philbudne/master
sop.s fixes
|
2016-03-13 00:13:01 -05:00 |
|
Phil Budne
|
8c20d30cd1
|
sop: add missing "spa" (not used in kernel!)
|
2016-03-13 00:05:57 -05:00 |
|
Phil Budne
|
a929bc08b7
|
fix OMQ definition
|
2016-03-13 00:05:57 -05:00 |
|
philbudne
|
6d5084421c
|
Merge pull request #45 from philbudne/master
system updates
|
2016-03-11 16:39:07 -05:00 |
|
Phil Budne
|
adc6fdcc50
|
sys NOTES.md: update i.nlnks comment
|
2016-03-11 16:33:53 -05:00 |
|
Phil Budne
|
bf52dfb9e4
|
unixv0.sim: set tty input to 8 bit clean (no upper casing)
|
2016-03-11 16:33:18 -05:00 |
|
Phil Budne
|
44e85f3fe1
|
proto: update input device numbers (back to original values)
|
2016-03-11 16:32:32 -05:00 |
|
Phil Budne
|
9372fa5f56
|
sys: more comments
|
2016-03-11 16:32:11 -05:00 |
|