The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* Re: [TUHS] Bitsavers' RT/PC, AIX, AOS, etc. recent additions
@ 2020-02-18 13:28 Jason Stevens
  2020-02-18 13:39 ` Al Kossow
  2020-02-18 13:41 ` Kevin Bowling
  0 siblings, 2 replies; 21+ messages in thread
From: Jason Stevens @ 2020-02-18 13:28 UTC (permalink / raw)
  To: Kevin Bowling; +Cc: TUHS

[-- Attachment #1: Type: text/plain, Size: 6370 bytes --]

I was more interested in the "Mach" kernel itself as I've only recently been able to get it to boot up from sources for the i386. 
I hadn't looked into the other aos/vrm stuff.  But that is interesting, a 4.3 with the vfs. 
In hind sight maybe Mach wasn't so bad with its messaging and threads, along with multiprocessor support.. Its what we all were eventually desiring anyway. 
One thing is for sure, multiple GHz machines sure make it a lot easier to use, these days. 
I'd gotten lucky with Mach as the platform code is really modular and even a monkey like me banging on a keyboard of an existing Mach 386 machine was able to get the latter source running under the older platform code.  Shame Mach 3 seems to have broken all the fun stuff or requires real effort and understanding... Things I lack. 
But I was really surprised about the coprocessor cards..  I wonder what other interesting things are in there.  Or how hard it is to hammer 386 BSD into aos "sort of a 4.3 Tahoe ++" 
From: Kevin Bowling <kevin.bowling@kev009.com>
Sent: Tuesday, February 18, 2020, 9:02 p.m.
To: Jason Stevens
Cc: Charles H Sauer; TUHS
Subject: Re: [TUHS] Bitsavers' RT/PC, AIX, AOS, etc. recent additions

Thanks for clarifying.  I will reassert that the three pieces of systems software I mentioned (VRM, AIX2, AOS) are not Mach in any way I know about.  AOS may have some generic cross pollination, it’d be whatever was going on at CSRG also for non-RT (4.2-4.3?) BSD platforms at the time of checkout. Kirk or Warner may be able to elucidate if provided the date and some reference material from AOS or I can do some original research.
Most distinctly and important:  VRM is not in any way Mach, it was its own bespoke microkernel.  The microkernel would have been the most “Mach” part of Mach research, so this makes the VRM concept even more unique and enjoyable to me being so different and ambitious.  Therefore I don’t think it is particularly correct to say any of VRM, AIX, AOS software is Mach without its ukernel.
What you linked is a very late port (late 1990s) of a hybrid of 4.3 and 4.4 BSD (late meaning in the time when Net, Free, and Open had long taken over from CSRG BSD).  I will quote a Twitter communication I had with Miod Vallat in the past:“Also it's not really 4.4. It's a mix of 4.3BSD-Reno plus the 4.4 VFS layer and new system calls. It still uses the 4.3, pre-Mach, VM system, hence no mmap(2).”
What Miod means by “pre-Mach” above: 4.4 BSD adopted the kernel memory subsystem of Mach into the existing BSD monolithic kernel. Not any of the ukernel or things like Mach IPC.
Not trying to be overly pedantic with you just trying to keep the records straight since these machines are one of my keen interests and I welcome new information on them. 
Regards,Kevin
On Tue, Feb 18, 2020 at 5:30 AM Jason Stevens <jsteve@superglobalmegacorp.com> wrote:
Oh sure! 
I'm having to use my phone...  
It's the combined sources here:http://bitsavers.trailing-edge.com/bits/IBM/RT/rt_bsd44/

doc  mk
jsteve@localhost:~/rt_bsd4/src/sys/.local/mach2.4$ pwd
/home/jsteve/rt_bsd4/src/sys/.local/mach2.4

jsteve@localhost:~/rt_bsd4/src/sys/.local/mach2.4/mk/conf$ cat vers*6951X
So 5.1x edit 69
jsteve@localhost:~/rt_bsd4/src/sys/.local/mach2.4/mk$ more CHANGELOGHISTORY 17-May-88  David Golub (dbg) at Carnegie-Mellon University XM21:        David Black completely rewrote the accurate timing code        (which is now implemented on all machines) and the priority        and scheduling algorithms.  The system now correctly reports        cpu_usage per thread.


The all file has this before i386 was added. 
So it's an older v2 than what is on the CSRG CD, but not as old as the VAX '86 stuff. 
It seems to be March 11 1989, although that could be when this was either archived or ported..  I guess they didn't exactly sync to a public kernel tree all that often. 



On Tue, Feb 18, 2020 at 4:05 PM +0800, "Kevin Bowling" <kevin.bowling@kev009.com> wrote:










I’m asking exactly where the Mach is in the linked archive. VRM, AIX or AOS? Can you support this with a reference for my own documentation
On Tue, Feb 18, 2020 at 1:02 AM Jason Stevens <jsteve@superglobalmegacorp.com> wrote:
It's the CMU micro kernel.  The hybrid "2.6" lived on in NeXTSTEP, and OPENSTEP, with various upgrades to bring it up to OS X. 
The RT as I understand it was a research machine, hence the BSD ports, and Mach port. 
What is interesting the more I dig around is that there was ROMP coprocoessor cards, and an OS/2 and DOS monitor program to let you boot BSD on the card.  Peripheral IO was done on the x86 side. 
If RT's are rare, I can't imagine how impossible it would be to get one of those cards! 
The BSD assembler and linker source is in the archives too, no doubt it'll help someone make a RT emulator. 
Get Outlook for Android



On Tue, Feb 18, 2020 at 12:54 PM +0800, "Kevin Bowling" <kevin.bowling@kev009.com> wrote:










Can you clarify what is Mach in this archive if I have a gap in my knowledge? I didn’t know the VRM had any direct relationship to Mach
Regards,Kevin
On Mon, Feb 17, 2020 at 9:43 PM Jason Stevens <jsteve@superglobalmegacorp.com> wrote:
Interesting stuff!  And another version of Mach is buried in there. 
So the 4 csrg cd set may have updates to the romp support as it's an older version of the 5.1 kernel from 89...  Not that think there is any Mach romp users. 
Get Outlook for Android
From: TUHS <tuhs-bounces@minnie.tuhs.org> on behalf of Charles H Sauer <sauer@technologists.com>
Sent: Tuesday, February 18, 2020, 5:51 a.m.
To: TUHS
Subject: [TUHS] Bitsavers' RT/PC, AIX, AOS, etc. recent additions

The Bitsavers' RSS feed 
(http://user.xmission.com/~legalize/vintage/bitsavers-bits.xml) seemed 
to me to be dominated by RT, AIX, AOS (BSD for RT), etc. stuff in the 
last week or so. I've only sampled a few items, but discovered a few 
things that I should have known (or knew and forgot?) while I was at IBM.

http://www.bitsavers.org/pdf/ibm/pc/rt/

-- 
voice: +1.512.784.7526       e-mail: sauer@technologists.com
fax: +1.512.346.5240         Web: https://technologists.com/sauer/
Facebook/Google/Skype/Twitter: CharlesHSauer

















[-- Attachment #2: Type: text/html, Size: 14201 bytes --]

^ permalink raw reply	[flat|nested] 21+ messages in thread
* Re: [TUHS] Bitsavers' RT/PC, AIX, AOS, etc. recent additions
@ 2020-02-18  4:41 Jason Stevens
  2020-02-18  4:53 ` Kevin Bowling
  0 siblings, 1 reply; 21+ messages in thread
From: Jason Stevens @ 2020-02-18  4:41 UTC (permalink / raw)
  To: TUHS, Charles H Sauer

[-- Attachment #1: Type: text/plain, Size: 1027 bytes --]

Interesting stuff!  And another version of Mach is buried in there. 
So the 4 csrg cd set may have updates to the romp support as it's an older version of the 5.1 kernel from 89...  Not that think there is any Mach romp users. 
Get Outlook for Android
From: TUHS <tuhs-bounces@minnie.tuhs.org> on behalf of Charles H Sauer <sauer@technologists.com>
Sent: Tuesday, February 18, 2020, 5:51 a.m.
To: TUHS
Subject: [TUHS] Bitsavers' RT/PC, AIX, AOS, etc. recent additions

The Bitsavers' RSS feed 
(http://user.xmission.com/~legalize/vintage/bitsavers-bits.xml) seemed 
to me to be dominated by RT, AIX, AOS (BSD for RT), etc. stuff in the 
last week or so. I've only sampled a few items, but discovered a few 
things that I should have known (or knew and forgot?) while I was at IBM.

http://www.bitsavers.org/pdf/ibm/pc/rt/

-- 
voice: +1.512.784.7526       e-mail: sauer@technologists.com
fax: +1.512.346.5240         Web: https://technologists.com/sauer/
Facebook/Google/Skype/Twitter: CharlesHSauer


[-- Attachment #2: Type: text/html, Size: 1861 bytes --]

^ permalink raw reply	[flat|nested] 21+ messages in thread
* [TUHS] Bitsavers' RT/PC, AIX, AOS, etc. recent additions
@ 2020-02-17 21:50 Charles H Sauer
  2020-02-18  1:30 ` Al Kossow
  0 siblings, 1 reply; 21+ messages in thread
From: Charles H Sauer @ 2020-02-17 21:50 UTC (permalink / raw)
  To: TUHS

The Bitsavers' RSS feed 
(http://user.xmission.com/~legalize/vintage/bitsavers-bits.xml) seemed 
to me to be dominated by RT, AIX, AOS (BSD for RT), etc. stuff in the 
last week or so. I've only sampled a few items, but discovered a few 
things that I should have known (or knew and forgot?) while I was at IBM.

http://www.bitsavers.org/pdf/ibm/pc/rt/

-- 
voice: +1.512.784.7526       e-mail: sauer@technologists.com
fax: +1.512.346.5240         Web: https://technologists.com/sauer/
Facebook/Google/Skype/Twitter: CharlesHSauer

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2020-02-20  8:27 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-18 13:28 [TUHS] Bitsavers' RT/PC, AIX, AOS, etc. recent additions Jason Stevens
2020-02-18 13:39 ` Al Kossow
2020-02-20  1:44   ` David Arnold
2020-02-20  2:03     ` Al Kossow
2020-02-20  2:09       ` Bakul Shah
2020-02-20  7:18     ` arnold
2020-02-18 13:41 ` Kevin Bowling
2020-02-20  6:44   ` [TUHS] anedotes: RT/PC VRM, (early) AIX compilers, IBM (Research) software release/pricing [was " Charles H. Sauer
2020-02-20  8:27     ` Kevin Bowling
  -- strict thread matches above, loose matches on Subject: below --
2020-02-18  4:41 [TUHS] " Jason Stevens
2020-02-18  4:53 ` Kevin Bowling
2020-02-18  8:01   ` Jason Stevens
2020-02-18  8:04     ` Kevin Bowling
2020-02-18 12:29       ` Jason Stevens
2020-02-18 13:01         ` Kevin Bowling
2020-02-18 11:31     ` Al Kossow
2020-02-20  1:17   ` Chris Hanson
2020-02-20  1:24     ` Kevin Bowling
2020-02-17 21:50 Charles H Sauer
2020-02-18  1:30 ` Al Kossow
2020-02-20  1:29   ` Chris Hanson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).