At 06:57 PM 2/2/98 -0800, you wrote:
>It's not PS/2, it's MicroChannel Architecture. NuBus isn't PC, it's Mac.
And PCI can also Mac.
-John Higginbotham-
-limbo.netpath.net-
<just typing a B to the prompt would do it, or B <bootstrap device> such
<as
<B CSA0 ,,, Allison'd probably know better on this...
You have three bootable devices...
B DUA0 *RD5x in the box, never seen one external but it can be done.
B MUA0 or 7 *tk50 tape I forget the device number as it's slow.
B XQA0 *boot via eithernet. It was possible to run them diskless.
B does the default device first (dua0) then tape then eithernet.
Allison
I'm sure everyone knows about this, but for the few, such as I:
For a bunch of CPM systems, 68k, 8080, Z80, Z180, CPM-86, MPM, checkout:
http://cdl.uta.edu/cpm/download.html
They have it all including CPM-86 OS + C compilers, Basic Compilers,
Fortran and Pascal.
Plus the same for CPM Z80 & 8080 system:
Plus, the Digital Research Library with
GEM stuff for Atari and DOS, including GEM Desktop, Draw, Write, and GEM
Publisher
You could have a good 8088 or 8080/Z80 or Atari system, for just a
little time.
-Mike
>Ah but to answer the question with out philosophy - NO.
>In reality (with philosophy 8-) Yes! It is called networking 8-)
>
>Linux has been used in the Beowolf configuration where (I think)
>16?? machines were/are set up for parallel processing. You could
>net-research this and find a bunch of stuff.
>
>I have done it using Perl on two machines, one running a 6532 emulator
>and the other running a 6502 emulator.
>
>BC
(Sigh!) Well, it seems that I need more explanation. I was wondering if
this would be a more resource-conserving way to do it, and
technologically easier. I would do this with network cards if I had
them. Serial ports might be good, as well as parallel. Is there a way to
make the computer do TCP/IP via serial or parallel port? So, could you
please tell me, COULD I STICK A RIBBON CABLE INTO TWO DIFFERENT
MOTHERBOARDS AND PRETEND THAT THE MBs ARE CARDS OF EACH OTHER?
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
From: John Higginbotham <higginbo(a)netpath.net>
Subject: Re: C-64c probs
>>Assuming the drive's device number has not been changed from eight, then the
>>correct command is LOAD "*", 8, 1
>
>What's the differenct between "$" and "*"? I've seen both used in this
>context.
LOAD"*",8,1 loads the first file off of a disk to it's recorded start
address in memory (This is usually the way you boot commercial software
disks, rarely anything with various programs on it.) Loading the
directory is done by loading "$", you can add file spec wildcards such
as "$pac*" (load the first program with a filename starting with 'pac')
> How does one change a device number? I'm not Commodore expert. The
>only other Commodore product I've had is a C-16, and that seems like ages ago.
>
Via software is pretty complicated, the hardware method requires you to
open the case of the 1541 and look for two 'jumper pads' on the circut
board and cutting one or both 'jumper' connections to change the number.
>>changed to 9, 10, or 11, then you will get a "device not found" error. Try
>>the other numbers in place of 8 until you find the correct one. If the
>>cable is bad or not connected properly, you should get a "device not
>>present" error.
>
>I'll give it a try. How long should I wait for a device not present
>message?
Should be an immediate response.
> It's just sitting there looking for the floppy. I've got both the
>C-64 manual and the 1541 manual, but can't see anything that'll help me.
>
They are OK, but many people don't take them seriously...
>>PS: I've got all kinds of 1541's if you really want/need one.
>
>I'd like to get a second drive if this one is good, or two drives if this
>one is bad, but I think the problem is just me sitting in front of it, and
>not the drive.
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Visit our web page at: http://www.goldrush.com/~foxnhare/
Call our Commodore 64 BBS (Silicon Realms 300-2400 baud) at: (209)
754-1363
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
From: Fritz Chwolka <Chwolka(a)nt-gmbh.de>
Subject: Re: C-64c probs
>John Higginbotham wrote:
>>
>[snip!]
>> What's going on here? Drive misalign? How do I realign? Bad drive? Bad cable?
>>
>> Anyone have one or two extra 1541 floppy drives they want to sell?
--
>I have my indos not by hand but I nelieve you must type
>type LOAD "$",8,1
> ^^^^
NOOOOOOO!!!! That will make the drive do a 'non-relocating load' with
the directory starting at memory location 1025 ($0401) which is screen
memory on the 64. The load address of $0401 is remenants of 4040/2031
code left in for use by people with PETs whose BASIC starts at $0401 and
cannot do any sort of relocating load.
use just: LOAD"$",8
Larry Anderson
--
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Visit our web page at: http://www.goldrush.com/~foxnhare/
Call our Commodore 64 BBS (Silicon Realms 300-2400 baud) at: (209)
754-1363
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Since there seem to be a few folks who want to save their classics from
their kids, let me stray off-topic long enough to say my girlfriend is an
educator (best in the business, honest) so if any one wants suggestions for
kids software, let me know and I'll pass on her recommendations.
--------------------------------------------------------------------- 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.crl.com/~sinasohn/
At 11:29 AM 2/1/98 -0600, you wrote:
>I'll try it next time I get the system out to play with it. We've got an 19
>month old running around now, and something like the Commodore with it's
>multiple cables and pieces is a prime target for her.
At 19 months, she's definitely ready to start using the computer! (Be it
classic or new.) Lemme know if you need software recommendations.
--------------------------------------------------------------------- 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.crl.com/~sinasohn/