Search found 27 matches

by afberendsen
Tue Nov 24, 2020 1:41 pm
Forum: Mini vMac and Other Mac Emulators
Topic: Mini vMac variation for Windows 10 under cygwin
Replies: 0
Views: 10587

Mini vMac variation for Windows 10 under cygwin

I am having problems compiling Mini vMac on my Windows 10 x65, with cygwin. Clearly is a macro definition missing somewhere. I am not sure if the problem is because I am using cygwin or something else. $ make gcc "src/MINEM68K.c" -o "bld/MINEM68K.o" -c -Wall -Wmissing-prototypes ...
by afberendsen
Sat Nov 21, 2020 1:17 pm
Forum: Mini vMac and Other Mac Emulators
Topic: Compile custom variations on Mini vMac
Replies: 4
Views: 11549

Re: Compile custom variations on Mini vMac

I am having problems compiling Mini vMac on my Windows 10 x65, with cygwin. Clearly is a macro definition missing somewhere. I am not sure if the problem is because I am using cygwin or something else. $ make gcc "src/MINEM68K.c" -o "bld/MINEM68K.o" -c -Wall -Wmissing-prototypes ...
by afberendsen
Wed Nov 18, 2020 8:43 pm
Forum: SheepShaver
Topic: SheepShaver/BasiliskII and TAP devices
Replies: 17
Views: 3687

Re: SheepShaver/BasiliskII and TAP devices

The code in SheepShaver/Bsilisk II do creates a pseudo-random MAC address. In fact, it simply uses the memory leftovers from anything that was there before. In other words, it allocates a 6 byte array and fill in the first 3 bytes. The remaining 3 positions are garbage produced by the normal compute...
by afberendsen
Wed Nov 18, 2020 8:50 am
Forum: SheepShaver
Topic: SheepShaver/BasiliskII and TAP devices
Replies: 17
Views: 3687

Re: SheepShaver/BasiliskII and TAP devices

The default MAC address for SheepShaver and BasiliskII, is the same as for QEmu: 52:54:00:12:34:56 With the default set-up, you cannot have more than one Basilisk/SheepShaver/QEmu instance running using TAP since it will conflict with the MAC address and ARP tables will be invalidated. As for QEmu, ...
by afberendsen
Tue Nov 17, 2020 11:11 pm
Forum: SheepShaver
Topic: SheepShaver/BasiliskII and TAP devices
Replies: 17
Views: 3687

SheepShaver/BasiliskII and TAP devices

I cannot find a topic where to add this information. So, please forgive me if this is already recorded somewhere else. After few hours of investigations, I managed to setup SheepShaver and Basilik II to use network TAPdevices with Windows 10 It is still a crude process that need some more investigat...
by afberendsen
Sat Nov 14, 2020 10:20 am
Forum: QEMU
Topic: QEmu PPC on Windows 10 x64 with Mac OS X 10.5 TAP interface
Replies: 9
Views: 2672

Re: QEmu PPC on Windows 10 x64 with Mac OS X 10.5 TAP interface

Good.
This is what I found out two posts above :)
Thanks for the tip.
by afberendsen
Sat Nov 14, 2020 8:29 am
Forum: QEMU
Topic: QEmu PPC on Windows 10 x64 with Mac OS X 10.5 TAP interface
Replies: 9
Views: 2672

Re: QEmu PPC on Windows 10 x64 with Mac OS X 10.5 TAP interface

It did not work. When opening a second instance of Qemu, to the same tap device (mytap), it fails with an error message tap: Could not open 'mytap' C:\Program Files\qemu\qemu-system-ppc.exe: Device 'tap' could not be initialized First instance: -netdev tap,ifname=mytap,id=mynet0 \ -device sungem,net...
by afberendsen
Fri Nov 13, 2020 11:44 pm
Forum: QEMU
Topic: QEmu PPC on Windows 10 x64 with Mac OS X 10.5 TAP interface
Replies: 9
Views: 2672

Re: QEmu PPC on Windows 10 x64 with Mac OS X 10.5 TAP interface

Well, I found a solution. Not elegant, but works. A TAP interface for each new guest. For each guest, a different MAC address for the network interface. This allows the DHCP server to provide a different IP address to the virtual NIC. I also have IPv6 working on it. My strategy is to change the last...
by afberendsen
Fri Nov 13, 2020 10:53 pm
Forum: QEMU
Topic: QEmu PPC on Windows 10 x64 with Mac OS X 10.5 TAP interface
Replies: 9
Views: 2672

