Autor Thema: emuTos auf Mega STE  (Gelesen 8605 mal)

0 Mitglieder und 1 Gast betrachten dieses Thema.

Offline wfoerster

  • Benutzer
  • Beiträge: 307
  • ATARI in VHDL - This is Future!
emuTos auf Mega STE
« am: Fr 15.02.2008, 18:26:44 »
Hallo,
für die Tests des Suska-Cores benötige ich ein emuTOS, welches als in EPROMs gebrannte TOS Images irgend eines ST, STE, MEGA ST oder MEGA STE läuft, also nicht als Diskettenversion. Hat jemand so was am Laufen? Bräuchte dringend Tips, wie man das macht.

Viele Grüße

Wolfgang

Offline tuxie

  • Benutzer
  • Beiträge: 6.830
  • Falcon! Milan! Schuetzt die Raubvoegel!
Re: emuTos auf Mega STE
« Antwort #1 am: Fr 15.02.2008, 20:28:32 »
Also soweit ich weiß ist das EmuTos für 68040er Prozessoren gebaut, ob es in nem MSTE oder so läuft ist eine gute Frage. Wäre aber mal zu testen.
Tschau Ingo

Offline wfoerster

  • Benutzer
  • Beiträge: 307
  • ATARI in VHDL - This is Future!
Re: emuTos auf Mega STE
« Antwort #2 am: Fr 15.02.2008, 20:37:06 »
Ich hab's an einem Mega STE getestet und bei mir läuft es eben nicht.

Stosser

  • Gast
Re: emuTos auf Mega STE
« Antwort #3 am: Sa 16.02.2008, 08:15:27 »
Hi,

Also soweit ich weiß ist das EmuTos für 68040er Prozessoren gebaut, ob es in nem MSTE oder so läuft ist eine gute Frage. Wäre aber mal zu testen.


Da EmuTOS auch mit Pacifist v0.48 und STeem v2.0.6  funktioniert, kann man von ausgehen das EmuTOS auch auf eine 68000er CPU funktioniert.

Da EmuTOS nur als RAMTOS auf ein MSTE läuft kann man von ausgehen das einige Vektoren und Interrupts des ROMTOS benutzt werden.

Zitat von: processor.s
/*
 * _detect_cpu - CPU detection
 *
 * Return values:
 *
 *  0 - 68000
 *  5 - coldfire
 * 10 - 68010
 * 20 - 68020
 * 30 - 68030
 * 40 - 68040
 * 60 - 68060
 */


und noch was habe ich gefunden.
Zitat von: processor.h
/*
 * Processor-related handling in EmuTOS
 * ------------------------------------
 *
 * EmuTOS does not use or support advanced 680x0 features, except for long
 * stack frames starting from the 68010. In fact one might imagine that the
 * processor for which EmuTOS is developped, is a kind of 68000 with 32-bit
 * addresses.
 */

Gruß,
Stosser

Offline matashen

  • Benutzer
  • Beiträge: 1.779
Re: emuTos auf Mega STE
« Antwort #4 am: Sa 16.02.2008, 08:34:21 »
Hab http://atari-forum.com/viewtopic.php?f=28&t=13324
gefunden.

Da wird EMUTOS ein bischen erklärt vieleicht hilft das weiter

Gruß Matthias
« Letzte Änderung: Sa 16.02.2008, 17:53:08 von matashen »
Have you played Atari today ?!

Offline Beetle

  • Board Moderator
  • *
  • Beiträge: 879
Re: emuTos auf Mega STE
« Antwort #5 am: Sa 16.02.2008, 14:38:33 »
Hallo,

ich hatte EmuTOS mal spasseshalber in meinem MegaSTE laufen.
Es bootete bis auf den Desktop, erkannte aber keinerlei Laufwerke, weder HD noch FD. Die Fenster des Floppylaufwerkes liessen sich öffnen, in den Inahltsverzeichissen stand jedoch nur wirrer Buchtsabensalat.


Gebrannt wurde das EmuTOS image mit Galep32 im 16-Bit Mode (2x 27C1001).
Falcon ct63 ->68060@90MHz im Ex-ST Gehäuse, 14/512 MB, DVD-Brenner, 120GB SSD, EtherNAT (Netzwerk, USB), MicroCosmos (nur USB->IKBD Funktion), SuperVidel, 27" 16:9 TFT 2560x1440

Offline matashen

  • Benutzer
  • Beiträge: 1.779
Re: emuTos auf Mega STE
« Antwort #6 am: Mo 18.02.2008, 20:50:38 »
Noch was gefunden

Zitat
EmuTOS is a singleuser singletasking operating system for 32 bit Atari computer emulators, like Aranym,  STonX or Hatari . It is thought as a replacement for the TOS-images you usually need today for using emulators and it is also running on some real hardware, like the Atari Mega STE. All is open and maybe it is also running on totally new machines in the future.

Since EmuTOS just implements the TOS's functionality, you might want to use MiNT on it in order to run more modern software. EmuTOS is not an alternative to MiNT. But EmuTOS is the only free base OS to boot MiNT.

EmuTOS is beeing developed for more than two years now and is licensed under the OpenSource Gnu General Public Licence (GPL). If you experience any bugs, please mail your problem to me or to the mailinglist.

You will find more information about it on the Sourceforge project page at:

http://sourceforge.net/projects/emutos


Your EmuTOS development team

Heißt für mich soviel wie, müsste laufen hat aber noch den einen oder anderen Bug. Aktuell ist glaub ich 0.8.3

Gruß Matthias
Have you played Atari today ?!