Search found 63 matches

by Amade
Mon Nov 16, 2015 9:56 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1176308

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

Have you tried to enable at least some extensions or does it fail as soon as it tries to load any, no matter which one? Maybe we can narrow which ones are failing, which could help with knowing what needs to be fixed next?
by Amade
Sun Nov 15, 2015 1:30 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1176308

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

try booting latest qemu with this image: http://bebop.gtxent.com/os92_test.iso.zip (22mb compressed) see if you can debug using that. Out of interest, how it's different from standard 9.2 iso? Tried with -cpu G3 "./ppc-softmmu/qemu-system-ppc -bios /home/amade/emu/openbios-ppc -boot d -cdrom /...
by Amade
Fri Jul 05, 2013 3:21 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1176308

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

To compile openbios you need powerpc compiler or crosscompiler, on system there should be something like powerpc-unknown-linux-gnu-gcc

cd openbios-devel
./config/scripts/switch-arch qemu-ppc
make
by Amade
Sat Jun 29, 2013 11:21 am
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1176308

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

Preview of things to come, thanks to work of QEMU & OpenBIOS maintainers, it's still a work in progress so I'm not posting any instruction. (https://github.com/agraf/qemu/commits/macos and http://tracker.coreboot.org/trac/openbios/browser/trunk/openbios-devel) http://asmblr.net/scrot/2013-06-29-...
by Amade
Sun May 05, 2013 3:53 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1176308

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

You are right on time :D, there was new release of openbios with changes merged just few days ago. http://lists.openbios.org/pipermail/openbios/2013-May/007700.html And new bios was put into qemu development tree, so you can probably try this (although from my tests openbios still needs to be patche...
by Amade
Sun Jun 17, 2012 6:14 pm
Forum: SheepShaver
Topic: Need Compiling help for enabling jit, linux/and/windows?
Replies: 9
Views: 6047

Re: Need Compiling help for enabling jit, linux/and/windows?

So I managed to compile runnable version with gcc-4.6
You need to edit Makefile so dyngen is compiled this way:

DYNGEN_CFLAGS = $(CFLAGS) -fno-tree-vrp
DYNGEN_CXXFLAGS = $(CXXFLAGS) -fno-tree-vrp
by Amade
Sat Jun 09, 2012 10:23 am
Forum: SheepShaver
Topic: SheepShaver mouse control fix! (somewhat)
Replies: 29
Views: 40342

Re: SheepShaver mouse control fix! (somewhat)

Your patches seem interesting, are they available somewhere?
by Amade
Fri Jun 08, 2012 2:56 pm
Forum: SheepShaver
Topic: Need Compiling help for enabling jit, linux/and/windows?
Replies: 9
Views: 6047

Re: Need Compiling help for enabling jit, linux/and/windows?

May I ask which gcc version are you using, I have problems with compiling working version of SheepShaver with gcc 4.6.3. However gcc 4.5.3 builds one that starts.
by Amade
Thu Jun 07, 2012 1:39 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1176308

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

So I got a bit further today, I was right the problem was graphics, it needs 32bit depth Mac OS X 10.2 http://asmblr.net/scrot/2012-06-07-145856_1366x768_scrot.png Mac OS X 10.0 http://asmblr.net/scrot/2012-06-07-150225_1366x768_scrot.png New command is: qemu-system-ppc -bios path_to_your_bios/openb...
by Amade
Tue Jun 05, 2012 11:05 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1176308

Re: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system

So I decided to give qemu a try, I used patched bios here are results: Mac OS X 10.0 http://asmblr.net/scrot/2012-06-06-001517_1366x768_scrot.png It smiles :D http://asmblr.net/scrot/2012-06-06-001602_1366x768_scrot.png Loading modules http://asmblr.net/scrot/2012-06-06-001759_1366x768_scrot.png And...
by Amade
Thu Aug 11, 2011 9:49 am
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1176308

GSOC is coming to an end and it seems some work was done: http://lists.nongnu.org/archive/html/qemu-devel/2011-08/msg01403.html http://lists.nongnu.org/archive/html/qemu-devel/2011-08/msg01418.html However messages doesn't mention anything about it working or not [edit] There is more info on openbio...
by Amade
Wed May 11, 2011 6:05 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1176308

Just noticed that another project is to "Add Macintosh to 68k system emulation." That would be fun, too. Maybe an emulation that does things that Basilisk II does not! It would be nice, however seems like nobody wanted to do it this year or was accepted here is a list of all accepted entr...
by Amade
Tue May 03, 2011 1:09 pm
Forum: SheepShaver
Topic: [UPDATE] SOLVED - unable to enable ethernet - (debian)
Replies: 15
Views: 11537

I don't know where you got the source from, but I send patch to CVS and it was accepted

You can get it here:
http://www.cebix.net/viewcvs/cebix/Basi ... view=patch
by Amade
Wed Apr 27, 2011 8:51 am
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1176308

Who knows, according to timeline codings starts on 23 May and ends in August, so we will see the results then. On qemu site it is written that only ROM is missing, and from the parts of code I read and my usage it seems so. They have PowerMac implementation with keyboard, mouse, monitor, disk, proce...
by Amade
Wed Jan 26, 2011 12:37 pm
Forum: Basilisk II
Topic: BasiliskII for Linux
Replies: 129
Views: 268154

Just checked... seems like autogen.sh is broken... Which version of autoconf, autoheader, aclocal do you have? Mine: aclocal (GNU automake) 1.11.1 autoconf (GNU Autoconf) 2.68 autoheader (GNU Autoconf) 2.68 > NO_CONFIGURE=1 ./autogen.sh + Running aclocal: configure.ac:363: warning: AC_COMPILE_IFELSE...
by Amade
Tue Jan 18, 2011 9:39 pm
Forum: SheepShaver
Topic: Sheepshaver Ubuntu 10.10 No Audio Device Found :(
Replies: 10
Views: 11469

You either want to use SDL version which uses alsa as output, it should work without any devices, or you want to install libesd, and check if it works. If not then you probably also need to recompile your kernel with CONFIG_SND_PCM_OSS (/dev/dsp support), CONFIG_SND_MIXER_OSS (/dev/mixer support) en...
by Amade
Sat Jan 15, 2011 4:30 pm
Forum: SheepShaver
Topic: A few questions about compiling SheepShaver on (PPC) Linux
Replies: 6
Views: 6569

In order to run SheepShaver as user you must add

Code: Select all

vm.mmap_min_addr = 0
to /etc/sysctl.conf

or every reboot run manually

Code: Select all

echo 0 > /proc/sys/vm/mmap_min_addr 
sheep_net driver is in SheepShaver/src/Unix/Linux/NetDriver

as for the rom in SheepShaver I'm using newworld one, but with Mac OS 9.0.4
by Amade
Fri Jan 14, 2011 7:12 pm
Forum: SheepShaver
Topic: Edit: Making game run smoothly
Replies: 37
Views: 17000

I'm using Gentoo

just tried to build default cvs version,
default config using X doesn't seem to have thousands of colors :!:

I can't check SDL version as it doesn't seem to build :|
however if I recall correctly the one I have installed is build with SDL support

so it's probably that
by Amade
Fri Jan 14, 2011 4:50 pm
Forum: SheepShaver
Topic: Edit: Making game run smoothly
Replies: 37
Views: 17000

Hm... strange I have thousands of colors, on linux

maybe something with rom...
I use newworld86.rom with Mac OS 9.0.4
by Amade
Fri Jan 07, 2011 6:50 pm
Forum: SheepShaver
Topic: cvs shapshots?
Replies: 11
Views: 6807

And I just remembered that AFAIK SDL uses alsa so you probably want to use "./configure --with-esd" as it uses OSS as it's backend
by Amade
Fri Jan 07, 2011 6:43 pm
Forum: SheepShaver
Topic: cvs shapshots?
Replies: 11
Views: 6807

Here you go:
http://www.mediafire.com/download.php?2u3abpbwbwm089n

I am interested to know if it works :D
by Amade
Fri Jan 07, 2011 3:20 pm
Forum: SheepShaver
Topic: A few questions about compiling SheepShaver on (PPC) Linux
Replies: 6
Views: 6569

Generally it can be build like this: mkdir SheepShaverBuild cd SheepShaverBuild (get source files from cvs) cvs -d :pserver:anoncvs@cvs.cebix.net:/home/cvs/cebix login (password: "anoncvs") cvs -d :pserver:anoncvs@cvs.cebix.net:/home/cvs/cebix checkout BasiliskII cvs -d :pserver:anoncvs@cv...
by Amade
Thu Sep 23, 2010 10:36 am
Forum: SheepShaver
Topic: Problem building SheepShaver on OSX 10.6.4
Replies: 76
Views: 57009

To fix building with jit disabled edit SheepShaver/src/kpx_cpu/src/cpu/ppc/ppc-cpu.hpp add lines with + #include "cpu/ppc/ppc-bitfields.hpp" #include "cpu/ppc/ppc-blockinfo.hpp" #include "cpu/ppc/ppc-registers.hpp" +#if PPC_ENABLE_JIT #include "cpu/ppc/ppc-jit.hpp&...