Search found 68 matches

by UbuntuXP
Sat Jun 13, 2015 3:26 am
Forum: SheepShaver
Topic: Some improvements for SheepShaver
Replies: 50
Views: 33643

Re: Some improvements for SheepShaver

I can no longer continue unless SheepShaver is updated to current compilers. I also think (though I have not tested) that my MMU emulation is done incorrectly. So progress has stalled (I hope to get back to it someday).
by UbuntuXP
Fri Nov 21, 2014 9:27 pm
Forum: SheepShaver
Topic: Some improvements for SheepShaver
Replies: 50
Views: 33643

Re: Some improvements for SheepShaver

I've been really busy with schoolwork lately, so I don't have the time right now to fix any compile-related bugs with newer compilers. Any help to clean up the source code is appreciated.
by UbuntuXP
Sat Oct 04, 2014 10:15 pm
Forum: SheepShaver
Topic: Some improvements for SheepShaver
Replies: 50
Views: 33643

Re: Some improvements for SheepShaver

Here's the output on gcc's version on OS X Mavericks computer:~ username$ gcc --version Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn) Target: x86_64-apple-darwin13....
by UbuntuXP
Tue Sep 23, 2014 8:48 pm
Forum: SheepShaver
Topic: Some improvements for SheepShaver
Replies: 50
Views: 33643

Re: Some improvements for SheepShaver

You and me both, but fixing all the compile-related bugs is going to be a nightmare.
by UbuntuXP
Tue Sep 16, 2014 4:44 am
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1190597

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

Qemu has a utility for creating disk images, try this.

Code: Select all

qemu-img create jaguar.img 4G
Then try again with the new disk image.
by UbuntuXP
Mon Sep 15, 2014 6:38 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1190597

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

First, are you trying to boot a cdrom (cdr) where a hard disk is suppose to be? Also, are you trying to boot from cdrom or hda? Try this if I'm guessing correctly. qemu-system-ppc -m 1024 -M g3beige -hda Jaguar/Jauguar.img -cpu 7448 -boot d -cdrom Jaguar/osxdisk1.iso -prom-env 'boot-args=-v' -serial...
by UbuntuXP
Wed Aug 20, 2014 1:02 am
Forum: SheepShaver
Topic: Some improvements for SheepShaver
Replies: 50
Views: 33643

Re: Some improvements for SheepShaver

OK, think I have a barebones MMU made. Next thing to do is compile it on OS X Mavericks.

BTW, code doesn't look like C, but more like C++ or C#.
by UbuntuXP
Thu Jul 31, 2014 7:24 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1190597

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

It doesn't work, probably because it hasn't even reached the point in which Mac OS X read boot arguments yet. Qemu build I'm using is from superpete.
by UbuntuXP
Thu Jul 31, 2014 4:31 pm
Forum: QEMU
Topic: GSOC qemu Boot Mac OS >= 8.5 on PowerPC system
Replies: 2067
Views: 1190597

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

Has anyone been able to boot Mac OS X 10.1 yet? When I tried it, it show the happy mac without the spinning disc in the corner, which seems to indicate it's stuck on something. Maybe if I was in verbose mode I could see what's going on. Could anyone provide the argument for entering verbose mode?
by UbuntuXP
Tue Jul 15, 2014 2:31 pm
Forum: Mini vMac and Other Mac Emulators
Topic: Mini vMac 3.2.3 for iPhone
Replies: 25
Views: 43385

Re: Mini vMac 3.2.3 for iPhone

I do have a MacBook Pro now. I just need to figure out how to get Xcode to deploy Mini vMac to my iPod.
by UbuntuXP
Mon Jul 14, 2014 4:58 pm
Forum: Off Topic
Topic: Idea: Macintosh OS on PC Natively
Replies: 9
Views: 8723

Re: Idea: Macintosh OS on PC Natively

Here's how I think this would work. 1. Make a bootable USB flash drive with FreeDOS installed. 2. Set it up for launching the mouse driver (such as ctmouse.com) and fusion in autoexec.bat. 3. Copy disk images and ROM you want to use. 4. Set up fusion. 5. Test on a computer with BIOS or in BIOS mode ...
by UbuntuXP
Tue Jun 24, 2014 6:51 pm
Forum: SheepShaver
Topic: Trying to open a CD with Sheepshaver running OS X Maverics
Replies: 4
Views: 3812

Re: Trying to open a CD with Sheepshaver running OS X Maveri

Have you tried pointing the disc to /dev/cdrom? That may be the only way SheepShaver running in 10.8 and later can access CDs and DVDs.
by UbuntuXP
Tue Jun 24, 2014 1:51 pm
Forum: SheepShaver
Topic: Some improvements for SheepShaver
Replies: 50
Views: 33643

