Hi meigrafd,
give me your mailadress
and I send it to you.
Mine is
dietmar.stoelting@t-online.de
Just unrar and copy and paste the compiled qemuadlib,
have a nicer day
Dietmar
Win95 on real Raspi
111 posts
Page 4 of 5 1, 2, 3, 4, 5
- Posts: 295
- Joined: Sun Sep 04, 2011 5:43 pm
Internet works also,
little bit slow until now
greetings Dietmar
little bit slow until now
greetings Dietmar
- Posts: 295
- Joined: Sun Sep 04, 2011 5:43 pm
Why are you teasing us ?
ghans
ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org
- Posts: 2923
- Joined: Mon Dec 12, 2011 8:30 pm
- Location: Germany
I think it should be better to give all here a link to your modified qemu instead of get in contact with you via email..
i dont think you want to get 100's of emails or?
use something like rghost.net or so for upload
i dont think you want to get 100's of emails or?
use something like rghost.net or so for upload
- Posts: 59
- Joined: Tue May 29, 2012 9:28 am
- Location: Germany
Hi all,
I just uploaded it to rghost.net.
I split it into two parts,
qemuADLI.part1.rar
qemuADLI.part2.rar
Copy and past it to your Raspi. It is the compiled Qemu version 15.50 from Thoronir with corrections. To set the pathes, just type at commandline as root
make install
Without make install, you can copy your Windows Image to the folder qemu/i386-softmmu
and type there ./qemu for to start.
You can start any Windows with Sound and Internet with it via
if you install the driver for soundblaster Creative Labs Sound Blaster 16 oder AWE-32
and network card Realtek RTL8139
Good luck,
I am going to improve Qemu velocity,
Dietmar
I just uploaded it to rghost.net.
I split it into two parts,
qemuADLI.part1.rar
qemuADLI.part2.rar
Copy and past it to your Raspi. It is the compiled Qemu version 15.50 from Thoronir with corrections. To set the pathes, just type at commandline as root
make install
Without make install, you can copy your Windows Image to the folder qemu/i386-softmmu
and type there ./qemu for to start.
You can start any Windows with Sound and Internet with it via
- Code: Select all
qemu win95.img -soundhw sb16 -net nic,model=rtl8139 -net user
if you install the driver for soundblaster Creative Labs Sound Blaster 16 oder AWE-32
and network card Realtek RTL8139
Good luck,
I am going to improve Qemu velocity,
Dietmar
- Posts: 295
- Joined: Sun Sep 04, 2011 5:43 pm
Hello Ditmar,
I don´t see a download link , plase post the direkt link.
Deutsch:
Hallo Ditmar kanst du den Direkten Link zum download posten ?
Danke Schön THS
I don´t see a download link , plase post the direkt link.
Deutsch:
Hallo Ditmar kanst du den Direkten Link zum download posten ?
Danke Schön THS
- Posts: 11
- Joined: Wed Nov 07, 2012 7:38 pm
- Posts: 295
- Joined: Sun Sep 04, 2011 5:43 pm
I noticed,
that it may be just enough to copy the executable
file qemu from i386-softmmu
to the folder /usr/local/bin of your working Qemu
Dietmar
that it may be just enough to copy the executable
file qemu from i386-softmmu
to the folder /usr/local/bin of your working Qemu
Dietmar
- Posts: 295
- Joined: Sun Sep 04, 2011 5:43 pm
Thanx!
So in the Archive is not only the already compiled binary, you've also include the source?
How's the command line with whitch you compiled it?
So in the Archive is not only the already compiled binary, you've also include the source?
How's the command line with whitch you compiled it?
- Posts: 59
- Joined: Tue May 29, 2012 9:28 am
- Location: Germany
Hi meigrafd,
yes, it contains also the Source code, because so you can see my changes.
The command line for configure is
Important is, that you change to alsa oss
sequence because strange behavior of Qemu. For esd sound I got always error :Missing headers and libs, even I installed esound^^. So I put esd out from configure.
At the moment I test the new tcg from Qemu 1.3.0
also with --enable-tcg-interpreter
Dietmar
yes, it contains also the Source code, because so you can see my changes.
The command line for configure is
- Code: Select all
./configure --target-list="i386-softmmu" --enable-sdl --extra-cflags="-O3 -mfloat-abi=hard -mfpu=vfp -mcpu=arm1176jzf-s -mtune=arm1176jzf-s -march=armv6zk" --audio-drv-list="alsa oss sdl pa" --audio-card-list="ac97 es1370 sb16 cs4231a adlib gus hda"
Important is, that you change to alsa oss
sequence because strange behavior of Qemu. For esd sound I got always error :Missing headers and libs, even I installed esound^^. So I put esd out from configure.
At the moment I test the new tcg from Qemu 1.3.0
also with --enable-tcg-interpreter
Dietmar
- Posts: 295
- Joined: Sun Sep 04, 2011 5:43 pm
- Posts: 295
- Joined: Sun Sep 04, 2011 5:43 pm
Also only
crash crash crash with newest fresh compiled qemu-linaro-1.3.0-2012.12
It crashes a few sec later with tcg than with tci, brrrrr
...
greetings
Dietmar
crash crash crash with newest fresh compiled qemu-linaro-1.3.0-2012.12
It crashes a few sec later with tcg than with tci, brrrrr
greetings
Dietmar
- Posts: 295
- Joined: Sun Sep 04, 2011 5:43 pm
which pakages should be installed?
coz when i want to start i get
coz when i want to start i get
- Code: Select all
Could not initialize SDL(No available video device) - exiting
- Posts: 59
- Joined: Tue May 29, 2012 9:28 am
- Location: Germany
Hi,
qemu with SDL can only start after startx in commandline,
greetings Dietmar
qemu with SDL can only start after startx in commandline,
greetings Dietmar
- Posts: 295
- Joined: Sun Sep 04, 2011 5:43 pm
It doesen´t work . It says ./qemu = Permission Denied. Can you Help me ?
When I do make install it says:
Makefile:11: /home/pi/raspidev/qemu/rules.mak: No such file or directory
Makefile:23: /home/pi/raspidev/qemu/Makefile.objs: No such file or directory
make: *** No rule to make target `/home/pi/raspidev/qemu/Makefile.objs'. Stop.
THS
When I do make install it says:
Makefile:11: /home/pi/raspidev/qemu/rules.mak: No such file or directory
Makefile:23: /home/pi/raspidev/qemu/Makefile.objs: No such file or directory
make: *** No rule to make target `/home/pi/raspidev/qemu/Makefile.objs'. Stop.
THS
- Posts: 11
- Joined: Wed Nov 07, 2012 7:38 pm
Hi THS,
./qemu = Permission Denied
just go to the folder, where this qemu stays and type from this folder in commandline
this works,
Moorhuhn and Settlers 2 are playable like normal with sound,
Dietmar
./qemu = Permission Denied
just go to the folder, where this qemu stays and type from this folder in commandline
- Code: Select all
chmod 777 qemu
this works,
Moorhuhn and Settlers 2 are playable like normal with sound,
Dietmar
- Posts: 295
- Joined: Sun Sep 04, 2011 5:43 pm
Dietmar wrote:http://rghost.net/42415417
http://rghost.net/42415597
Hmm... either I'm too stupid to download the files, or the support for Safari (Mac), FF17 (Mac) and IE9 (Win7) is broken for this site. Anyone else who has problems or anybody who could successfully download the files?
-> Resolved: clicking about 100times the link leads to a result. I've uploaded the files with unlimited transfer limit to my webserver at http://c-works.net/rasp/. Download it as long as it's availble
@Dietmar: If you want, I can offer you a free "mirror" for your files.
Last edited by segfault1978 on Sun Dec 23, 2012 4:02 pm, edited 1 time in total.
- Posts: 7
- Joined: Thu Dec 13, 2012 11:06 am
Es funkuniert immer noch nicht .
Welche Raspbian Version nutzt du ?
Grüße THS
Welche Raspbian Version nutzt du ?
Grüße THS
- Posts: 11
- Joined: Wed Nov 07, 2012 7:38 pm
Hallo THS,
ich benutze die Raspbian Version vom 16. Dezember 2012.
Was passiert, wenn du jetzt ./qemu eintippst?
Es müsste sich das Qemu Fenster öffnen, auch ohne win95.img Datei.
Das funktioniert aber nur nach startx Eingabe wegen SDL Ausgabe in Qemu.
Ich kann auch mein komplettes Raspbian Image auf Torrent hochladen, falls jemand Interesse hat.
Das sind ca. komprimiert 600 MB,
Gruß Dietmar
ich benutze die Raspbian Version vom 16. Dezember 2012.
Was passiert, wenn du jetzt ./qemu eintippst?
Es müsste sich das Qemu Fenster öffnen, auch ohne win95.img Datei.
Das funktioniert aber nur nach startx Eingabe wegen SDL Ausgabe in Qemu.
Ich kann auch mein komplettes Raspbian Image auf Torrent hochladen, falls jemand Interesse hat.
Das sind ca. komprimiert 600 MB,
Gruß Dietmar
- Posts: 295
- Joined: Sun Sep 04, 2011 5:43 pm
Hi segfault1978,
I just downloaded my own 2 files from there,
Dietmar
I just downloaded my own 2 files from there,
Dietmar
- Posts: 295
- Joined: Sun Sep 04, 2011 5:43 pm
Ich hab intresse an einem Image ,aber nicht als torrent kannst du es nicht rghost oder hier im Forum oder mediafire oder auf deiner eingen HP hochladen?
Grüße THS
PS : ich poste die Fehler nicht von mir sondern für flussotter aus dem [url]Raspberrycenter.de[/url] Forum
Grüße THS
PS : ich poste die Fehler nicht von mir sondern für flussotter aus dem [url]Raspberrycenter.de[/url] Forum
- Posts: 11
- Joined: Wed Nov 07, 2012 7:38 pm
Hi THS,
bei rghost dauert das uploaden 7 Stunden
, da alles 50 MB Pakete sind,
da ist Torrent besser. Vielleicht hast du ja auch eine andere Idee. Mir ist nicht klar, wo das Problem liegt.
Ich lade jetzt die gepatchte Qemu Thoronir Version hoch.
Die ist noch nicht compiliert.
Unrar und copy und paste den ganzen Ordner qemu in den Ordner /home/pi auf dem Raspi.
Dann tippe aus dem Ordner /home/pi/qemu in der Kommandozeile als root ein:
Dann gib in der Kommandozeile als root aus dem Ordner /home/pi/qemu ein
Nach ca. 1 Minute dann
und nach ca. 1,5 Stunden, wenn wieder die Kommandozeile erreicht wurde
Dann ist das Qemu fertig und kann mit qemu gestartet werden,
Gruß Dietmar
http://rghost.net/42461226
qemudidi2.rar 39,9 MB
bei rghost dauert das uploaden 7 Stunden
da ist Torrent besser. Vielleicht hast du ja auch eine andere Idee. Mir ist nicht klar, wo das Problem liegt.
Ich lade jetzt die gepatchte Qemu Thoronir Version hoch.
Die ist noch nicht compiliert.
Unrar und copy und paste den ganzen Ordner qemu in den Ordner /home/pi auf dem Raspi.
Dann tippe aus dem Ordner /home/pi/qemu in der Kommandozeile als root ein:
- Code: Select all
chmod 777 configure
Dann gib in der Kommandozeile als root aus dem Ordner /home/pi/qemu ein
- Code: Select all
./configure --target-list="i386-softmmu" --enable-sdl --extra-cflags="-O3 -mfloat-abi=hard -mfpu=vfp -mcpu=arm1176jzf-s -mtune=arm1176jzf-s -march=armv6zk" --audio-drv-list="alsa oss sdl pa" --audio-card-list="ac97 es1370 sb16 cs4231a adlib gus hda"
Nach ca. 1 Minute dann
- Code: Select all
make
und nach ca. 1,5 Stunden, wenn wieder die Kommandozeile erreicht wurde
- Code: Select all
make install
Dann ist das Qemu fertig und kann mit qemu gestartet werden,
Gruß Dietmar
http://rghost.net/42461226
qemudidi2.rar 39,9 MB
- Posts: 295
- Joined: Sun Sep 04, 2011 5:43 pm
Erstell dir einfach ein Verzeichnis /home/pi/raspidevTHS wrote:When I do make install it says:
Makefile:11: /home/pi/raspidev/qemu/rules.mak: No such file or directory
Makefile:23: /home/pi/raspidev/qemu/Makefile.objs: No such file or directory
make: *** No rule to make target `/home/pi/raspidev/qemu/Makefile.objs'. Stop.
mkdir -p /home/pi/raspidev
verschieb das entpackte qemuADLIB Verzeichnis dann als /home/pi/raspidev/qemu
mv qemuADLIB /home/pi/raspidev/qemu
und dann funktioniert auch "make install"
I've uploaded the files to my server. You can download it directly to your rpi with wget:
- Code: Select all
wget 198.154.101.186/RaspberryPI/qemudidi2.rar
- Code: Select all
wget 198.154.101.186/RaspberryPI/qemuADLI.part1.rar
wget 198.154.101.186/RaspberryPI/qemuADLI.part2.rar
- Posts: 59
- Joined: Tue May 29, 2012 9:28 am
- Location: Germany
Du soltest aber dann die Sachen als tar oder zip hochladen ,oder wie entpacke ich ein rar Datei auf dem Pi.
Grüße THS
Grüße THS
- Posts: 11
- Joined: Wed Nov 07, 2012 7:38 pm
To unrar *.rar under Linux:
- Code: Select all
apt-get update
apt-get install unrar
unrar x qemuADLI.part1.rar
or:
unrar x qemudidi2.rar
- Posts: 59
- Joined: Tue May 29, 2012 9:28 am
- Location: Germany