From mboxrd@z Thu Jan 1 00:00:00 1970 From: wkt@cs.adfa.edu.au (Warren Toomey) Date: Mon, 10 Jan 2000 16:40:39 +1100 (EST) Subject: Successful recompilation of last1120 C compiler Message-ID: <200001100540.QAA64928@henry.cs.adfa.edu.au> Hi All, With a lot of help from Norman Wilson, Tim Shoppa and Dennis Ritchie himself, I've been able to modify my Apout emulator to run the 2nd Edition UNIX C compiler binaries. Using these, I've been able to recompile the `last1120' C compiler described by Dennis on his web page at: http://cm.bell-labs.com/cm/cs/who/dmr/primevalC.html The new version of Apout, as always, is available at: ftp://minnie.cs.adfa.edu.au/pub/PDP-11/Sims/Apout/ I've also put the source code to the last1120 C compiler in UnixBins/ Soren also pointed out a code problem stopping compilation on NetBSD, which has been fixed. Cheers all, Warren Received: (from major at localhost) by minnie.cs.adfa.edu.au (8.9.3/8.9.3) id CAA74341 for pups-liszt; Tue, 11 Jan 2000 02:10:03 +1100 (EST) Received: from toad.xkl.com (toad.xkl.com [192.94.202.40]) by minnie.cs.adfa.edu.au (8.9.3/8.9.3) with SMTP id CAA74301 for ; Tue, 11 Jan 2000 02:09:41 +1100 (EST) Date: Mon, 10 Jan 2000 07:08:33 -0800 From: "Daniel A. Seagraves" Subject: I need help rewriting the 2.11BSD bootblock... To: pups at minnie.cs.adfa.oz.au Message-ID: <13514475029.13.DSEAGRAV at toad.xkl.com> Sender: owner-pups at minnie.cs.adfa.edu.au Precedence: bulk Problem as follows: I have a PDP-11/44, 2 DZ11s, a (currently nonfunctional) Emulex TC12 tape controller, a Pertec-type drive for that (known working), and a Viking UDT MSCP <> SCSI disk controller. Problem is, the Viking doesn't raise the RACMDI bit upon completion of a command because interrupts are off, so the boot loops forever. I tried taking out the test for RACMDI and just putting in delay loops, but that doesn't work. (The boot hangs later on trying to reset the controller. I dunno if the I/O went or not.) The controller and system are known good. I can put RT-11 back on the disk and it will run fine (excepting the date). I have a 200 meg SCSI-1 drive on there, it will get a 540 meg drive later. Anyway, I need to change the boot. I was told others had this problem too. I lack MSCP docs and don't really have the knowledge to do this. Can someone help me, or at least point me at someone who can? I'm more or less stuck for now. -------