Re: QEmu PPC on Windows 10 x64 with Mac OS X 10.5 TAP interface

Good news. After removing all the network software, restarting the servers, re-installing OpenVPN, restarting the server, now my TAP device is working. I can start a single guest to the use the TAP device. A second guest brings an error message: tap: Could not open 'mytap' C:\Program Files\qemu\qemu...
by afberendsen
Fri Nov 13, 2020 10:41 pm
Forum: QEMU
Topic: QEmu PPC on Windows 10 x64 with Mac OS X 10.5 TAP interface
Replies: 9
Views: 2672

Re: QEmu PPC on Windows 10 x64 with Mac OS X 10.5 TAP interface

:) Yes, Network Bridge Properties shows both the "mytap" and "Intel -2.5Gb" interfaces selected. Yes, upon starting the QEmu guest, the "mytap" device shows "Enabled, Bridged" My list of "apps & features" shws: - OpenVPN 2.5.0-I601 amd64 - Nothin...
by afberendsen
Fri Nov 13, 2020 6:09 pm
Forum: QEMU
Topic: QEmu PPC on Windows 10 x64 with Mac OS X 10.5 TAP interface
Replies: 9
Views: 2672

QEmu PPC on Windows 10 x64 with Mac OS X 10.5 TAP interface

Hi. I have Qemu running on my Windows 10. $ qemu-system-ppc --version QEMU emulator version 5.1.0 (v5.1.0-11824-g8699890d91-dirty) Copyright (c) 2003-2020 Fabrice Bellard and the QEMU Project developers I managed to create guests for almost all version of Mac OS X from 10.0 to 10.5. Without using th...
by afberendsen
Sat Oct 24, 2020 9:02 am
Forum: QEMU
Topic: [SOLVED] Mac OS X 10.2 on QEmu for Windows 10 x64
Replies: 7
Views: 7199

Re: [SOLVED] Mac OS X 10.2 on QEmu for Windows 10 x64

Well, seems that there is something strange happening. The virtual disk image is qcow2 and the maximum virtual disk image, after installing the OS, and before restarting for initial Mac OS X configuration, is 2.8GB in size. After the OS is installed and running, something inside the server start run...
by afberendsen
Fri Oct 23, 2020 8:08 am
Forum: QEMU
Topic: [SOLVED] Mac OS X 10.2 on QEmu for Windows 10 x64
Replies: 7
Views: 7199

Re: Mac OS X 10.2 on QEmu for Windows 10 x64

Perfect.
Thank you.
This explain the panic on the IOCDStorageFamily.
Installation worked this time.
OS installed and working.
The graphical interface is atrociously slow, compared to 10.1 or 10.3.
At least the mouse is not keep bumping to the left during the initial setup....
by afberendsen
Thu Oct 22, 2020 6:18 pm
Forum: QEMU
Topic: [SOLVED] Mac OS X 10.2 on QEmu for Windows 10 x64
Replies: 7
Views: 7199

[SOLVED] Mac OS X 10.2 on QEmu for Windows 10 x64

I managed to install and run all versions (and updates) of Mac OS X 10.5, 10.4, 10.3, 10.1, 10.0, 9.2, 9.1, 9.04, and 9.0.3 I am not having any luck with 10.2 (Jaguar). I tried the same options from 10.0, 10.1, and 10.3 with no val. All images I have (from Garden) on 10.2 (all images with 691-...wer...
by afberendsen
Wed Oct 21, 2020 3:03 pm
Forum: QEMU
Topic: Openbios commands
Replies: 9
Views: 4769

Re: Openbios commands

by afberendsen
Mon Jul 02, 2018 9:31 pm
Forum: Mini vMac and Other Mac Emulators
Topic: PCE - Mac Plus Emulator
Replies: 21
Views: 31220

Re: PCE - Mac Plus Emulator

Ok. I managed to compile and make it work...

Code: Select all

./configure ; make clean ; make ; make install
by afberendsen
Mon Jul 02, 2018 7:51 pm
Forum: Mini vMac and Other Mac Emulators
Topic: PCE - Mac Plus Emulator
Replies: 21
Views: 31220

Re: PCE - Mac Plus Emulator

I managed to have a clean compilation. The binary seems to be working. However, when I tried to use the ready-made packages it doesn't show any output besides the log . $ ./configure -with-x --with-sdl --disable-char-ppp --enable-char-tcp --disable-char-slip --enable-char-pty --enable-char-posix --e...
by afberendsen
Fri Jun 29, 2018 7:43 pm
Forum: Mini vMac and Other Mac Emulators
Topic: PCE - Mac Plus Emulator
Replies: 21
Views: 31220

Re: PCE - Mac Plus Emulator

I am trying to compile pce for my Mac OS X 10.13. I tried two different configurations, which gave me different errors during compilation. 1) With tun/tap ./configure -with-x --with-sdl --enable-tun --enable-char-ppp --enable-char-tcp --enable-char-slip --enable-char-pty --enable-char-posix --enable...
by afberendsen
Wed Aug 09, 2017 9:32 pm
Forum: Mini vMac and Other Mac Emulators
Topic: PCE - Mac Plus Emulator
Replies: 21
Views: 31220

