Cfront has been released as historic source by AT&T, though
I haven't found the license, the code is here:
http://www.softwarepreservation.org/projects/c_plus_plus
I am currently trying to awaken Cfront 3.03 - more an issue
of understanding it than repairing bitrot. If anyone
has any bugifxes or additional tools for cfront they would be
willing to share I would be very interested.
I will post again if/when I get it all to work.
Thanks
-Steve
Join Sergey on Quechup
You have been invited to join
SergeyLapin's
friends network
http://quechup.com/ - REGISTER NOW FOR FREE and find out why everyone's
joining
As a member of Quechup you can...
- Start a blog and share your thoughts with private groups, friends or the
world
- Get in touch with old friends.
- Meet new people in your area, or anywhere else in the world.
- Online instant messenger with full video and audio support.
- Socialize with 'friends-of-friends' and mutual acquaintances.
- Increase your social circle
... and so much more!
Become part of Sergey's Quechup.com friends.
New & Coming Soon on Quechup
--------------------------------
- Games - play Solitaire, Mahjong, Dice, Bubble Up and more online
- Blogs - let people know what you're up to
- Video Posts - use your webcam to record video clips on Quechup
- Member Comments - on photos and blogs
------------------------------------------------------------------
You received this because Sergey Lapin (slapinid(a)gmail.com) knows and
agreed to invite you. You will only receive one invitation from
slapinid(a)gmail.com. Quechup will not spam or sell your email address, see
our privacy policy - http://quechup.com/privacy.php
Go to
http://quechup.com/emailunsubscribe.php/ZW09dHVoc0BtaW5uaWUudHVocy5vcmc%3D
if you do not wish to receive any more emails from Quechup.
------------------------------------------------------------------
This e-mail was sent on behalf of SergeyCopyright Quechup.com 2007.
Quechup.com is owned by iDate Ltd
Hi all, back in 2004 I wrote a tool to compare sets of C code trees,
as a response to the SCO vs. IBM lawsuit. I've revisited and improved
the performance of the tool, and I have released a new version at
http://minnie.tuhs.org/Programs/Ctcompare/
The tool produces a tokenised representation of each source tree in
a format called CTF. The CTF representation of a proprietary source
tree can be exported without revealing too much of the source code.
See http://minnie.tuhs.org/Programs/Ctcompare/README.txt for the
full details.
I would dearly love to get hold of some CTF files of more recent
UNIX source trees, i.e. from SysVR4 onwards, and especially the
Unixware source trees which relate the the SCO vs. IBM lawsuit.
If you can make them available to me, I would appreciate it. I
understand that you might wish to donate these anonymously, so
soon I will write a web script to allow you to upload a CTF file
to my server "minnie" anonymously.
Many thanks in advance!
Warren
Hi Guys,
I'm having a bit of a clearout. Moving house and so on. I find that I have a pair of uVAX 3400s going spare. It's a long time since I've looked at these but from memory they've each got three drives and I think one of them has an external disc cab. There will be some serial cards in them and possibly, though I'm not sure, a SCSI tape drive card. There is the normal TK70 cartridge drive.
They were both working when I got them and I have done nothing with them at all (they are in storage at the moment). Both have, I think, got VMS on them.
These are available to collect in Cirencester in the UK.
Make me an offer someone.
Robin
Hi all
just a quick question ,
any documentation or notes available online for unix sys III ? Like the v7
ones .
Tks & rgs
_________________________________________________________________
Like the way Microsoft Office Outlook works? YouÂ’ll love Windows Live
Hotmail.
http://imagine-windowslive.com/hotmail/?locale=en-us&ocid=TXT_TAGHM_migrati…
I've just finished reading Peter Salus' "A Quarter Century of Unix", and this
time round, I was brought up short by the comments on Prime, Primos and The
Software Tools.
Has anyone done a simulator/emulator of the Prime? (I must confess, a
hardware architecture that's described as a cross between a GE-645 and the
Intel 80286, not only intrigues me, it also makes my toes curl. ;)
Has anyone attempted to get a copy of PrimOS for such a simulator/emulator?
And if one was to attempt such a feat, where would one go?
And Spafford says, commenting on Prime's version of Software Tools, that the
final release was into the public domain. Is it still extant? Has anyone
seen hair or hide of the creature?
That's the first matter/question. The second one is to do with /rdb, which a
quick search on Google informs me, was written by Walter V. Hobbs of Rand
Corp., and was placed in the public domain. It apparently is at:
ftp://ftp.rand.org/pub/RDB-hobbs
but I can't get through to it.
Is there any copy of it extant at some site where I can get through to it?
(I'm aware there is a software publisher that sells a more up-to-date version
of it, but I'd like to play with the original and bring it up to date
myself ;)
Thanks
Wesley Parish
--
Clinersterton beademung, with all of love - RIP James Blish
-----
Gaul is quartered into three halves. Things which are
impossible are equal to each other. Guerrilla
warfare means up to their monkey tricks.
Extracts from "Schoolboy Howlers" - the collective wisdom
of the foolish.
-----
Mau e ki, he aha te mea nui?
You ask, what is the most important thing?
Maku e ki, he tangata, he tangata, he tangata.
I reply, it is people, it is people, it is people.
Hi,
I could make SIMH VAX-11/780 emulator run 32V, 3BSD and 4.0BSD successfully.
You can see (rather tarse) details on my web site:
http://zazie.tom-yam.or.jp/starunix/
Enjoy!
Naoki Hamada
nao(a)tom-yam.or.jp
to all 2.11bsd users:
when searching through the 2.11bsd code I wanted many times
a hyperlinked and cross referenced rendition of the sources,
much like doxygen or lxr does it. For kernel, lib and user
code, for c and assembler.
Since none of the existing tools seemed to do what I wanted
I wrote a perl script generating such a html'ized version of
the source code.
The tool far from finished, but starts to be useful. The
results from what I'd call an early alpha version are now
available. Just start with either the tar source
http://www-linux.gsi.de/~mueller/test/211bsd/usr/src/bin/tar.c.html
or the kernel init routine
http://www-linux.gsi.de/~mueller/test/211bsd/usr/src/sys/sys/init_main.c.ht…
and click a little around. The style sheet is still the debug
version, not all links end where they should.
The cross reference sections aren't complete, but already
useful. To see for example who is using setjmp see
http://www-linux.gsi.de/~mueller/test/211bsd/usr/src/lib/libc/pdp/gen/setjm…
or who is including nlist.h see
http://www-linux.gsi.de/~mueller/test/211bsd/usr/include/nlist.h.html#xref:…
The background color tells you in which territory you are in
magenta boot and standalone code
red kernel
orange network code (running in supervisor)
green libraries
blue user level code
Hope you enjoy it.
With best regards,
Walter
--
Dr. Walter F.J. Müller Mail: W.F.J.Mueller(a)gsi.de
GSI, Abteilung KP3 Phone: +49-6159-71-2766
D-64291 Darmstadt FAX: +49-6159-71-3762
URL: http://www-linux.gsi.de/~mueller/
Why not just download one from one of the many online archives? Most of
them are in PDF format.
On Tue, 23 Jan 2007 21:25:52 -0800 iking(a)killthewabbit.org wrote:
> Wow, they're saying $40 for the 1978 book? I don't think I'll lend out my
> copy....
>
> FYI, I run v6 on a PDP-11/34a with RK05 drives. The kernel that boots up
> from the install media tries to be pretty generic, and yes, you can make
> changes to it to optimize it for various platforms.
>
> So the real question is: what do you want to do? If you just want to run
a
> PDP-11 in emulation, any of these books will do fine for you. The basic
> PDP-11 instruction set is pretty constant across the series (with some
> niggling exceptions, but nothing you're likely to deal with in an
> emulator).
> There were extended instruction sets for some models, but again with an
> emulator you can play to your heart's content. There were some
differences
> in memory management, which may or may not be important depending on what
> you want to run; again, v6 runs fine on an 11/34 without separate I/D
> spaces, while v7 and 2.11BSD require it (as I recall). But once
> again, simh
> will let you rock on with any of these OS's.
>
> For understanding Lions (i.e. understanding the underlying hardware
> better),
> any of these will do. IMHO, YMMV, MOUSE. And welcome to the community!
> Cheers -- Ian
>
> -----Original Message-----
> From: pups-bounces(a)minnie.tuhs.org [mailto:pups-bounces@minnie.tuhs.org]
On
> Behalf Of Ross Tucker
> Sent: Tuesday, January 23, 2007 8:11 PM
> To: pups(a)minnie.tuhs.org
> Subject: [pups] Advice on which PDP-11 processor handbook to buy
>
> Hello all-
> I'm a n00b on this list, so please forgive me my sins as I forgive those
> who.... uh, never mind. Anyway, I am looking to get a "PDP-11 Processor
> Handbook" from Amazon or eBay (so I can understand the Lions
> book) and there are so many different editions and versions... Lions
writes
> about the 11/40, but supposedly, that's not too different from the /45 or
> /70. My simh boot images for v6 are for the /45 (though supposedly I'm
> supposed to be able to modify them to run on the others, right?).
>
> What I'm asking is your advice on which Handbook to buy. Here is a
synopsis
> on the editions and prices from amazon:
> /04/34A/44/60/70 (1979) $10
> /04/34/45/55/60 (1978) $40
> /70 (1975) $16
> /04, 24, 34A, 70 (Jun 1981) $16
> /04/05/10/35/40/45 (1975) $45
>
> What do you think?
>
> Thanks for your time,
> Ross
> _______________________________________________
> PUPS mailing list
> PUPS(a)minnie.tuhs.org
> https://minnie.tuhs.org/mailman/listinfo/pups
>
> _______________________________________________
> PUPS mailing list
> PUPS(a)minnie.tuhs.org
> https://minnie.tuhs.org/mailman/listinfo/pups
>