Re: Some improvements for SheepShaver

I'm beginning to wonder if SheepShaver and Basilisk II needs to be rewritten for newer compilers, since there's trouble compiling both on newer OSes. Maybe once that's done, both will be more stable.
by UbuntuXP
Sun Jun 22, 2014 2:25 am
Forum: SheepShaver
Topic: Some improvements for SheepShaver
Replies: 50
Views: 33643

Re: Some improvements for SheepShaver

I'm thinking about going back to older source code and start there. If you have any objections, please explain why using newer source code will be easier/better. Here's the problem with newer source code: 1. Builds on Ubuntu 14.04, but won't run with more than 16mb RAM (true for Basilisk II as well)...
by UbuntuXP
Fri Jun 20, 2014 3:01 pm
Forum: General Macintosh Emulation
Topic: OS X Yosemite beta
Replies: 5
Views: 6609

Re: OS X Yosemite beta

Finally got Yosemite installed on my MacBook Pro. Looks good so far.

EDIT: Yosemite is installed in VirtualBox, not in dual-boot with Mavericks.
by UbuntuXP
Thu Jun 19, 2014 6:49 pm
Forum: Mini vMac and Other Mac Emulators
Topic: FusionPC and USB Thumbdrives?
Replies: 4
Views: 5083

Re: FusionPC and USB Thumbdrives?

I know there are USB drivers for DOS, though I never got them to work. Accessing USB devices from a DOS program through Windows 98 wouldn't work I think, but my Windows 98SE machine died a few months ago. :sad:
by UbuntuXP
Thu Jun 12, 2014 3:01 am
Forum: QEMU
Topic: Qemu vs PearPC
Replies: 5
Views: 9517

Qemu vs PearPC

Feel free to explain what you prefer, as well as the pros, and the cons. For example: I like Qemu better than PearPC Pros: feels slightly faster, it's actively developed, more emulation customization (including x86, Arm, and m68k), cross-platform. Cons: command-line only (unless you like using a ter...
by UbuntuXP
Tue Jun 10, 2014 1:29 am
Forum: SheepShaver
Topic: setting linux memory access
Replies: 2
Views: 3442

Re: setting linux memory access

Are you using the GUI or editing the prefs file by hand?
by UbuntuXP
Mon Jun 09, 2014 4:07 am
Forum: SheepShaver
Topic: Some improvements for SheepShaver
Replies: 50
Views: 33643

Re: Some improvements for SheepShaver

Development has stalled, you can see why in the link below.

http://www.emaculation.com/forum/viewto ... 130#p48130

EDIT: Development will resume in a few months, because I have other things to take care of first.
by UbuntuXP
Mon Jun 09, 2014 4:06 am
Forum: SheepShaver
Topic: SheepShaver Issues with Ubuntu 14.04 x64
Replies: 15
Views: 10332

Re: SheepShaver Issues with Ubuntu 14.04 x64

I think it's how it compile, because builds for previous versions of linux will work.
by UbuntuXP
Mon Jun 09, 2014 4:02 am
Forum: General Macintosh Emulation
Topic: OS X Yosemite beta
Replies: 5
Views: 6609

Re: OS X Yosemite beta

Well, I was trying it out in VBox, but I have to create everything in virtual machines. I will try again later.
by UbuntuXP
Thu Jun 05, 2014 7:58 pm
Forum: SheepShaver
Topic: SheepShaver Issues with Ubuntu 14.04 x64
Replies: 15
Views: 10332

Re: SheepShaver Issues with Ubuntu 14.04 x64

I can confirm that Basilisk II can't run with more than 10mb ram. I don't know about SheepShaver. I'll try again next week.
by UbuntuXP
Thu Jun 05, 2014 3:05 am
Forum: General Macintosh Emulation
Topic: OS X Yosemite beta
Replies: 5
Views: 6609

OS X Yosemite beta

Who all have tried OS X Yosemite? At first, I though Apple lost their marbles. Now, I'm amazed it's a desktop OS still, dispite features from iOS. Share your opinions, what you liked, what could be better, what needs to be removed, etc.
by UbuntuXP
Thu Jun 05, 2014 2:53 am
Forum: Off Topic
Topic: E-Maculation is 15!
Replies: 9
Views: 7186

Re: E-Maculation is 15!

Wow, I'm not that much older than E-Maculation.
by UbuntuXP
Wed Jun 04, 2014 2:26 pm
Forum: Off Topic
Topic: 16-bit programs on 64-bit Windows
Replies: 14
Views: 12943

Re: 16-bit programs on 64-bit Windows

I'm also thinking about comparing ReactOS source code to Wine. ReactOS might be better anyways.