Search found 239 matches

by kanjitalk755
Fri Jul 01, 2022 1:16 am
Forum: SheepShaver
Topic: Use build date as version number?
Replies: 15
Views: 2254

Re: Use build date as version number?

In the latest source, the build date is appended at the end of the help.

Code: Select all

./BasiliskII --help
./SheepShaver --help
by kanjitalk755
Thu Jun 23, 2022 1:51 pm
Forum: Basilisk II
Topic: BasiliskII for Linux
Replies: 129
Views: 265891

Re: BasiliskII for Linux

My fork now supports Linux/arm64.
Try latest source.
by kanjitalk755
Wed Jun 22, 2022 1:43 pm
Forum: SheepShaver
Topic: SheepShaver for Linux
Replies: 100
Views: 325028

Re: SheepShaver for Linux

You can now build and run SheepShaver on Linux/arm64.

https://github.com/kanjitalk755/macemu
by kanjitalk755
Mon Jun 06, 2022 12:18 pm
Forum: SheepShaver
Topic: Sheepshaver won't open on M1 Pro Mac (version 12.0)
Replies: 44
Views: 16416

Re: Sheepshaver won't open on M1 Pro Mac (version 12.0)

On Apple Silicon Mac, the shared memory that SheepShaver tries to get is always 16KiB.
by kanjitalk755
Sat Jun 04, 2022 7:59 am
Forum: SheepShaver
Topic: Sheepshaver won't open on M1 Pro Mac (version 12.0)
Replies: 44
Views: 16416

Re: Sheepshaver won't open on M1 Pro Mac (version 12.0)

Hiro.Fuji wrote: Fri Jun 03, 2022 3:34 pm The mysterious event that Basilisk II was booted while Sheepshaver was not booted is still a mystery.
Basilisk II doesn't use shared memory.

SheepShaver can run without shared memory, but slows down a little.

https://github.com/kanjitalk755/macemu/tree/wo_shm
by kanjitalk755
Mon Jan 03, 2022 12:48 am
Forum: QEMU
Topic: Mouse & Shared folder
Replies: 69
Views: 53528

Re: Mouse & Shared folder

Thank you for the detailed explanation :smile:
I completely forgot about the BNDL resource :oops:

I have released a new version.
by kanjitalk755
Sun Jan 02, 2022 9:08 am
Forum: QEMU
Topic: Mouse & Shared folder
Replies: 69
Views: 53528

Re: Mouse & Shared folder

Just curious, which sample did you end up using? The ChromiVNC or the Extension Shell? ChromiVNC's INIT Dispatcher.c, ResourceRunner.cp and ShowInitIcon.c were very helpful. Another question: any chance of rolling this into an add-on for qemu-system-m68k as a code fragment like elliotnunn proposed?...
by kanjitalk755
Thu Dec 30, 2021 2:24 pm
Forum: QEMU
Topic: Mouse & Shared folder
Replies: 69
Views: 53528

Re: Mouse & Shared folder

Thanks for the great sample!
I was able to create an INIT version of USBTablet.

https://github.com/kanjitalk755/macos9- ... t/releases
by kanjitalk755
Thu Dec 30, 2021 3:32 am
Forum: QEMU
Topic: Mouse & Shared folder
Replies: 69
Views: 53528

Re: Mouse & Shared folder

marciot42 wrote: Thu Dec 23, 2021 8:59 pm I have recently come across an INIT starter project for CW8. It appears as if it might be PPC compatible. It is called "extensionshell1.4.sit.hqx" and you can download it from here:
It seems to be 68k exclusive.
by kanjitalk755
Thu Dec 16, 2021 1:25 am
Forum: QEMU
Topic: Mouse & Shared folder
Replies: 69
Views: 53528

Re: Mouse & Shared folder

Thank you for providing the source.
Do you have a PowerPC sample?
I need USBManagerLib and HIDLib for my purpose and can't build for 68k target with them.
by kanjitalk755
Fri Dec 10, 2021 12:25 am
Forum: Basilisk II
Topic: Building Basilisk II on Catalina
Replies: 22
Views: 9009

Re: Building Basilisk II on Catalina

According to ether_unix.cpp, it looks good as follows.

Code: Select all

ether vde
by kanjitalk755
Thu Dec 09, 2021 12:34 am
Forum: Basilisk II
Topic: Building Basilisk II on Catalina
Replies: 22
Views: 9009

Re: Building Basilisk II on Catalina

