1
0
mirror of https://github.com/DoctorWkt/unix-jun72.git synced 2026-04-29 21:26:45 +00:00
Commit Graph

200 Commits

Author SHA1 Message Date
warren.toomey
478cc036f4 Effectively these are the same as Tim's hack to get DC11 support into Simh.
We might as well do it properly, so this is a start at proper DC11 support.
2008-05-07 11:43:09 +00:00
warren.toomey
35fc290bc2 idiot wkt: compiler -> simulator 2008-05-07 06:27:28 +00:00
warren.toomey
4c57f18002 Added link to the 1974 C manual. 2008-05-07 04:51:51 +00:00
warren.toomey
f07cdab07e Added jcapp's Ubuntu notes. 2008-05-07 04:34:29 +00:00
warren.toomey
f6c6651f81 Update comments. 2008-05-07 04:03:41 +00:00
tim.newsham
01efde1801 - some credit. 2008-05-07 03:38:53 +00:00
warren.toomey
52ebe4a950 Numbering fix. 2008-05-07 03:38:09 +00:00
warren.toomey
41f24cd750 I'm updating Readme: patch -l, mkdir BIN/ in Simh, no need to type go. 2008-05-07 03:26:21 +00:00
tim.newsham
d898c01505 - some notes about the "core" and optional system we're using. 2008-05-07 03:23:16 +00:00
tim.newsham
0fafe932f7 - startup the system automatically. 2008-05-07 03:20:34 +00:00
tim.newsham
9d5c143c45 - oops, missed one line. 2008-05-07 03:14:43 +00:00
tim.newsham
fba77e8a61 - fixed KE diff. 2008-05-07 03:04:46 +00:00
warren.toomey
9d231d4aa7 Added nopatch command line arg so we can re-assemble without repatching. 2008-05-07 02:55:32 +00:00
warren.toomey
f4d408d606 No longer need ctrl-j 2008-05-07 02:48:28 +00:00
warren.toomey
b5a8011b93 Made core patches and optional patches. Modified tools/rebuild to deal with
these. Modified patches/core/v2_as.patch so that we no longer need sys1.s,
and changed tools/assemv2 to no longer create sys1.s.
2008-05-07 02:44:19 +00:00
tim.newsham
f79d904038 - some notes on the "diff" directory. 2008-05-07 01:48:45 +00:00
warren.toomey
deb2232e1c Added more doc info. 2008-05-07 01:45:53 +00:00
warren.toomey
88cdc0fccb clarification 2008-05-07 01:36:09 +00:00
warren.toomey
c209fb1bd2 Readme for 1st time users. 2008-05-07 01:31:32 +00:00
warren.toomey
65419678e6 Makefile now builds apout. 2008-05-07 01:02:35 +00:00
warren.toomey
ff75494557 Added Brad Parker's pdp11_ke.c into misc/ until it gets into Simh proper. 2008-05-07 00:55:53 +00:00
warren.toomey
7cbe3f57f5 also added a check that apout binary exists. 2008-05-07 00:30:06 +00:00
warren.toomey
dee768093b Make sure user has built and installed pdp11. 2008-05-07 00:28:30 +00:00
tim.newsham
3dbcf2df9a - the divide workaround for v7 "as" is no longer required now that
we're using the v2 "as".
2008-05-07 00:27:09 +00:00
tim.newsham
63bcc8b6ad - got rid of assemv2.cfg now that we have fixed paths. 2008-05-07 00:16:04 +00:00
warren.toomey
6c4d4c3489 added warning about missing assemv2.cfg file. 2008-05-07 00:04:23 +00:00
warren.toomey
cb4ff68ce4 Create build/ if it doesn't exist. 2008-05-07 00:03:43 +00:00
warren.toomey
bcee3fe083 Yes! I finally fixed the CR annoyance! 2008-05-06 23:55:17 +00:00
tim.newsham
181683935c - oops, outdated comments, updated. 2008-05-06 23:55:11 +00:00
warren.toomey
fc92776990 Just so we can build mkfs and ml easily. We can add it to docos later on. 2008-05-06 23:45:15 +00:00
warren.toomey
b4c3cdca38 Add V2 bin/strip to list. 2008-05-06 23:32:26 +00:00
warren.toomey
896dbd998a Import of wkt's apout src tree into svn. 2008-05-06 23:25:22 +00:00
tim.newsham
7c98a7ab7d - remove old tool. use ml.c instead. 2008-05-06 23:12:09 +00:00
tim.newsham
e9718f569f - get rid of dated tools.
sys1.s was needed only for assemv7.
  use assemv2 instead of assemv7 or assem.
2008-05-06 23:10:54 +00:00
tim.newsham
92b192ed1e - Fixed tools/as to use the v2 assembler instead of the v7 assembler,
which also required some tweaks to tools/fixaout.py
- update init patch to use v2 assembler and also added my patch to
  use tty8.
2008-05-06 23:09:07 +00:00
warren.toomey
fac66fc430 Added jfo, ken and dmr to the password list. 2008-05-06 22:49:57 +00:00
warren.toomey
034912e08f Fixed the 28 uids to 6 == ken. 2008-05-06 22:49:10 +00:00
tim.newsham
83580a685c - Readme already has this info. 2008-05-06 21:41:47 +00:00
warren.toomey
81acfd9158 We can now use the v2 assembler to build the kernel. 2008-05-06 15:31:54 +00:00
warren.toomey
6ea994d192 v2_as.patch
Defines mount as _mount, gtty as _gtty, so that these symbols will not
    conflict with the pre-defined symbols in the V2 assembler.
2008-05-06 15:31:15 +00:00
warren.toomey
03e3fcd6a1 Added stuff from Tim's README 2008-05-06 09:42:08 +00:00
warren.toomey
01d3b9f588 I removed all other-writable flags. 2008-05-06 09:27:54 +00:00
warren.toomey
4708ab7582 When I turn on I_SETUID I also need to enable I_EXEC! 2008-05-06 09:22:51 +00:00
warren.toomey
29bef31630 Added debug argument. Added code to parse a file with V1 permissions.
I can't work out why ls -l isn't showing the timestamp yet.
2008-05-06 08:57:25 +00:00
warren.toomey
3e7f0ef47e Changed tabs to spaces, make it easier for mkfs.c 2008-05-06 08:07:14 +00:00
tim.newsham
d5e5db436b - added some notes to track the source of files. 2008-05-06 07:22:15 +00:00
warren.toomey
d5116164c5 Added the file which contains the original uid/perm/mtime for the files
from the s2 bits tape.
2008-05-06 07:21:31 +00:00
warren.toomey
d7e79605d4 Added a quick check that we are running this in the correct directory. 2008-05-06 07:12:18 +00:00
warren.toomey
9d6a94647e Initial version of script to build rf0.dsk and rk0.dsk images. 2008-05-06 07:10:21 +00:00
warren.toomey
9b61c90288 Import of the executables & files on the original s2 tape from Dennis Ritchie. 2008-05-06 06:49:26 +00:00