Welcome, Guest. Please login or register.

Author Topic: A500T project! - what ive done this weekend : )  (Read 4525 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline pyrre

Re: A500T project! - what ive done this weekend : )
« Reply #14 from previous page: February 11, 2008, 11:02:41 AM »
Quote
4x 50mhz 030's giving you a wopping 200mhz


How are you planning on doing that?
Amiga 1200 Tower Os 3.9
BPPC 603e+ 040-25/200, 256MBram, BVIsionPPC, Indivision AGA MK2.
Amiga 2000 (rev 4.0) Os 1.2/1.3
2088 bridgeboard, 2MB ram card, 2091 SCSI.
Amiga 500+ Os 2.1
Derringer 030, 32MBram, Buddha in sidecar, Indivision ECS.
Amiga CD32
Video decoder
 

Offline SamOS39Topic starter

  • Sr. Member
  • ****
  • Join Date: Aug 2005
  • Posts: 357
    • Show only replies by SamOS39
    • http://amigaknight.tk
Re: A500T project! - what ive done this weekend : )
« Reply #15 on: February 11, 2008, 11:09:18 AM »
dont know but i can set myself goals cant i ..?
ill find a way ..   :-)

Offline pyrre

Re: A500T project! - what ive done this weekend : )
« Reply #16 on: February 11, 2008, 11:16:10 AM »
yea... goals are sure nice to have...
But four CPUs do not add up to 4 times the mhz. unless you find some way for the os to split the task 4 ways and run it parallel trough the four cpus.
If i am not wrong the amiga os do not even support multi cpus (of same type i.e. two or four 060s...)
Amiga 1200 Tower Os 3.9
BPPC 603e+ 040-25/200, 256MBram, BVIsionPPC, Indivision AGA MK2.
Amiga 2000 (rev 4.0) Os 1.2/1.3
2088 bridgeboard, 2MB ram card, 2091 SCSI.
Amiga 500+ Os 2.1
Derringer 030, 32MBram, Buddha in sidecar, Indivision ECS.
Amiga CD32
Video decoder
 

Offline SamOS39Topic starter

  • Sr. Member
  • ****
  • Join Date: Aug 2005
  • Posts: 357
    • Show only replies by SamOS39
    • http://amigaknight.tk
Re: A500T project! - what ive done this weekend : )
« Reply #17 on: February 11, 2008, 11:22:41 AM »
what about connecting them in a chain on one board

wont the amiga treat it as one super fast CPU ..?

Offline pyrre

Re: A500T project! - what ive done this weekend : )
« Reply #18 on: February 11, 2008, 11:32:32 AM »
I am not a hardware wizz... but i seriously doubt it...
If you put it in serial you will run the same task/process four times. and thus reduce performance. In parallel amiga os (i guess) would see only one cpu and crash when four cpus tries to do the same thing...
However separating them on the fsb and giving them a separate cpu bus may work
But still the os has to support multi cpus at first.
And i don't think amiga os is capable of doing so....
Amiga 1200 Tower Os 3.9
BPPC 603e+ 040-25/200, 256MBram, BVIsionPPC, Indivision AGA MK2.
Amiga 2000 (rev 4.0) Os 1.2/1.3
2088 bridgeboard, 2MB ram card, 2091 SCSI.
Amiga 500+ Os 2.1
Derringer 030, 32MBram, Buddha in sidecar, Indivision ECS.
Amiga CD32
Video decoder
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: A500T project! - what ive done this weekend : )
« Reply #19 on: February 11, 2008, 11:42:29 AM »
@pyrre

You realize he was just joking, right? ;-)
 

Offline countzero

  • Hero Member
  • *****
  • Join Date: Mar 2005
  • Posts: 1938
    • Show only replies by countzero
    • http://blog.coze.org
Re: A500T project! - what ive done this weekend : )
« Reply #20 on: February 11, 2008, 11:44:00 AM »
Quote

SamOS39 wrote:
what about connecting them in a chain on one board

wont the amiga treat it as one super fast CPU ..?


Of course, no.

68k was not designed with multiprocessor architecture in mind. You can't do it unless you design a really heavy logic system which does task management between processors and a new exec which handles this hardware on the OS side.

see 88000, a RISC based CPU from motorola which can be used in a multiprocessor architecture.

