AROS68k pre-alfa disponibile per il downloads

Le nostre news in homepage

Moderatore: Newser

Re: AROS68k pre-alfa disponibile per il downloads

Messaggioda amonpaike » mer feb 09, 2011 5:47 am

http://www.evillabs.net/wiki/index.php/AROS_m68k-amiga

Feb 8, 2011: ELF2HUNK utility

Not much to see here, just a program compiled on AROS as ELF running on AOS via my ELF2HUNK utility.

* elf2hunktest.c

Codice: Seleziona tutto
#include <intuition/intuition.h>

#include <proto/exec.h>
#include <proto/dos.h>
#include <proto/intuition.h>

int main(int argc, char **argv)
{
   struct EasyStruct easy = {
       .es_StructSize = sizeof(struct EasyStruct),
       .es_Flags = 0,
       .es_Title = "Elf2Hunk works!",
       .es_TextFormat = "Really, it does.",
       .es_GadgetFormat = "Yes|No",
   };
   PutStr("Hello World\n");

   EasyRequestArgs(NULL, &easy, NULL, NULL);
   return 0;
}


Compilation, from AROS SVN 37012:

Codice: Seleziona tutto
$ make build-tools
$ bin/linux-x86_64/tools/m68k-amiga-aros-gcc  -Werror -Os  elf2hunk-test.c -o elf2hunk-test
$ mkdir /path/to/WB3.1/AROS
$ bin/linux-x86_64/tools/elf2hunk elf2hunk-test /path/to/WB3.1/AROS/elf2hunk-test


Run UAE with a stock Kickstart 3.1 ROM, with '/path/to/WB3.1/' mounted somewhere, and run 'elf2hunk-test' in a shell from the 'AROS' subdirectory. You should get something similar to the following:

Immagine

This demonstrates:

* Compiling with the AROS toolchain, and deploying on AmigaOS
* Automatic loading of 'dos.library' and 'intuition.library' by the AROS C runtime.

Todo:

* AROS shared library support
* Find some way to copy ELF debug information (maybe just symbols?) to HUNK


:happyboing: :ultralol: :ultralol:
Avatar utente
amonpaike

Esperto
 
Messaggi: 75
Iscritto il: mer giu 09, 2010 12:42 pm

Re: AROS68k pre-alfa disponibile per il downloads

Messaggioda amig4be » ven feb 11, 2011 2:35 pm

cavolo... aros68k ha fatto passi da giganti
Avatar utente
amig4be

Eroe
 
Messaggi: 1772
Iscritto il: lun nov 15, 2010 1:40 pm
Località: ...sul C=arro dei Vincitori

Re: AROS68k pre-alfa disponibile per il downloads

Messaggioda amig4be » ven feb 11, 2011 2:46 pm

ma se su 68k, quindi su Amiga quella pura e cruda, si rimpiazzasse con successo l'amigaos con Aros, specie a uso emulatori, Natami, e vedremo...i real amiga.
Sarebbe veramente un bel colpo anche a livello d'immagine(considerando la psicologia spicciola amighista, per cui ad esempio amigaos 4 è preferibile perchè più legato all'os originale delgi amiga ufficiali) per Aros.
Avatar utente
amig4be

Eroe
 
Messaggi: 1772
Iscritto il: lun nov 15, 2010 1:40 pm
Località: ...sul C=arro dei Vincitori

Re: AROS68k pre-alfa disponibile per il downloads

Messaggioda cdimauro » ven feb 11, 2011 2:48 pm

E' quello che tutti aspettiamo (io da 17 anni :ride: ).
Avatar utente
cdimauro

Eroe
 
Messaggi: 2454
Iscritto il: mer giu 16, 2010 9:00 pm
Località: Germania

Precedente

Torna a News e rumors

Chi c’è in linea

Visitano il forum: Nessuno e 16 ospiti

cron