now, back to something on topic...
picked up an unenhanced //e system for $10. a bit dirty from no use and a
broken shift key, but powers up fine. came with 2 floppies, monchrome display
which needs the contrast control cleaned and the ever popular system saver.
this one has a hayes micromodem //e whereas the ][+ i got last week had a
micromodem II. besides the way they connect to the phone line, are there any
major differences? i presume both are still 300bps.
david
On Apr 11, 14:11, J. Maynard Gelinas wrote:
> Alright, so what we have is the last 4KW used up for stack
> space, register mapping, and IO mapping. I would guess the
> first 4KW were used up by the boot prom and monitor, which
> leaves about 12KW for an application jump table and
> initialization, the rest for memory mapped windows to the
> MMU... do I have it right?
I'm not sure how you did the arithmetic :-) 4KW (8KB) is used for the "I/O
Page" which *includes* the boot PROMs. Stack can be anywhere.
> QUOTE:
> 0 000 000 001 ddd ddd -- JMP JuMP
>
> Loads the destination address into the PC, thus effecting an
> unconditional jump.
> Why is the jump destination address only six bits long?
> Jeesh, I hope I'm not asking the obvious....
Because the DDD DDD specifies a register (1 of 8) and address mode (1 of 8) to
use. So, you'll often see something like JMP @#0173000, which is represented
in two words 000137,173000. In this example, the address mode is 3
(auto-increment deferred, deferred = indirect) and the register to use is R7,
which is the PC.
So it means "jump to the address given in the word the PC points to". In other
words, that's how you code an absolute jump. The reason for the auto-increment
is that that mode is the general way of getting immediate data, and in the
general case you do need to increment the PC after the read (think about MOV
R0, @#0173000, opcode 010037,173000 which stores R0 in 173000).
--
Pete Peter Turnbull
Dept. of Computer Science
University of York
Yeah, but could such a thing be done on Linux/UNIX OS's? I'm guessing that
you would need a NT server... and I don't like NT servers. I actually had a
NT and Linux server running on the exact same machine, at different times.
NT was harder to handle, and had more crashes just when I needed it most,
with many requests. Also, I had to reboot it 8 times to get it set up with
my video card, but not other cards, altogether, it took 16 reboots, compared
to 1 with Linux. My NT 5.0 beta is showing some signs of hope, but I'll
need a lot more before trusting NT with a hobby list as important as this
one.
Just my 0.02
Tim D. Hotze
-----Original Message-----
From: Richard A. Cini <rcini(a)email.msn.com>
To: Discussion re-collecting of classic computers
<classiccmp(a)u.washington.edu>
Date: Saturday, April 11, 1998 4:29 PM
Subject: Re: Thoughts about a Classiccmp private newsgroup
>On Fri, 10 Apr 1998 09:49:03 -0700 (PDT), Sam Ismail <dastar(a)wco.com>
wrote:
>
>On Fri, 10 Apr 1998, Richard A. Cini wrote:
>
>> Anyway, as part of my Microsoft beta testing, I belong to a small
>group
>> of "elite" testers. Called ClubWin!, we have a private administrative
>> newsgroup that requires a login name and password. Having a ClassicCmp
>> newsgroup would provide a threaded conversation capability. We could also
>> hang an e-mail gateway off of the news server to provide e-mail messages
>for
>> those who can't or want to use a newsgroup.
>
>
>>>Give us more details, Richard.
>
> Well, since I wasn't the one who implemented the news server, I'm only
>guessing as to its implementation. You can probably hang a NNTP (news)
>server off of any Internet-accessible server. The news server has its own
IP
>address. Bill Whitson could create one off of the ClassicCmp server at
>UofWA, or anyone else here with a free IP address and the approval of the
>bosses. You could then also provide an e-mail gateway the news server so
>that those who want the newsgroup activity by e-mail can get it.
>
> Authentication is either anonymous or login required. Each of us is
>given a login name and password (like rcini and 12345678), which will be
>required to logon. From there, your newsreader takes over.
>
>Rich Cini/WUGNET
> <nospam_rcini(a)msn.com> (remove nospam_ to use)
> ClubWin! Charter Member (6)
> MCP Windows 95/Windows Networking
>============================================
>
>
>
>
Hi Pete,
----------
> From: Pete Turnbull <pete(a)dunnington.u-net.com>
> To: Discussion re-collecting of classic computers
<classiccmp(a)u.washington.edu>
> Subject: Re: gcc for VAX VMS
> Date: Saturday, April 11, 1998 8:33 AM
>
> does DECUS do in other countries? There must be lots of peopel like us
who
> keep old 11s and VAXen running.
probably they don't use VMS ... ;-))
but serious, i think they expanding this Hobbiist thing to other countries.
one day ....
cheers,
emanuel
Wait a second, ARE there private newsgroups on this topic? I thought
it was just an idea everyone proposed but never did...
>
>At 08:49 AM 4/10/98 -0400, you wrote:
>> Scanning today''s messages gave me an idea. I don't know if this
has
>>been discussed before, but I don't remember it being discussed.
>
>It has. It comes up every now and then on every mailing list. What
>usually happens is that those who want a newsgroup go off a create a
>newsgroup, and the ones who can't access or don't like newsgroups stick
to
>the e-mail list, and the real die-hards follow both, cross-posting
stuff
>all the time.
>
>> ClubWin! Charter Member (6)
> ^
>I am not a number, I am a free man!
>
>
>---------------------------------------------------------------------
O-
>
>Uncle Roger "There is pleasure pure in being mad
>roger(a)sinasohn.com that none but madmen
know."
>Roger Louis Sinasohn & Associates
>San Francisco, California
http://www.sinasohn.com/
>
>
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
On Apr 11, 17:06, Hotze wrote:
> Subject: Re: Thoughts about a Classiccmp private newsgroup
> Yeah, but could such a thing be done on Linux/UNIX OS's? I'm guessing that
> you would need a NT server...
You can run the INN server under linux (or other UNIXes), and it supports
authorisation. I'd expect that the real problem is finding the extra space to
store the newsgroup files. At present, I don't think the list takes up much
file space, since the postings aren't archived (AFAIK).
--
Pete Peter Turnbull
Dept. of Computer Science
University of York
Hi Pete,
----------
> To: Discussion re-collecting of classic computers
<classiccmp(a)u.washington.edu>
> Subject: Re: gcc for VAX VMS
> Date: Saturday, April 11, 1998 4:54 AM
>
> Now, can someone remind me of the URL for VMS hobby licensing so I can do
> something about my MicroVAX?
>
have a look at:
http://www.montagar.com/hobbyist/register.html
cheers,
emanuel
On Apr 11, 8:30, emanuel stiebler wrote:
> > From: Pete Turnbull <pete(a)dunnington.u-net.com>
> > Now, can someone remind me of the URL for VMS hobby licensing so I can do
> > something about my MicroVAX?
>
> http://www.montagar.com/hobbyist/register.html
> P.S. You have to be a DECUS member for this, ....
Thanks! I also see that it only covers a few countries -- not including the
UK, where I am. I let my UK DECUS membership lapse, when they started charging
considerable (at least, from a student's point of view) amounts of money for
annual membership and vast amounts of money for software from the library.
It's not like in the States, where there's a no-charge Basic Membership. What
does DECUS do in other countries? There must be lots of peopel like us who
keep old 11s and VAXen running.
--
Pete Peter Turnbull
Dept. of Computer Science
University of York
Hi Pete,
----------
> From: Pete Turnbull <pete(a)dunnington.u-net.com>
> To: Discussion re-collecting of classic computers
<classiccmp(a)u.washington.edu>
> Subject: Re: gcc for VAX VMS
> Date: Saturday, April 11, 1998 4:54 AM
>
>
> Now, can someone remind me of the URL for VMS hobby licensing so I can do
> something about my MicroVAX?
please have a look at:
http://www.montagar.com/hobbyist/register.html
cheers,
emanuel
P.S. You have to be a DECUS member for this, ....
On Fri, 10 Apr 1998 09:49:03 -0700 (PDT), Sam Ismail <dastar(a)wco.com> wrote:
On Fri, 10 Apr 1998, Richard A. Cini wrote:
> Anyway, as part of my Microsoft beta testing, I belong to a small
group
> of "elite" testers. Called ClubWin!, we have a private administrative
> newsgroup that requires a login name and password. Having a ClassicCmp
> newsgroup would provide a threaded conversation capability. We could also
> hang an e-mail gateway off of the news server to provide e-mail messages
for
> those who can't or want to use a newsgroup.
>>Give us more details, Richard.
Well, since I wasn't the one who implemented the news server, I'm only
guessing as to its implementation. You can probably hang a NNTP (news)
server off of any Internet-accessible server. The news server has its own IP
address. Bill Whitson could create one off of the ClassicCmp server at
UofWA, or anyone else here with a free IP address and the approval of the
bosses. You could then also provide an e-mail gateway the news server so
that those who want the newsgroup activity by e-mail can get it.
Authentication is either anonymous or login required. Each of us is
given a login name and password (like rcini and 12345678), which will be
required to logon. From there, your newsreader takes over.
Rich Cini/WUGNET
<nospam_rcini(a)msn.com> (remove nospam_ to use)
ClubWin! Charter Member (6)
MCP Windows 95/Windows Networking
============================================