Maybe no one has tested the VDE option except for linux platform.
The first thing to do is to find out if it works on mac platform.
The Debug target is set to build only the active target, so try it.
by kanjitalk755
Wed Dec 08, 2021 1:52 am
Forum: Basilisk II
Topic: Building Basilisk II on Catalina
Replies: 22
Views: 9009

Re: Building Basilisk II on Catalina

I modified the Xcode Project for testing VDE.

Code: Select all

$ brew install vde
And try:
https://github.com/kanjitalk755/macemu/tree/test_vde

I recommend Debug target.
by kanjitalk755
Mon Dec 06, 2021 4:09 am
Forum: Basilisk II
Topic: Building Basilisk II on Catalina
Replies: 22
Views: 9009

Re: Building Basilisk II on Catalina

So as a work-around I renamed /Library/Developer/CommandLineTools/SDKs/ MacOSX10.15.sdk to MacOSX10.15.sdk.old in Finder and used its original name for a softlink to MacOSX11.1.sdk : Older versions of CommandLineTools are source of trouble. It's a good idea to select Xcode unless you really need ot...
by kanjitalk755
Thu Nov 25, 2021 9:44 am
Forum: Basilisk II
Topic: AppleTalk over Ethernet and use of etherhelper
Replies: 41
Views: 13221

Re: AppleTalk over Ethernet and use of etherhelper

I was wrong.
Etherhelper is also implemented a method that does not use a tap device, but it is very unstable.
The method of using a tap device seems to be stable, so please try this.
by kanjitalk755
Thu Nov 25, 2021 1:59 am
Forum: SheepShaver
Topic: Increase available space on Unix volume
Replies: 13
Views: 6452

Re: Increase available space on Unix volume

Yes, it's at src/extfs.cpp#L126:

Code: Select all

const int AL_BLK_SIZE = 0x4000;
If you change it to 0x10000, it will be 4GB.
However, it has not been verified to be safe.
by kanjitalk755
Thu Nov 25, 2021 1:38 am
Forum: Basilisk II
Topic: AppleTalk over Ethernet and use of etherhelper
Replies: 41
Views: 13221

Re: AppleTalk over Ethernet and use of etherhelper

etherhelpertool is present in all my builds (since March 2020) Could anything have changed that disabled etherhelper support? Or could there be a problem with relating to the (obviously installed) tap device? Etherhelper is always enabled at build time, but the following line is required in the pre...
by kanjitalk755
Wed Nov 24, 2021 1:30 pm
Forum: Basilisk II
Topic: AppleTalk over Ethernet and use of etherhelper
Replies: 41
Views: 13221

Re: AppleTalk over Ethernet and use of etherhelper

etherhelper/en0

Please note: No TUN/TAP necessary!
That's strange.
The etherhelper included in BasiliskII is a tool that automates ifconfig and requires a tap device.
Do you know from which commit did this binary build?
by kanjitalk755
Mon Nov 08, 2021 5:41 am
Forum: QEMU
Topic: Mouse & Shared folder
Replies: 69
Views: 53528

Re: Mouse & Shared folder

Unfortunately the samples are not suitable.
It should continue to receive null events until the OS shuts down.
by kanjitalk755
Sun Nov 07, 2021 6:14 am
Forum: QEMU
Topic: Mouse & Shared folder
Replies: 69
Views: 53528

Re: Mouse & Shared folder

I’d like to try that if there is a suitable INIT sample code.
However, converting to INIT does not change the functionality.
by kanjitalk755
Wed May 12, 2021 12:50 am
Forum: SheepShaver
Topic: Sheepshaver/BasiliskII development and supported platforms
Replies: 56
Views: 10977

Re: Sheepshaver/BasiliskII development and supported platforms

Ronald P. Regensburg wrote: Tue May 11, 2021 7:31 am Building universal binaries is possible on arm64?
Yes. You can build universal binaries on both Intel and Apple Silicon machine with Xcode 12 and above.
by kanjitalk755
Tue May 11, 2021 1:23 am
Forum: SheepShaver
Topic: Sheepshaver/BasiliskII development and supported platforms
Replies: 56
Views: 10977

Re: Sheepshaver/BasiliskII development and supported platforms

Unfortunately, it seems difficult to build the latest version on an Intel Mac.
For Intel Mac:

Code: Select all

$ git checkout has_fpu_bug
by kanjitalk755
Fri May 07, 2021 1:15 am
Forum: SheepShaver
Topic: Sheepshaver/BasiliskII development and supported platforms
Replies: 56
Views: 10977

Re: Sheepshaver/BasiliskII development and supported platforms

Yes, the libraries are only needed at build time.
And copy is OK. However, you need the headers as well as libgmp.a and libmpfr.a.