1
0
mirror of https://github.com/livingcomputermuseum/pdp7-unix.git synced 2026-02-25 00:28:19 +00:00
Commit Graph

22 Commits

Author SHA1 Message Date
Warren Toomey
bb0a7084b3 More kernel build comments. 2016-03-16 09:52:16 +10:00
Warren Toomey
248dfafe0d Change tti to the new unix format, and let the kernel boot up. 2016-03-16 09:48:10 +10:00
Warren Toomey
9f536032b0 Fixed stat so it works. 2016-03-16 09:42:44 +10:00
Warren Toomey
e5bcd5c264 More comments 2016-03-16 06:22:12 +10:00
Warren Toomey
00c2de0292 I bit the bullet and implemented "." in the filesystem. I've changed the proto
file to put the binaries in system. I added a few more checks to fsck, and I fixed
a few bugs in src/other/wktls.s.
2016-03-16 05:36:22 +10:00
Warren Toomey
f3519fc34b More build notes. 2016-03-14 21:24:13 +10:00
Warren Toomey
5f55b5dc79 More notes on bringing up the kernel. 2016-03-14 21:04:57 +10:00
Warren Toomey
cbdcf268f7 More kernel notes. 2016-03-14 19:53:00 +10:00
Warren Toomey
9da0484a39 I've got init past the link, but it then dies on the open("sh") immediately
after that. Yes, dd has to be i-num 4. I've modified mkfs7 and the proto
file to allow this to occur. I've also make link counts negative.
2016-03-14 19:49:37 +10:00
Warren Toomey
77c30047e9 Get the build Makefile to output a kernel symbol table. 2016-03-14 16:51:25 +10:00
Warren Toomey
588e2a30b8 More kernel notes. 2016-03-13 21:14:16 +10:00
Warren Toomey
8b421eb27b I've commited a change to as7 to use the C pre-processor. Not sure if it's
to everybody's taste.
2016-03-13 21:08:43 +10:00
Warren Toomey
98145f562a More kernel notes. 2016-03-13 15:11:19 +10:00
Warren Toomey
d4e01c7da6 More kernel notes. 2016-03-13 14:43:38 +10:00
Warren Toomey
4a51b4e6bb Added a notes file to store details of the attempts to bring up
the kernel.
2016-03-13 13:14:11 +10: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
Warren Toomey
f3dad7916b Clean up comments. 2016-03-11 22:31:40 +10:00
Warren Toomey
bfeb833141 Added sdump tool, added a coldboot option to build/Makefile, added a few
kernel comments.
2016-03-11 16:00:10 +10:00
Phil Budne
c400a020b0 proto: move special device (inode) numbers up by one 2016-03-10 19:17:13 -05:00
Phil Budne
fe080c7969 unixv0.simh: enable EAE, set memory size, enable history buffer 2016-03-10 18:25:26 -05:00
Warren Toomey
947d44a681 I've used Phil's instructions to set up a build area with a Makefile.
You can run make build from the top to build things.
2016-03-10 17:02:46 +10:00