http://en.wikipedia.org/wiki/Motorola_88000
I believe in mt. Fuji
 

Offline A6000

  • Sr. Member
  • ****
  • Join Date: Nov 2007
  • Posts: 443
    • Show only replies by A6000
Re: A500T project! - what ive done this weekend : )
« Reply #21 on: February 11, 2008, 12:07:38 PM »
I think applications must be specially coded to use multiple processors, if you just want to "try it out" you could network 3 or more A500's using their serial ports and a program called sernet or parnet using parallel ports, then split your application between all your computers.
 

Offline pyrre

Re: A500T project! - what ive done this weekend : )
« Reply #22 on: February 11, 2008, 12:13:18 PM »
@ Piru

No, not really....  :-D
Amiga 1200 Tower Os 3.9
BPPC 603e+ 040-25/200, 256MBram, BVIsionPPC, Indivision AGA MK2.
Amiga 2000 (rev 4.0) Os 1.2/1.3
2088 bridgeboard, 2MB ram card, 2091 SCSI.
Amiga 500+ Os 2.1
Derringer 030, 32MBram, Buddha in sidecar, Indivision ECS.
Amiga CD32
Video decoder
 

Offline Iggy_Drougge

  • Sr. Member
  • ****
  • Join Date: Jul 2003
  • Posts: 333
    • Show only replies by Iggy_Drougge
    • http://www.kristallpojken.org
Re: A500T project! - what ive done this weekend : )
« Reply #23 on: February 11, 2008, 11:47:33 PM »
Quote
68k was not designed with multiprocessor architecture in mind. You can't do it unless you design a really heavy logic system which does task management between processors and a new exec which handles this hardware on the OS side.

There was a Swedish company, DIAB, that built multi-processor 68k UNIX systems. I think their last one had 4 x 68040.
A4000/25MHz/64MB/20GB/RetinaBLTZ3/FastlaneZ3/CatweaselMKIII/Ariadne/A2301
A3000/40MHz/32MB/6GB/Merlin/Buddha/X-Surf/FrameMachineII+Prism24
Draco60/50MHz/128MB/15GB/Altais/DracoMotion/DV/IOblix+net
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: A500T project! - what ive done this weekend : )
« Reply #24 on: February 11, 2008, 11:49:39 PM »
@pyrre

Apparently he wasn't... :-)
 

Offline Trev

  • Hero Member
  • *****
  • Join Date: May 2003
  • Posts: 1550
  • Country: 00
    • Show only replies by Trev
Re: A500T project! - what ive done this weekend : )
« Reply #25 on: February 12, 2008, 12:18:34 AM »
Now everyone's going to want one. And while we're dreaming, how about a hardware hypervisor with a pluggable instruction translator? Actually, if one can make a CPU expansion, why not a lightweight hypervisor? Can't context switch the custom chips, though, so I guess in the end you'd end up with a Minimig-thing capable of hosting multiple instances of the kernel. (Has anyone tried that in software with an MMU-based system?)
 

Offline redrumloa

  • Original Omega User
  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 10126
    • Show only replies by redrumloa
Re: A500T project! - what ive done this weekend : )
« Reply #26 on: February 12, 2008, 12:46:04 AM »
Seeing this A500T project and then this C64T project, has given me the itch..

Coming soon.. The Ultimate Commodore 128 Tower Project!  :-o Yes, the computer in my tag-line will be converted into a tower! :-D
Someone has to state the obvious and that someone is me!
 

Offline rkauer

  • Hero Member
  • *****
  • Join Date: May 2006
  • Posts: 3263
    • Show only replies by rkauer
Re: A500T project! - what ive done this weekend : )
« Reply #27 on: February 12, 2008, 01:25:26 AM »
Quote

SamOS39 wrote:
cheers!

oh yes and i need to make (or buy) a keyboard interface  
THEN i can start work on the prototype of the new bus expansion board with 4x 50mhz 030's giving you a wopping 200mhz, ram expansion, ide interface, zorro2/isa/pci slots :insane:


 If you have enough talent, use the original keyboard in the original case as a keyboard only.

 You just need to use 6 wires to route the +5V, GND, keyb_data, Keyb_clock and the two LEDs.

_________________________________________

 Or use an original keyboard from an A2000/3000/4000. Note you loose the LEDs.
Goodbye people.

I\'ll pop on from time to time, RL is acting up.