WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Old machine to tinyCore what old machine?  (Read 4213 times)

Offline Issa

  • Newbie
  • *
  • Posts: 6
Old machine to tinyCore what old machine?
« on: April 27, 2009, 05:08:59 AM »
Hello, i need to know, if i can install tinyCor on system with this config :
Quote
  * CPU :200 MHz SH-4 with an on-die 128-bit vector graphics engine, 360 MIPS and 1.4 GFLOPS (single precision), using the vector graphics engine
    * Graphics Engine : PowerVR2 DC (capable de tracer plus de 3 millions de polygones par seconde) conçu par NEC/VideoLogic
    * Mémoire : Principale 16 Mo, Vidéo 8 Mo, Sonore 2 Mo, AGP 4x.
    * Carte son : Processeur sonore 'Super Intelligent' de Yamaha, contenant un processeur ARM7 32 bits cadencée à 45 MHz (64 canaux stéréo PCM/ADPCM)
    * GD-ROM Drive : Vitesse maximum 12x (lorsqu'il tourne a une vitesse angulaire constante mode-CAV). Le GD-ROM est un type de média d'une capacité de environ 1 Go (soit 112 minutes) spécialement développé par Yamaha.
    * Modem : Modem 56 kbit/s de série sur la console (la vitesse était de 33 kbit/s pour la version européenne) ; possibilité de remplacer le modem d'origine pour le Broadband Adapter (modem haut-débit). Ce modem est sorti, mais son prix reste élevé (environ 100€).
    * Couleurs : Approximativement 16,77 millions de couleurs simultanément
u can see only 16 M ram
what do u think about this please?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Old machine to tinyCore what old machine?
« Reply #1 on: April 27, 2009, 05:15:22 AM »
Is it an Intel x86 or equivalent, tinycore will only work on this kind of cpu.

Interesting that it has only 16mb RAM, but has 8mb for video and 2mb for sound...

Offline Issa

  • Newbie
  • *
  • Posts: 6
Re: Old machine to tinyCore what old machine?
« Reply #2 on: April 27, 2009, 06:38:20 AM »
thx for u respond.

well i need to recompile the kernel for this proc, but i hope i can make with u distirb?
what do u think about this?

Offline alextooter

  • Newbie
  • *
  • Posts: 1
Re: Old machine to tinyCore what old machine?
« Reply #3 on: April 27, 2009, 06:55:04 AM »
Maybe not, are you talking about SEGA DreamCast game console?
The CPU arch is MIPS,not x86.
You need to porting MIPS arch core code for this.

Offline Issa

  • Newbie
  • *
  • Posts: 6
Re: Old machine to tinyCore what old machine?
« Reply #4 on: April 27, 2009, 07:02:02 AM »
yes he is for this console SEGA DreamCast

well i found the core system here :
http://www.lxdream.org/wiki/index.php?title=Dreamcast_Linux

but i need make fusion with u distrib, because he is the most light i know?

Offline Issa

  • Newbie
  • *
  • Posts: 6
Re: Old machine to tinyCore what old machine?
« Reply #5 on: April 27, 2009, 11:58:09 PM »
well
u think it's impossible?
to make my project for tiny core linux running on dreamcast?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Old machine to tinyCore what old machine?
« Reply #6 on: April 28, 2009, 08:53:34 AM »
No, it's not impossible, but it would take a lot of time and skill (every single binary would need to be recompiled for MIPS).

You could also take an easier way, by running TC on another comp in your lan, and then booting the dreamcast with only an X server and say a VNC client. So the console would be more like a thin client, but then would be more usable too.
The only barriers that can stop you are the ones you create yourself.

Offline Issa

  • Newbie
  • *
  • Posts: 6
Re: Old machine to tinyCore what old machine?
« Reply #7 on: April 28, 2009, 10:41:36 AM »
ok, u broke my dreams :'(

well the dreamcast don't have network :(

mips what is it, please?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Old machine to tinyCore what old machine?
« Reply #8 on: April 28, 2009, 11:11:39 AM »
http://en.wikipedia.org/wiki/MIPS_architecture

It's a CPU architecture, like x86 and x86_64 (they are what Intel, AMD, Via currently offer)
The only barriers that can stop you are the ones you create yourself.

Offline robc

  • Sr. Member
  • ****
  • Posts: 447
Re: Old machine to tinyCore what old machine?
« Reply #9 on: April 28, 2009, 11:21:42 AM »
If you are looking to port to MIPS you may want to look at the MIPS Linux wiki. Here is a link to their porting guide: http://www.linux-mips.org/wiki/Porting
You may find a lot of useful information there. Also look for Hitachi SH7750, that is the processor in the Sega Dreamcast. Here is another link about programming for the Dreamcast: http://mc.pp.se/dc/cpu.html

I hope this helps
"Never give up! Never surrender!" - Commander Peter Quincy Taggart

"Make it so." - Captain Picard

Offline Issa

  • Newbie
  • *
  • Posts: 6
Re: Old machine to tinyCore what old machine?
« Reply #10 on: April 29, 2009, 01:47:31 AM »
hello
thx for u link, but i dont have all skills to make this project.