Search found 243 matches

by Programmingkid
Fri Feb 03, 2017 1:51 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1134066

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

Without assigning -g on command line it boots to desktop and there you get working resolutions(as far as I remember).Though you can change them on command line,too,say -g 1024x768x32 or somehow. As Server input problem seems too hard,I've returned to endeavours of booting Mac OS 8.6.As in mac99 it ...
by Programmingkid
Fri Jan 27, 2017 3:55 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1134066

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

I thought if missing input for Server is a cocoa-specific issue and tried to build a gtk or sdl version of the same code but came to: LINK ppc-softmmu/qemu-system-ppc Undefined symbols for architecture x86_64: "_iconv", referenced from: __nl_find_msg in libintl.a(dcigettext.o) "_icon...
by Programmingkid
Sat Jan 14, 2017 5:24 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1134066

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

I just went to the Macintosh Garden website and was impressed by the amount of software they have available for free. One question, how are they not sued by the makers of the software they give away for free? I'm amazed Apple hasn't come after them yet.
by Programmingkid
Sat Jan 14, 2017 5:20 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1134066

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

Ok! I will move qemu (Copy) to where the ISO is. You don't want to do that. qemu-system-ppc needs other files in order to function. These files are usually located in the pc-bios folder. It would be best to just 'cd' to the folder where qemu-system-ppc is, then try to run it by typing out its comma...
by Programmingkid
Wed Jan 11, 2017 5:04 am
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1134066

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

This is for use with qemu version I posted Jan 03 instead of included openbios. Well,I thought as IMO qemu itself is OK,no need to wait till openbios is fixed and here is a version with more extended cocoa3 ui: https://drive.google.com/open?id=0B69bsH0nxnIYQndpVjZxRkROeVU For booting/installing OS ...
by Programmingkid
Sat Jan 07, 2017 12:10 am
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1134066

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

Another wish would be to get rid of all the Carbon calls in 'cocoa.m' and to add the patch 'ppc-Add-programmer-switch-hooked-up-to-NMI.patch' from ozbenh's branch so we could enter MicroBug to get out of tough situationsm short of a hard shutdown by quoting qemu due do a corrupt pointer stack. We c...
by Programmingkid
Fri Jan 06, 2017 5:59 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1134066

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

Made a version 3 of my super cocoa.m file. The changes are: - Eliminated stuck key issue with using the fullscreen menu - Eliminated stuck key issue when holding down a key then letting go of the key while a menu was displayed - Added ability to stop a paste at any time by displaying a stop button d...
by Programmingkid
Wed Jan 04, 2017 4:23 am
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1134066

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

I've noticed that when there's audio playing via CoreAudio, and then launch qemu with the screamer emulation, that whatever is playing in OS X is momentarily clipped for a second. Is this a bug? It's also funny how it pastes text the same way an AlphaSmart does by emulating a keyboard... The scream...
by Programmingkid
Wed Jan 04, 2017 4:15 am
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1134066

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

This is version 2 of the super cocoa.m file. It fixed fullscreen mode not receiving mouse clicks, stops unicode characters from being used by the paste feature, and allows for uppercase characters to be pasted. http://www.mediafire.com/file/93c1s4v1h ... file_2.zip The same as above qemu version wi...
by Programmingkid
Tue Jan 03, 2017 4:29 am
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1134066

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

One nice feature to have would be to support 256 color mode. A lot or older games (Lemmings, SimCity 2000, etc) won't run in thousands or millions of colors. They pop up a message saying that they must be run in 256 color mode. That shouldn't be a problem. I do remember Ben's VGA driver giving the ...
by Programmingkid
Mon Jan 02, 2017 11:12 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1134066

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

Finally figured out what was wrong when trying to clone Mark's repo. If there are spaces in the path to the repo, the configure command will fail. I finally built his repo on Mac OS 10.6. Screamer audio is a lot better than usb-audio.
by Programmingkid
Mon Jan 02, 2017 11:09 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1134066

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

One nice feature to have would be to support 256 color mode. A lot or older games (Lemmings, SimCity 2000, etc) won't run in thousands or millions of colors. They pop up a message saying that they must be run in 256 color mode. That shouldn't be a problem. I do remember Ben's VGA driver giving the ...
by Programmingkid
Mon Jan 02, 2017 8:03 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1134066

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

This is version 2 of the super cocoa.m file. It fixed fullscreen mode not receiving mouse clicks, stops unicode characters from being used by the paste feature, and allows for uppercase characters to be pasted.

http://www.mediafire.com/file/93c1s4v1h ... file_2.zip
by Programmingkid
Mon Jan 02, 2017 6:38 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1134066

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

