IPB

Benvenuto Visitatore ( Log In | Registrati )

Seguici su:    
9 Pagine V   1 2 3 > »   
Reply to this topicStart new topic
> [GUIDA] DSLinux su supercard FAQ, Miniguida su come installare DsLinux e supercad
dengue
messaggio Wednesday 8 November 2006 - 19:37
Messaggio #1

Utente GBARL
Gruppo icone

Gruppo: Membri
Messaggi: 69
Iscritto il: Wed 23 November 2005 - 09:32
Da: Venaria (TO)
Utente Nr.: 8.943
Feedback: 0 (0%)




Dslinux miniguida



Dslinux è il port di linux per la consolle Nintendo, la documentazione è disponibile qui http://www.dslinux.org/wiki/index.php

Requisiti:

-DsLinux Nintendo/RAM Version 3.2.0
-Router/wifi usb/nintendo wfc (richiede driver modificati) nel mio casi un router Sitecom WL-118
-Flashcard (Supercard SD) stessa cosa per M3
-Browser: Links o Retawq (non occorre scaricare nulla)

Il file da scaricare si trova al sito www.dslinux.org nella sezione download la distribuzione e per supercard dslinux-ram.tgz qui http://kineox.free.fr/DS/dslinux-ram.tgz una volta scaricata scompattate con winrar (il file si chiama dslinux-ram senza estensione aggoingete .zip e riaprite con winrar fino ad ottenere una directory Linux e il file dslinux.nds copiate il tutto sulla vostra memoria sd e la prima parte è fatta.
Testa il tutto lanciando dal menu della supercard il file Dslinux.nds otterra una schermata (quella classica di linux all'avvio) alla fine della quale otterrai il prompt di linux à, per spegnere correttamente devi lanciare il seguente comando poweroff e dare invio.

Configurazione
Dopo il prompt digitare quanto segue

cd /etc/
cp rc.defaults rc.conf

ora potremo editare il file rc.conf con le nostre preferenze (Nota:non editare il file con windows) per fare ciò vi avvaremo di un editor di nome nano

nano /etc/rc.conf

qui ci troveremo ad inserire i nostri dati

in questo esempio:
sid=GBARL
canale=11
wepkey=CHIAVE SEGRETA
ip=192.168.0.123
gateway=192.168.0.1


eccovi una copia del file :

################################################################
#
# INSTRUCTIONS
#
# You have to make a copy of this file so you can edit it.
#
# If you are using the RAM or the RAM-DEVEL build,
# run this command to create the copy:
# cp /etc/rc.defaults /media/linux/etc/rc.conf
#
# If you are using the GBAMP or the GBAMP-EXT2 build,
# run this command to create the copy:
# cp /etc/rc.defaults /gbamp/linux/etc/rc.conf
#
# If you are using the M3 CF build,
# run this command to create the copy:
# cp /etc/rc.defaults /m3/linux/etc/rc.conf
#
# If you are using the SUPERCARD CF or the SUPERCARD SD
# build, run this command to create the copy:
# cp /etc/rc.defaults /supercard/linux/etc/rc.conf
#
# If you are using the DSMEM build,
# run this command to create the copy:
# cp /etc/rc.defaults /sd/linux/etc/rc.conf
#
# If you are using the NDS version of DSLinux,
# run this command to create the copy:
# cp /etc/rc.defaults /var/rc.conf
# NOTE THAT /var/rc.conf WILL NOT BE PRESERVED ACROSS
# REBOOTS ON THE NDS BUILD!
#
# If you are using the .ds.gba version of DSLinux,
# run this command to create the copy:
# cp /etc/rc.defaults /sram/rc.conf.
# The /sram filesystem needs to be initialised before
# it can be used.
# See http://www.dslinux.org/wiki/Running_DSLinux
# for more information.
#
# Then edit the copy with vi.
# If you have never used vi before, see:
# http://www.dslinux.org/wiki/Vi
# There is an introduction to vi on that page.
#
################################################################


# This file provides default flags for the DSLinux boot process.
# The flags defined in this file can be either set or empty.
# If a flag is empty, it will not affect the system.

# This sets the hostname. You can set this to whatever you want.
hostname="NintendoDS"

# By default, wireless networking is not started on boot.
# If you want to enable it at boot time, set this flag to "YES".
enable_network_on_boot="NO"

# You can start networking anytime by running:
# /etc/rc.d/network start
# and stop it anytime by running:
# /etc/rc.d/network stop

# DSLinux can use network settings from your Nintendo WiFi
# Connection (WFC) profiles. If you want to use this feature,
# set wfc_config to the number of the profile you want to use,
# either 1, 2 or 3. You don't have to configure anything else
# if you use WFC settings.
# If you don't want to use WFC settings, leave wfc_config
# empty and configure your network below instead.
wfc_config=""

# Set the essid of your wireless router here.
# For example:
# essid="MyEssid"
# You cannot use wireless networking without setting an essid.
# Note that DSLinux only works in managed mode, i.e. with
# an access point. Ad-hoc mode is not supported.
essid="GBARL"

# If DSLinux fails to associate with your access point,
# try setting you access point's channel here.
# For example:
# channel="11"
channel="11"

# Here you can set a wepkey. Both 64bit and 128bit keys are
# supported. For hex keys, just enter the key without prefix:
# wepkey="9923829ea8923"
# For ascii keys, make sure you use an 's:' prefix:
# wepkey="s:mysecretkey"
# If you do not want to use WEP, just leave this flag empty.
wepkey="CHIAVE SEGRETA"

# You can assign a static IP and gateway. If you leave IP
# empty, automatic configuration via DHCP is used instead.
#
# For example:
# ip="192.168.1.42"
# gateway="192.168.1.1"
ip="192.168.0.123"
gateway="192.168.0.1"

# If you are not using DHCP, you can supply a
# netmask and a broadcast address, if you want to.
netmask=""
broadcast=""

# You can specify up to 2 DNS servers if you don't use DHCP.
dns1=""
dns2=""

# If you want to start telnetd on boot, so you can login into
# your DS from your PC via telnet, set start_telnetd to "YES".
# Note that you should only start the telnet server in a
# trusted environment. Do not enable it if you are in a
# public network, because anyone could easily connect to
# your DSLinux installation (the default root password
# is widely known). Neither should you configure your router
# to put the DS into DMZ, because this makes your DS accessible
# to anyone on the internet!
start_telnetd="NO"

# If you want to see your DS firmware version on boot,
# set this to "YES". By default, the firmware version is shown.
show_firmware_version="YES"

#
start_nanox="NO"

# End of file.


Quando avrete fatto termiante il programma premendo CTRL+X il prgramma mi chiederà di salvare voi risponderete Y e dopo date invio per accettare il nome del file.
Uscite con poweroff ed il gioco è fatto. Ora al riavvio potete usare il porgramma links o retawq.

I due browser

Links http://links.twibright.com/

Sotto dslinux usare links e come un ritorno al passato quando cioè si navigava in emulazione di terminale. A lancio del programma premere ESC e una volta lanciato il menu tutto può essere configurato

dal colore alla pagina da visitare salvare i settaggi e riavviare il programma perchè abbiano effetto.

Retawq http://retawq.sourceforge.net
Molto simile a tutti i text-browser (vedi Lynx) questo browser i cui comandi possono essere reperiti qui http://www.dslinux.org/wiki/Retawq

Comandi base
m - menu
S - salva sessione corrente
M - riprendere sessione salvata
Q - uscire da retawq
esc - cancellare comando

Commandi for navigazione
g - va all' url
G - edita il seguente url
Pulsante direzionale sinistro - indietro
Pulsante direzionale destro - avanti
Pulsante direzionale sopra - va al precedente link
Pulsante direzionale sotto - va al prossimo link
Invio o o - apreun link o attiva una form di un elemento (esmpio: scrivere in un campo di testo)
O - apre il link in una nuova finestra
Ctrl-o - Come il precedente ma divide in due lo schermo
r - ricarica la pagina corrente
R - forza (bypassa la cache) il caricamento, or retry failed url
. (dot) - Ferma
D - scarica dal corrente link
Ctrl-d - scarica da un link specificato dall'utente
H - forza linterpretazione della pagina in html (esempio: nel caso la pagina non temini con .htm or .html)

Comandi per il trattamento delle finestre
n - nuova finestra
N - apre la pagina corrente in una nuova finestra
C - chiude la finestra
1 (uno, non L minuscola) - unisce lo schemo precedentemente diviso
2 - divide lo schemo
Tab - passa da una finestra alla successiva
w o W - prossima finestra
Ctrl-w - lista di tutte le finestre
Y-Pulsante/spazio - pagina giu
X-Pulsante - pagina su
l (L minuscola, non 1) - scrolla in su
L - scrolla in giu

Comandi informativi
/ - cerca nella pagina corrente, indietro (non differenzia tra minuscole e maiuscole)
? - cerca nella pagina corrente, avanti (not case sensitive)
\ - mostra sorgente (use D-pad left to get back to normal view)
i - mostra link o informazione sulle form
I - mostra la visione d'insieme della pagina web/form/infromazione sull'imagine in una nuova finestra
u - Cronologia

Configurazione di retawq
Per configurare il vostro browser e quindi avere home e preferiti e salti predefiniti fate quanto segue, al prompt di dslinux createvi una directory con questo nome:

mkdir .retawq
nano .retawq/config

copiatevi questo file:

#Riga di commento
bookmarks local:/home/bookmarks.html
#then create bookmarks.html and place it in your home directory
dont-confirm quit close overwrite
home http://www.gbarl.it/lofiversion/index.php
jumps
google www.google.it
dslinux www.dslinux.org
help local:/usr/local/doc/retawq/index.html
# Then create the help file index.html and place it in /usr/local/doc/retawq/
keymap command
ctrl-n document-search-next #assign a keyboard command to 'find next'
ctrl-p document-search-previous #assign a keyboard command to 'find previous'
ctrl-a document-top #since we don't have a home key, reassign keyboard command for home
ctrl-e document-bottom #since we don't have an end key, reassign keyboard command for end
ctrl-r form-reset #assign keyboard command to reset html form
ctrl-s form-submit #assign keyboard command to submit html form
search-engine www.google.com
# http-cookies
http-cookies
allow *
# permetti tutti i cookie

salvate il tutto con CTR-x dopo date y(yes) ed invio.
Avrete ora il vostro config creato lanciate ora il vostro browser e il gioco è fatto, con h andrete sempre in home page mentre con il comando j (jump alias salti) andrete a pagine predefinite più usate.

Comandi Linux
Console virtuali
[ALT]-[Fn] ci permette di selezionare console virtuali nel caso una si sia bloccata o vogliamo mandare in esecuzioni più porgrammi (vedi sotto)

Il comando PS
Viene utilizzato per conoscere i processi attivi nei sistemi uni* Linux nei sistemi windows si usa il task-manager.
Dopo aver visto il PID del nostro processo useremo il comando kill per terminare questo proecesso.

PID Uid VmSize Stat Command
17 root SW -sh
28 root RW ps

Il comando KILL
Con tale comando noi teminiamo un processo in esecuzione, da usare con molta cautela nel caso non sappiate cosa state facendo
kill -9 (nr°di pid interessato)

Buona navigazione.

Dengue

Autore: jewelie
Sito: www.scdev.org
Forum: http://scdev.org/forum/viewtopic.php?t=7126
Foto: pitux
Traduzione libera: dengue


--------------------
Metroide Prime demo - Super Mario DS - Mario Kart DS - WarioWare Touched




Nintendo DS Silver , Nintendo DS Pink , Nintendo GameBoy Advance Sp Blue
Nintendo 64, Nindendo Wii, Playstation, Playstation 2, Playstation portable, Xbox 360
 Go to the top of the page
 
+Quote Post
dengue
messaggio Wednesday 8 November 2006 - 19:45
Messaggio #2

Utente GBARL
Gruppo icone

Gruppo: Membri
Messaggi: 69
Iscritto il: Wed 23 November 2005 - 09:32
Da: Venaria (TO)
Utente Nr.: 8.943
Feedback: 0 (0%)




nella prossima revisone inserisco le immagini per quanto si possa vedere visto la dimensione dei caratteri!!!

ciao


--------------------
Metroide Prime demo - Super Mario DS - Mario Kart DS - WarioWare Touched




Nintendo DS Silver , Nintendo DS Pink , Nintendo GameBoy Advance Sp Blue
Nintendo 64, Nindendo Wii, Playstation, Playstation 2, Playstation portable, Xbox 360
 Go to the top of the page
 
+Quote Post
gorzy
messaggio Wednesday 8 November 2006 - 20:57
Messaggio #3

Boss GBA/NDS
Gruppo icone

Gruppo: Membri
Messaggi: 558
Iscritto il: Fri 10 March 2006 - 20:52
Utente Nr.: 10.708
Feedback: 4 (100%)




Per m3 il procedimento è lo stesso?


--------------------
I miei gioiellini:
» Clicca per leggere lo Spoiler! «
Super nintendo - Mario party pack
Game boy - tetris pack
Game boy color
Nintendo DS lite white + M3 real + Kingston 2GB

Sto giocando a:
» Clicca per leggere lo Spoiler! «
Ghost Trick DS

Ho finito:
» Clicca per leggere lo Spoiler! «
Mario tennis GBA
Super Mario Bros 3 GBA
Dragonball Advance Adventure GBA
Final Fantasy tactics GBA
Yoshi universal gravity GBA

Super Mario 64 DS
Another Code - Two Memories DS
Naruto - Saikyou Ninja Daikesshuu 3 DS
Jump Super Stars DS
Castlevania - Dawn of Sorrow DS
Dragon Ball Z - Supersonic Warriors 2 DS
Resident Evil - Deadly Silence DS
New Super Mario Bros DS
Tenchu Dark Secret DS
Star Fox Command DS
Dragon Quest Heroes Rocket Slime DS
Children of Mana DS
Asterix & Obelix XXL 2 Mission Wifix DS
Phoenix Wright - Ace Attorney DS
Trauma center - Under the knives DS
Final Fantasy III DS
Lunar Knight DS
Castlevania portrait of ruin DS
Bleach 2 DS al 100%!!!!
Bomberman DS
Final Fantasy Chocobo Tales DS
Osu! Tatake! Ouendan! al 100% in Fanatic Mode!
Osu! Tatake! Ouendan 2! al 100% in Fanatic Mode!
Jump Ultimate Stars DS
Phoenix Wright - Justice For All DS
Looney Toons cartoon conductor DS
Legend of Zelda - Phantom Hourglass DS
Phoenix Wright - Trials And Tribulations DS
Custom Robo Arena DS 100%
Legend of Zelda - Spirit Tracks DS
Henry Hatsworth in the Puzzling Adventure DS
Il professor Layton e il paese dei misteri DS
 Go to the top of the page
 
+Quote Post
dengue
messaggio Wednesday 8 November 2006 - 21:47
Messaggio #4

Utente GBARL
Gruppo icone

Gruppo: Membri
Messaggi: 69
Iscritto il: Wed 23 November 2005 - 09:32
Da: Venaria (TO)
Utente Nr.: 8.943
Feedback: 0 (0%)




CITAZIONE (gorzy @ Wednesday 8 November 2006 - 20:57) *
Per m3 il procedimento è lo stesso?

Stessa versione per m3 e supercard wink.gif

dengue


--------------------
Metroide Prime demo - Super Mario DS - Mario Kart DS - WarioWare Touched




Nintendo DS Silver , Nintendo DS Pink , Nintendo GameBoy Advance Sp Blue
Nintendo 64, Nindendo Wii, Playstation, Playstation 2, Playstation portable, Xbox 360
 Go to the top of the page
 
+Quote Post
koda
messaggio Wednesday 8 November 2006 - 22:36
Messaggio #5

Fanatic GBA/NDS
Gruppo icone

Gruppo: Membri
Messaggi: 1.109
Iscritto il: Sun 15 October 2006 - 23:52
Da: pianeta terra
Utente Nr.: 13.983
Feedback: 3 (100%)




GRAZIEEEE clap.gif
ci voleva proprio una bella guida per questo mitico software grog.gif

bye!
Koda
 Go to the top of the page
 
+Quote Post
gorzy
messaggio Wednesday 8 November 2006 - 22:45
Messaggio #6

Boss GBA/NDS
Gruppo icone

Gruppo: Membri
Messaggi: 558
Iscritto il: Fri 10 March 2006 - 20:52
Utente Nr.: 10.708
Feedback: 4 (100%)




Scusa se lo chiedo...ma a cosa serve specificatamente? Cosa fai con ds linux con questo procedimento?


--------------------
I miei gioiellini:
» Clicca per leggere lo Spoiler! «
Super nintendo - Mario party pack
Game boy - tetris pack
Game boy color
Nintendo DS lite white + M3 real + Kingston 2GB

Sto giocando a:
» Clicca per leggere lo Spoiler! «
Ghost Trick DS

Ho finito:
» Clicca per leggere lo Spoiler! «
Mario tennis GBA
Super Mario Bros 3 GBA
Dragonball Advance Adventure GBA
Final Fantasy tactics GBA
Yoshi universal gravity GBA

Super Mario 64 DS
Another Code - Two Memories DS
Naruto - Saikyou Ninja Daikesshuu 3 DS
Jump Super Stars DS
Castlevania - Dawn of Sorrow DS
Dragon Ball Z - Supersonic Warriors 2 DS
Resident Evil - Deadly Silence DS
New Super Mario Bros DS
Tenchu Dark Secret DS
Star Fox Command DS
Dragon Quest Heroes Rocket Slime DS
Children of Mana DS
Asterix & Obelix XXL 2 Mission Wifix DS
Phoenix Wright - Ace Attorney DS
Trauma center - Under the knives DS
Final Fantasy III DS
Lunar Knight DS
Castlevania portrait of ruin DS
Bleach 2 DS al 100%!!!!
Bomberman DS
Final Fantasy Chocobo Tales DS
Osu! Tatake! Ouendan! al 100% in Fanatic Mode!
Osu! Tatake! Ouendan 2! al 100% in Fanatic Mode!
Jump Ultimate Stars DS
Phoenix Wright - Justice For All DS
Looney Toons cartoon conductor DS
Legend of Zelda - Phantom Hourglass DS
Phoenix Wright - Trials And Tribulations DS
Custom Robo Arena DS 100%
Legend of Zelda - Spirit Tracks DS
Henry Hatsworth in the Puzzling Adventure DS
Il professor Layton e il paese dei misteri DS
 Go to the top of the page
 
+Quote Post
dengue
messaggio Wednesday 8 November 2006 - 23:10
Messaggio #7

Utente GBARL
Gruppo icone

Gruppo: Membri
Messaggi: 69
Iscritto il: Wed 23 November 2005 - 09:32
Da: Venaria (TO)
Utente Nr.: 8.943
Feedback: 0 (0%)




fai girare linux e puoi navigare in intenet (in modo testuale) usare programmi per irc ,matematica ecc... insomma risvegli il ds wink.gif


--------------------
Metroide Prime demo - Super Mario DS - Mario Kart DS - WarioWare Touched




Nintendo DS Silver , Nintendo DS Pink , Nintendo GameBoy Advance Sp Blue
Nintendo 64, Nindendo Wii, Playstation, Playstation 2, Playstation portable, Xbox 360
 Go to the top of the page
 
+Quote Post
xaos
messaggio Thursday 9 November 2006 - 21:08
Messaggio #8

Utente GBARL
Gruppo icone

Gruppo: Membri
Messaggi: 56
Iscritto il: Mon 21 August 2006 - 14:12
Utente Nr.: 12.926
Feedback: 0 (0%)




E per quanto riguarda il creare semplici programmi, compilarli e farli girare? E' possibile fare cio'? :O
 Go to the top of the page
 
+Quote Post
dengue
messaggio Thursday 9 November 2006 - 21:30
Messaggio #9

Utente GBARL
Gruppo icone

Gruppo: Membri
Messaggi: 69
Iscritto il: Wed 23 November 2005 - 09:32
Da: Venaria (TO)
Utente Nr.: 8.943
Feedback: 0 (0%)




In questo link spiega come creare semplici applicazioni e come compilarle:

http://www.dslinux.org/wiki/Howto:_Make_an_App

dengue wink.gif


--------------------
Metroide Prime demo - Super Mario DS - Mario Kart DS - WarioWare Touched




Nintendo DS Silver , Nintendo DS Pink , Nintendo GameBoy Advance Sp Blue
Nintendo 64, Nindendo Wii, Playstation, Playstation 2, Playstation portable, Xbox 360
 Go to the top of the page
 
+Quote Post
gorzy
messaggio Thursday 9 November 2006 - 23:50
Messaggio #10

Boss GBA/NDS
Gruppo icone

Gruppo: Membri
Messaggi: 558
Iscritto il: Fri 10 March 2006 - 20:52
Utente Nr.: 10.708
Feedback: 4 (100%)




Ho settato tutto seguendo la tua ottima guida..ma poi come si installa retawq?


--------------------
I miei gioiellini:
» Clicca per leggere lo Spoiler! «
Super nintendo - Mario party pack
Game boy - tetris pack
Game boy color
Nintendo DS lite white + M3 real + Kingston 2GB

Sto giocando a:
» Clicca per leggere lo Spoiler! «
Ghost Trick DS

Ho finito:
» Clicca per leggere lo Spoiler! «
Mario tennis GBA
Super Mario Bros 3 GBA
Dragonball Advance Adventure GBA
Final Fantasy tactics GBA
Yoshi universal gravity GBA

Super Mario 64 DS
Another Code - Two Memories DS
Naruto - Saikyou Ninja Daikesshuu 3 DS
Jump Super Stars DS
Castlevania - Dawn of Sorrow DS
Dragon Ball Z - Supersonic Warriors 2 DS
Resident Evil - Deadly Silence DS
New Super Mario Bros DS
Tenchu Dark Secret DS
Star Fox Command DS
Dragon Quest Heroes Rocket Slime DS
Children of Mana DS
Asterix & Obelix XXL 2 Mission Wifix DS
Phoenix Wright - Ace Attorney DS
Trauma center - Under the knives DS
Final Fantasy III DS
Lunar Knight DS
Castlevania portrait of ruin DS
Bleach 2 DS al 100%!!!!
Bomberman DS
Final Fantasy Chocobo Tales DS
Osu! Tatake! Ouendan! al 100% in Fanatic Mode!
Osu! Tatake! Ouendan 2! al 100% in Fanatic Mode!
Jump Ultimate Stars DS
Phoenix Wright - Justice For All DS
Looney Toons cartoon conductor DS
Legend of Zelda - Phantom Hourglass DS
Phoenix Wright - Trials And Tribulations DS
Custom Robo Arena DS 100%
Legend of Zelda - Spirit Tracks DS
Henry Hatsworth in the Puzzling Adventure DS
Il professor Layton e il paese dei misteri DS
 Go to the top of the page
 
+Quote Post
aletorchic
messaggio Thursday 9 November 2006 - 23:55
Messaggio #11

Boss GBA/NDS
Gruppo icone

Gruppo: Membri
Messaggi: 316
Iscritto il: Mon 20 September 2004 - 21:17
Utente Nr.: 1.880
Feedback: 0 (0%)




CITAZIONE (dengue @ Wednesday 8 November 2006 - 19:37) *


retawq era l'unico browser usabile prima che amadeus trovasse il modo di usare la RAM su SC / M3 etc...
coi nuovi build RAM conviene generalmente usare links
vedi anche il lunghissimo thread "memory, memory" sul forum di dslinux


--------------------
GBA Transparent + AfterBurner, GBA SP Silver (JAP)
NDS RED (Singapore), NDS Silver FW v7 stealth
FlashAdvance Pro 64 e 128, Flash2Advance 128, GameWallet, GB Bridge
SuperCard CF venduta, m3 cf, SuperCard MiniSD, SuperKey, SuperCard DS One
 Go to the top of the page
 
+Quote Post
dengue
messaggio Friday 10 November 2006 - 00:03
Messaggio #12

Utente GBARL
Gruppo icone

Gruppo: Membri
Messaggi: 69
Iscritto il: Wed 23 November 2005 - 09:32
Da: Venaria (TO)
Utente Nr.: 8.943
Feedback: 0 (0%)




@aletorchic
Verissimo quanto detto li ho menzionati per semplificare la vita nel caso non funzioni uno dei due su alcune pagine web.

@gorzy
retawq non deve essere installato solo lanciato dal prompt (#)
esempio # retawq www.gbarl.it (leggiti bene i comandi )


Prossimamente verranno aggiunti i seguenti comandi:
-ALT+tasto funzione (apre altra console virtuale)
-ps (elenca i processi attivi)
-kill (elimina il processo attivo)

dengue


--------------------
Metroide Prime demo - Super Mario DS - Mario Kart DS - WarioWare Touched




Nintendo DS Silver , Nintendo DS Pink , Nintendo GameBoy Advance Sp Blue
Nintendo 64, Nindendo Wii, Playstation, Playstation 2, Playstation portable, Xbox 360
 Go to the top of the page
 
+Quote Post
gorzy
messaggio Friday 10 November 2006 - 00:11
Messaggio #13

Boss GBA/NDS
Gruppo icone

Gruppo: Membri
Messaggi: 558
Iscritto il: Fri 10 March 2006 - 20:52
Utente Nr.: 10.708
Feedback: 4 (100%)




Grandissimo dengue!!! Va alla grande!!!


--------------------
I miei gioiellini:
» Clicca per leggere lo Spoiler! «
Super nintendo - Mario party pack
Game boy - tetris pack
Game boy color
Nintendo DS lite white + M3 real + Kingston 2GB

Sto giocando a:
» Clicca per leggere lo Spoiler! «
Ghost Trick DS

Ho finito:
» Clicca per leggere lo Spoiler! «
Mario tennis GBA
Super Mario Bros 3 GBA
Dragonball Advance Adventure GBA
Final Fantasy tactics GBA
Yoshi universal gravity GBA

Super Mario 64 DS
Another Code - Two Memories DS
Naruto - Saikyou Ninja Daikesshuu 3 DS
Jump Super Stars DS
Castlevania - Dawn of Sorrow DS
Dragon Ball Z - Supersonic Warriors 2 DS
Resident Evil - Deadly Silence DS
New Super Mario Bros DS
Tenchu Dark Secret DS
Star Fox Command DS
Dragon Quest Heroes Rocket Slime DS
Children of Mana DS
Asterix & Obelix XXL 2 Mission Wifix DS
Phoenix Wright - Ace Attorney DS
Trauma center - Under the knives DS
Final Fantasy III DS
Lunar Knight DS
Castlevania portrait of ruin DS
Bleach 2 DS al 100%!!!!
Bomberman DS
Final Fantasy Chocobo Tales DS
Osu! Tatake! Ouendan! al 100% in Fanatic Mode!
Osu! Tatake! Ouendan 2! al 100% in Fanatic Mode!
Jump Ultimate Stars DS
Phoenix Wright - Justice For All DS
Looney Toons cartoon conductor DS
Legend of Zelda - Phantom Hourglass DS
Phoenix Wright - Trials And Tribulations DS
Custom Robo Arena DS 100%
Legend of Zelda - Spirit Tracks DS
Henry Hatsworth in the Puzzling Adventure DS
Il professor Layton e il paese dei misteri DS
 Go to the top of the page
 
+Quote Post
xaos
messaggio Friday 10 November 2006 - 03:41
Messaggio #14

Utente GBARL
Gruppo icone

Gruppo: Membri
Messaggi: 56
Iscritto il: Mon 21 August 2006 - 14:12
Utente Nr.: 12.926
Feedback: 0 (0%)




CITAZIONE (dengue @ Thursday 9 November 2006 - 21:30) *
In questo link spiega come creare semplici applicazioni e come compilarle:

http://www.dslinux.org/wiki/Howto:_Make_an_App

dengue ;)


:O avevo gia' visto quel link ma nn pensavo fosse quello riguardande il creare programmi e compilarli..
cioe' tutta quella roba solo x fare nell'esempio il programma che dice "hello world"?? :O
Non capisco molto di quel link, ma io intendevo tipo usare un editor, compilare il programma col gcc e farlo andare tutto da ds..e' possibile farlo? o_O
 Go to the top of the page
 
+Quote Post
Aurelio
messaggio Friday 10 November 2006 - 08:53
Messaggio #15

DsOs Developer
Gruppo icone

Gruppo: Tecnico
Messaggi: 3.798
Iscritto il: Tue 7 June 2005 - 09:23
Da: Vico Equense(NA) - Milano
Utente Nr.: 5.122
Feedback: 6 (100%)

Codice Amico 3DS:
2664-2091-2256



Grazie
 Go to the top of the page
 
+Quote Post
dengue
messaggio Friday 10 November 2006 - 09:22
Messaggio #16

Utente GBARL
Gruppo icone

Gruppo: Membri
Messaggi: 69
Iscritto il: Wed 23 November 2005 - 09:32
Da: Venaria (TO)
Utente Nr.: 8.943
Feedback: 0 (0%)




non puoi compilare un sorgente dal DS devi avere una partizione Linux e da quella lavorare poi trasferire il tutto sil Ds.

dengue


--------------------
Metroide Prime demo - Super Mario DS - Mario Kart DS - WarioWare Touched




Nintendo DS Silver , Nintendo DS Pink , Nintendo GameBoy Advance Sp Blue
Nintendo 64, Nindendo Wii, Playstation, Playstation 2, Playstation portable, Xbox 360
 Go to the top of the page
 
+Quote Post
xaos
messaggio Friday 10 November 2006 - 12:16
Messaggio #17

Utente GBARL
Gruppo icone

Gruppo: Membri
Messaggi: 56
Iscritto il: Mon 21 August 2006 - 14:12
Utente Nr.: 12.926
Feedback: 0 (0%)




Grazie e' quello che volevo sapere wink.gif
 Go to the top of the page
 
+Quote Post
koda
messaggio Friday 10 November 2006 - 13:31
Messaggio #18

Fanatic GBA/NDS
Gruppo icone

Gruppo: Membri
Messaggi: 1.109
Iscritto il: Sun 15 October 2006 - 23:52
Da: pianeta terra
Utente Nr.: 13.983
Feedback: 3 (100%)




CITAZIONE (dengue @ Friday 10 November 2006 - 09:22) *
non puoi compilare un sorgente dal DS devi avere una partizione Linux e da quella lavorare poi trasferire il tutto sil Ds.


se non vuoi sbatterti a partizionare l'hd puoi anche usare delle macchine virtuali com WmWare ($$$) o qemu (gratis) su cui ti installi linux e lavori lì

oppure, anche se non me ne intendo, puoi cercare cross compilers per sistemi operativi diversi ma non so neanche se esistono fischia.gif

bye
Koda
 Go to the top of the page
 
+Quote Post
smurf
messaggio Friday 10 November 2006 - 18:29
Messaggio #19

Guru GBA/NDS
Gruppo icone

Gruppo: Membri
Messaggi: 4.259
Iscritto il: Thu 16 December 2004 - 00:24
Utente Nr.: 3.381
Feedback: 3 (100%)




Scusa la domanda (che faccio prima di provare dslinux ma sono curioso) ma links è anch'esso già preconfigurato o lo si deve installare?

Se si deve installare devo scaricare la rpm o la debian?

Altra cosa che non ricordo: nome utente e password di root?


--------------------
Arittakeno yume wo kaki atsume
sagashi mono wo sagashi ni yuku no sa
ONE PIECE!!!

Ho finito Ouendan a livello maniac!!! Non ci credete? Ecco qui
Finalmente ho finito anche ouendan 2 ma il video non lo posto, devo fare di meglio!


IL MIO CODICE WII E' 3221 4764 7277 8311
NON CHIEDETEMI DOVE REPERIRE ROMS, IO IL SUPER SAIYAN 4 ME LO MANGIO A COLAZIONE!!! E VI FACCIO BANNARE E DENUNCIARE IN POCHI MINUTI!!!
 Go to the top of the page
 
+Quote Post
dengue
messaggio Friday 10 November 2006 - 18:38
Messaggio #20

Utente GBARL
Gruppo icone

Gruppo: Membri
Messaggi: 69
Iscritto il: Wed 23 November 2005 - 09:32
Da: Venaria (TO)
Utente Nr.: 8.943
Feedback: 0 (0%)




links e retawq sono già installati la password di root e uClinux ma nei settaggi c'è l'autologin percui puoi anche dimenticarla..

ciao dengue


--------------------
Metroide Prime demo - Super Mario DS - Mario Kart DS - WarioWare Touched




Nintendo DS Silver , Nintendo DS Pink , Nintendo GameBoy Advance Sp Blue
Nintendo 64, Nindendo Wii, Playstation, Playstation 2, Playstation portable, Xbox 360
 Go to the top of the page
 
+Quote Post

9 Pagine V   1 2 3 > » 
Reply to this topicStart new topic
1 utenti stanno leggendo questa discussione (1 visitatori e 0 utenti anonimi)
0 utenti:

 

Modalità di visualizzazione: Normale · Passa a: Lineare · Passa a: Outline


RSS Versione Lo-Fi Oggi è il: Tue 16 April 2024- 05:14

.: GBArl.it :. Copyright © 2003-2020, All Rights Reserved.
Loghi, documenti e immagini contenuti in questo Sito appartengono ai rispettivi proprietari,
e sono resi pubblici sotto licenza Creative Commons

Creative Commons License
.::.