S.MULLA Posted May 10, 2004 Share Posted May 10, 2004 a new emulator called PearPC seems to be able to run OS X on x86 machines: http://pearpc.sourceforge.net/index.html Check out the screenshots: http://pearpc.sourceforge.net/screenshots.html source:aqua-soft.org [forum] Link to comment https://www.neowin.net/forum/topic/165720-running-mac-os-x-on-x86-pc/ Share on other sites More sharing options...
0 sdkaneda Posted May 26, 2004 Share Posted May 26, 2004 wait, so all you guys are saying you can run os x on windows now? ...WOW! :whistle: Link to comment https://www.neowin.net/forum/topic/165720-running-mac-os-x-on-x86-pc/page/60/#findComment-2165006 Share on other sites More sharing options...
0 HaraldBluetooth Posted May 26, 2004 Share Posted May 26, 2004 Networking doesnt work for me Its because it said Build-in Ethernet and not PCI Ethernet Slot pci10ex,8139, Port 4????? I have the same problem ... :( Anyone? Link to comment https://www.neowin.net/forum/topic/165720-running-mac-os-x-on-x86-pc/page/60/#findComment-2165225 Share on other sites More sharing options...
0 0sit0 Posted May 26, 2004 Share Posted May 26, 2004 damn im booting on verbose mode to see what was going on, and i get this error :( do you guys know what it means? Link to comment https://www.neowin.net/forum/topic/165720-running-mac-os-x-on-x86-pc/page/60/#findComment-2165231 Share on other sites More sharing options...
0 ATLien_0 Posted May 26, 2004 Share Posted May 26, 2004 i havent been able to connect either my config files got the right network card listed and a 1 next to it but os x still doesnt show it. My Tap win 32 isnt connected when i run pear pc. I have xp sp2 rc1 is that why? Link to comment https://www.neowin.net/forum/topic/165720-running-mac-os-x-on-x86-pc/page/60/#findComment-2165264 Share on other sites More sharing options...
0 ATLien_0 Posted May 26, 2004 Share Posted May 26, 2004 could someone with their internet working post their config file please Link to comment https://www.neowin.net/forum/topic/165720-running-mac-os-x-on-x86-pc/page/60/#findComment-2165296 Share on other sites More sharing options...
0 mihir Posted May 26, 2004 Share Posted May 26, 2004 i can't get the intallation to see a hdd, what am i doing wrong do you think? Here's what my config file looks like: pci_ide0_master_installed = 1 pci_ide0_master_image = "c:\pearpc\pearpc-6gib.img" #pci_ide0_master_type = "hd" Link to comment https://www.neowin.net/forum/topic/165720-running-mac-os-x-on-x86-pc/page/60/#findComment-2165306 Share on other sites More sharing options...
0 evacsoul Posted May 26, 2004 Share Posted May 26, 2004 i havent been able to connect either my config files got the right network card listed and a 1 next to it but os x still doesnt show it. My Tap win 32 isnt connected when i run pear pc. I have xp sp2 rc1 is that why? did you install the 2.0 beta2 of OpenVPN, like it said? Link to comment https://www.neowin.net/forum/topic/165720-running-mac-os-x-on-x86-pc/page/60/#findComment-2165310 Share on other sites More sharing options...
0 ATLien_0 Posted May 26, 2004 Share Posted May 26, 2004 yes heres my config file # PearPC Configuration File # Created with PearGUI ## ## Resolution ## ## 0: 640x480x8 (indexed) ## 1: 640x480x15 ## 2: 640x480x32 ## 3: 800x600x8 (indexed) ## 4: 800x600x15 ## 5: 800x600x32 ## 6: 1024x768x8 (indexed) ## 7: 1024x768x15 ## 8: 1024x768x32 ## 9: 1280x960x8 (indexed) ## 10: 1280x960x16 ## 11: 1280x960x32 ## 12: 1280x1024x8 (indexed) ## 13: 1280x1024x16 ## 14: 1280x1024x32 ## ## The indexed modes are unsupported. ## ## default: 4 ppc_start_resolution = 8 ## ## Refresh Rate (in hertz) ## (only applicable in full screen mode ) ## ## default: 60 fs_refresh_rate = 60 ## ## Redraw interval (in ms) ## must be between 1 and 999 ## ## If you set this higher, PearPC will spend less time doing redraws (and so run faster) ## but feel less responsive. You should adjust this to your computer speed and personal ## preference. ## redraw_interval_msec = 40 # # Loader # # # Boot method # this can be # 1. auto, prom will boot the first bootable partition found (default) # 2. select, prom will show you a list of bootable partitions # 3. force, prom will load and boot the local file prom_loadfile # prom_bootmethod = "select" # Example of how to use force: #prom_bootmethod = "force" #prom_loadfile = "test/yaboot" #prom_env_bootpath = "disk" # # bootargs: don't change unless you know what you are doing # machargs: set to "-v" to get a verbose startup # #prom_env_bootargs = "" #prom_env_machargs = "-v" prom_env_machargs = "" # # This is needed if you want to boot Mac OS X # prom_driver_graphic = "video.x" # This will adjust the position of the initial page table (don't change) #page_table_pa = 104857600 # # CPU Config # # Processor Version Register # Defaults to 0x00088302 # Only change if you know want you are doing # #cpu_pvr = 0x00088302 # # Main memory (default 128 MiB) # must be >= 64 MiB # memory_size=0x10000000 # # IO Devices # # # PCI IDE Config # # Drive type will be set according to file extension: # .img: Harddisk (filesize must be multiple of 516096) # .iso: CD-Rom # Or you can override this by specifying the type via # pci_ide0_master_type / pci_ide0_slave_type pci_ide0_master_installed = 1 pci_ide0_master_image = "D:\pearpc\6gb.img" pci_ide0_master_type = "hd" pci_ide0_slave_installed = 1 pci_ide0_slave_image = "E:\MACOSX-10.3\apps.iso" #pci_ide0_slave_image = "/dev/cdrom" pci_ide0_slave_type = "cdrom" # # Network (unavailable on windows) # #pci_3c90x_installed = 0 #pci_3c90x_mac = "de:ad:ca:fe:12:34" #pci_rtl8139_installed = 1 #pci_rtl8139_mac = "de:ad:ca:fe:12:34" # # USB # pci_usb_installed = 1 # # NVRAM # nvram_file = "nvram" Link to comment https://www.neowin.net/forum/topic/165720-running-mac-os-x-on-x86-pc/page/60/#findComment-2165328 Share on other sites More sharing options...
0 ATLien_0 Posted May 26, 2004 Share Posted May 26, 2004 my card is rtl8139 but its got a /810x on it do i need to add that Link to comment https://www.neowin.net/forum/topic/165720-running-mac-os-x-on-x86-pc/page/60/#findComment-2165336 Share on other sites More sharing options...
0 niteowl Posted May 26, 2004 Share Posted May 26, 2004 Wow, PearPC has come a long way since I used it back a couple of weeks ago. Now it's faster, has networking support in Windows and does fullscreen (and this thread is 100 pages long!) :) Link to comment https://www.neowin.net/forum/topic/165720-running-mac-os-x-on-x86-pc/page/60/#findComment-2165354 Share on other sites More sharing options...
0 Acezo Posted May 26, 2004 Share Posted May 26, 2004 willvg, Change #pci_rtl8139_installed = 1#pci_rtl8139_mac = "de:ad:ca:fe:12:34" topci_rtl8139_installed = 1pci_rtl8139_mac = "de:ad:ca:fe:12:34" Link to comment https://www.neowin.net/forum/topic/165720-running-mac-os-x-on-x86-pc/page/60/#findComment-2165359 Share on other sites More sharing options...
0 amr_01 Posted May 26, 2004 Share Posted May 26, 2004 for those who's network isn't working. mine was doing the same, then i set it to dhcp, even though the directions say to manually set it, as soon as i did dhcp, it worked! Link to comment https://www.neowin.net/forum/topic/165720-running-mac-os-x-on-x86-pc/page/60/#findComment-2165386 Share on other sites More sharing options...
0 ATLien_0 Posted May 26, 2004 Share Posted May 26, 2004 do i need to change the mac adress Link to comment https://www.neowin.net/forum/topic/165720-running-mac-os-x-on-x86-pc/page/60/#findComment-2165417 Share on other sites More sharing options...
0 evacsoul Posted May 26, 2004 Share Posted May 26, 2004 Anyone have any success getting networking to work behind a router? my LAN ip is 192.168.1.1 and the OSX detects the card, but pages still don't load with my configuration: (in OSX) IP: 192.168.0.200 Subnet: 255.255.255.0 Router: 192.168.0.1 DNS: 192.168.0.1 I've tried IP: 192.168.1.200 Subnet: 255.255.255.0 Router: 192.168.1.1 DNS: 192.168.1.1 and IP: 192.168.0.200 Subnet: 255.255.255.0 Router: 192.168.0.1 DNS: 192.168.1.1 without any luck EDIT: and when I change it to DHCP, the IP changes to 169.254.XXX.XXX (which I think it means it can't find a DHCP server) Link to comment https://www.neowin.net/forum/topic/165720-running-mac-os-x-on-x86-pc/page/60/#findComment-2165425 Share on other sites More sharing options...
0 Acezo Posted May 26, 2004 Share Posted May 26, 2004 Here's my (working) setup... True, real-life LAN Router (192.168.1.1) -My Computer ---* IP: 192.168.1.100 ---* Subnet Mask: 255.255.255.0 ---* Default Gateway: 192.168.1.1 (My router is the gateway) --TAP-Win32 Adapter ---* IP: 192.168.0.50 ---* Subnet Mask: 255.255.255.0 -OS X --* IP Address: 192.168.0.51 Can be set to anything, as long as its 192.168.0.xxx --* Subnet Mask: 255.255.255.0 --* Router: 192.168.0.50 Your TAP-Win32 Adapter is your Router in OSX --* DNS Servers I believe this needs to be set to yor real, home router: ----192.168.1.1 ----192.168.0.1 ----192.168.0.0 This is how my network's set up: DSL Modem > Router > My Computer, so these settings should only apply if you have a similar setup. Link to comment https://www.neowin.net/forum/topic/165720-running-mac-os-x-on-x86-pc/page/60/#findComment-2165429 Share on other sites More sharing options...
0 HaraldBluetooth Posted May 26, 2004 Share Posted May 26, 2004 My problem is that OS X does not see my network card (even though the TAP-card get enabled when starting OS X). Could it be that this version is not working with OS X 10.2? Link to comment https://www.neowin.net/forum/topic/165720-running-mac-os-x-on-x86-pc/page/60/#findComment-2165431 Share on other sites More sharing options...
0 amr_01 Posted May 26, 2004 Share Posted May 26, 2004 mine works, and i have a router. i didn't do anything special. i followed all the directions, except using dhcp. Link to comment https://www.neowin.net/forum/topic/165720-running-mac-os-x-on-x86-pc/page/60/#findComment-2165467 Share on other sites More sharing options...
0 HaraldBluetooth Posted May 26, 2004 Share Posted May 26, 2004 mine works, and i have a router. 10.2 or 10.3 ? Link to comment https://www.neowin.net/forum/topic/165720-running-mac-os-x-on-x86-pc/page/60/#findComment-2165471 Share on other sites More sharing options...
0 evacsoul Posted May 26, 2004 Share Posted May 26, 2004 my tap-win32 is showing the 169.254.XXX.XXX address anyway to fix this? Link to comment https://www.neowin.net/forum/topic/165720-running-mac-os-x-on-x86-pc/page/60/#findComment-2165477 Share on other sites More sharing options...
0 ATLien_0 Posted May 26, 2004 Share Posted May 26, 2004 i changed my config file still no luck Link to comment https://www.neowin.net/forum/topic/165720-running-mac-os-x-on-x86-pc/page/60/#findComment-2165484 Share on other sites More sharing options...
0 amr_01 Posted May 26, 2004 Share Posted May 26, 2004 10.3, sorry...don't know if it works with 10.2. i would think they would have said something if it didn't Link to comment https://www.neowin.net/forum/topic/165720-running-mac-os-x-on-x86-pc/page/60/#findComment-2165489 Share on other sites More sharing options...
0 ATLien_0 Posted May 26, 2004 Share Posted May 26, 2004 could someone please post their config file with network working Link to comment https://www.neowin.net/forum/topic/165720-running-mac-os-x-on-x86-pc/page/60/#findComment-2165494 Share on other sites More sharing options...
0 Acezo Posted May 26, 2004 Share Posted May 26, 2004 my tap-win32 is showing the 169.254.XXX.XXX address anyway to fix this? Go to network connections, right click whichever connection your tap-win32's running on, properties >TCP/IP > properties > tick "Use the following IP address" set IP Address to 192.168.0.50 set Subnet Mask to 255.255.255.0 leave everything else blank, close the dialogs. Link to comment https://www.neowin.net/forum/topic/165720-running-mac-os-x-on-x86-pc/page/60/#findComment-2165495 Share on other sites More sharing options...
0 amr_01 Posted May 26, 2004 Share Posted May 26, 2004 Working config. ## PearPC Configuration File## ## Resolution ## ## 0: 640x480x8 (indexed) ## 1: 640x480x15 ## 2: 640x480x32 ## 3: 800x600x8 (indexed) ## 4: 800x600x15 ## 5: 800x600x32 ## 6: 1024x768x8 (indexed) ## 7: 1024x768x15 ## 8: 1024x768x32 ## ## The indexed modes are unsupported. ## ## default: 8 ppc_start_resolution = 4 fs_refresh_rate = 72 ## ## Redraw interval (in ms) ## must be between 1 and 999 ## ## If you set this higher, PearPC will spend less time doing redraws (and so run faster) ## but feel less responsive. You should adjust this to your computer speed and personal ## preference. ## redraw_interval_msec = 40 ## ## Loader ## ## ## Boot method ## this can be ## 1. "auto", prom will boot the first bootable partition found (default) ## 2. "select", prom will show you a list of bootable partitions ## 3. "force", prom will load and boot the local file prom_loadfile ## prom_bootmethod = "auto" ## Example of how to use "force": #prom_bootmethod = "force" #prom_loadfile = "test/yaboot" #prom_env_bootpath = "disk" ## ## bootargs: don't change unless you know what you are doing ## machargs: set to "-v" to get a verbose startup ## #prom_env_bootargs = "" prom_env_machargs = "" ## ## This is needed if you want to boot Mac OS X ## prom_driver_graphic = "video.x" ## This will adjust the position of the initial page table (don't change) #page_table_pa = 104857600 ## ## CPU Config ## ## Processor Version Register ## Defaults to 0x00088302 ## Only change if you know want you are doing ## #cpu_pvr = 0x00088302 ## ## Main memory (default 128 MiB) ## must be >= 64 MiB ## memory_size=0x10000000 ## ## IO Devices ## ## ## PCI IDE Config ## ## Drive type will be set according to file extension: ## .img: Harddisk (filesize must be multiple of 516096) ## .iso: CD-Rom ## Or you can override this by specifying the type via ## pci_ide0_master_type / pci_ide0_slave_type pci_ide0_master_installed = 1 pci_ide0_master_image = "G:\PearPC\myHD.img" #pci_ide0_master_type = "hd" pci_ide0_slave_installed = 0 pci_ide0_slave_image = "/dev/cdrom" pci_ide0_slave_type = "cdrom" ## ## Network (unavailable on windows) ## ## Choose one of the cards #pci_3c90x_installed = 0 #pci_3c90x_mac = "de:ad:ca:fe:12:34" pci_rtl8139_installed = 1 pci_rtl8139_mac = "de:ad:ca:fe:12:34" ## ## USB ## pci_usb_installed = 1 ## ## NVRAM ## nvram_file = "nvram" Link to comment https://www.neowin.net/forum/topic/165720-running-mac-os-x-on-x86-pc/page/60/#findComment-2165503 Share on other sites More sharing options...
0 Peter82 Posted May 26, 2004 Share Posted May 26, 2004 Hello :) I install full screen patch , it works on F5 but how configure the screen resolution and refresh in full mode. When i go to full screen my resolution is very bad . How fix that problem. Link to comment https://www.neowin.net/forum/topic/165720-running-mac-os-x-on-x86-pc/page/60/#findComment-2165511 Share on other sites More sharing options...
Question
S.MULLA
a new emulator called PearPC seems to be able to run OS X on x86 machines:
http://pearpc.sourceforge.net/index.html
Check out the screenshots:
http://pearpc.sourceforge.net/screenshots.html
source:aqua-soft.org [forum]
Link to comment
https://www.neowin.net/forum/topic/165720-running-mac-os-x-on-x86-pc/Share on other sites
3213 answers to this question
Recommended Posts