I did it another way(don't know if it matters though): git clone -b screamer --single-branch https://github.com/mcayland/qemu.git When started ./confugure it wanted dtc so I had to do: git submodule update --init dtc.Next it went smoothly. But I'm acquainted with the error you described.I met it wh...
by Programmingkid
Mon Jan 02, 2017 12:48 am
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1134066

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

Of course. ... I was wondering how you build Mark Cave-Ayland's screamer repo. These are the steps I take: git clone https://github.com/mcayland/qemu.git git checkout screamer ./configure --target-list=ppc-softmmu --cc=gcc-4.9 --cxx=gcc-4.9 I always see this error: ERROR: Unknown target name 'ppc-s...
by Programmingkid
Sun Jan 01, 2017 9:46 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1134066

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

A build with new cocoa.m : https://drive.google.com/open?id=0B69bsH0nxnIYTWQ4YXhZYi1fSUk Looks convenient. :smile:,but it seems that in 'zoom to fit'+'Enter Fullscreen' mode mouse clicks do not work.In windowed mode it's OK.And there's a difference when you enter full screen from menu or with hotke...
by Programmingkid
Sat Dec 31, 2016 11:09 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1134066

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

I have made a super version of the cocoa.m file. This file is the user interface file for QEMU on Mac OS X (if you use cocoa). Here are all the features I have added to this file: - .toast file support - Speed menu - Image file mounting as USB flash drive - Send Key menu - Fix for mouse down event b...
by Programmingkid
Fri Dec 30, 2016 8:51 pm
Forum: QEMU
Topic: Qemu package and guide for OSX available
Replies: 343
Views: 350543

Re: Qemu package and guide for OSX available

Could we get another patch to handle .toast as well? Right now I rename as .iso to load, but while we're fixing up the code.... I am so sorry I didn't respond sooner. I didn't know about your post. I guess the website forgot to email me. It might be possible to support .toast files. Could you post ...
by Programmingkid
Wed Dec 28, 2016 7:18 pm
Forum: QEMU
Topic: Qemu package and guide for OSX available
Replies: 343
Views: 350543

Re: Qemu package and guide for OSX available

I was wondering if you could add -mmacosx-version-min=10.5 to your compile options. When I try the screamer version of QEMU, I see an "illegal instruction" error on Mac OS 10.6. You may have to set the base SDK to that of Mac OS 10.5 to make it work on older versions of Mac OS X. I will be...
by Programmingkid
Wed Dec 28, 2016 7:05 pm
Forum: QEMU
Topic: Qemu package and guide for OSX available
Replies: 343
Views: 350543

Re: Qemu package and guide for OSX available

3. For mounting CD images ("change ide1-cd0" from the Machine menu), the Open dialog only allows choosing .iso files. It should also allow choosing .cdr files. (A .cdr file entered in the command as CD file works fine, and when I change the .cdr extension to .iso the file can be used for ...
by Programmingkid
Wed Dec 28, 2016 4:36 am
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1134066

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

@cat_7: I was wondering why QEMU isn't mentioned on the emulation.net home page. It wasn't listed in the 'other' section either. It would make a good addition to that page. Er... I haven't been maintaining emulation.net in, what... 10 years? Did you mean emaculation.com? Wow, you were the one who m...
by Programmingkid
Wed Dec 28, 2016 4:09 am
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1134066

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

@cat_7: I was wondering why QEMU isn't mentioned on the emulation.net home page. It wasn't listed in the 'other' section either. It would make a good addition to that page.
by Programmingkid
Sun Dec 25, 2016 7:12 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1134066

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

Thank you for sharing all the info. Have you tried any of the programs that try to do all this work for you? I have tried mydylibbundler, but it isn't perfect. It missed several dependencies. I should try macpack next. You might find it useful: https://github.com/chearon/macpack I really wish Mac OS...
by Programmingkid
Sun Dec 25, 2016 4:02 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1134066

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

Is that because you call qemu crap ;-) Seriously: To get qemu to run on systems that do not have the required libraries installed, I place these libraries in the folder Libs and change qemu to look for those libraries in that folder. If you get that error, then qemu can't find the library and you d...
by Programmingkid
Sat Dec 03, 2016 5:50 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1134066

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

Thread 1 received signal SIGUSR2, User defined signal 2. 0x00007fff86ded72a in __sigsuspend () from /usr/lib/system/libsystem_kernel.dylib[/code] Have no idea what on earth it means :smile: Without assigning -cdrom there's no sigsuspend reporting,but no moving.All similar for mac99,NWorld and MacOS...