Re: PCE - Mac Plus Emulator

What is the configure line to be used for Mac OS X as a host? Using this: ./configure -with-x --with-sdl --enable-tun --enable-char-ppp --enable-char-tcp --enable-char-slip --enable-char-pty --enable-char-posix --enable-char-termios fails at CC src/lib/tun.o src/lib/tun.c:36:10: fatal error: 'linux/...
by afberendsen
Tue Jul 25, 2017 7:51 pm
Forum: SheepShaver
Topic: How to set which preferences file to use
Replies: 5
Views: 3571

Re: How to set which preferences file to use

I will try again following the instructions.
Initially I had an outcome that my preference files were overwritten.
by afberendsen
Tue Jul 25, 2017 7:47 pm
Forum: SheepShaver
Topic: SheepShaver not starting, MacOS Sierra
Replies: 9
Views: 6256

Re: SheepShaver not starting, MacOS Sierra

All my ROMs MD5 (NewWorld//1998-07-21 - Mac OS ROM 1.1.rom) = e0fc03faa589ee066c411b4603e0ac89 MD5 (NewWorld//1998-08-27 - Mac OS ROM 1.1.2.rom) = 17b134a0d837518498c06579aa4ff053 MD5 (NewWorld//1998-12-03 - Mac OS ROM 1.2.rom) = 3756f699eadaabf0abf8d3322bed70e5 MD5 (NewWorld//1999-01-22 - Mac OS RO...
by afberendsen
Tue Jul 25, 2017 12:30 pm
Forum: SheepShaver
Topic: How to set which preferences file to use
Replies: 5
Views: 3571

Re: How to set which preferences file to use

Almost... In each folder for each virtual machine, I have a .sheepshaver_prefs . The launch should be cd "$( dirname "${BASH_SOURCE[0]}" )" && HOME="$(pwd)" open -n ../SheepShaver.app The use of HOME is to force SheepShaver to use the preferences file from the V...
by afberendsen
Sun Jul 23, 2017 8:00 am
Forum: SheepShaver
Topic: How to set which preferences file to use
Replies: 5
Views: 3571

How to set which preferences file to use

Is there a way that I can call SheepShaver using a preferences file that is not the ~/.sheepshaver_prefs file?
This will help me a lot to have more than one instance of SheepSahver running at the same time.
by afberendsen
Sun Jul 23, 2017 7:58 am
Forum: SheepShaver
Topic: SheepShaver not starting, MacOS Sierra
Replies: 9
Views: 6256

Re: SheepShaver not starting, MacOS Sierra

....ok From my list of ROMs, the following New World ROMs are working with SheepShaver 8.6 9.x 1998-07-21 - Mac OS ROM 1.1.rom 512MB Ok ok 1998-08-27 - Mac OS ROM 1.1.2.rom 512MB Ok ok 1998-12-03 - Mac OS ROM 1.2.rom 1,024MB Ok ok 1999-04-05 - Mac OS ROM 1.4.rom 1,024MB Ok ok 1999-05-14 - Mac OS ROM...
by afberendsen
Fri Jul 21, 2017 10:31 pm
Forum: SheepShaver
Topic: SheepShaver not starting, MacOS Sierra
Replies: 9
Views: 6256

Re: SheepShaver not starting, MacOS Sierra

Unbelievable
It is working now
The copy, delete, and move is what we, the users, see.
What exactly is the change that this cause to make it work?