cebix / macemu

Basilisk II and SheepShaver Macintosh emulators
1.38k stars 289 forks source link

64-bit build for macOS #147

Closed kanjitalk755 closed 6 years ago

kanjitalk755 commented 6 years ago
  1. I stopped using the following features and implemented alternative methods.
  1. 64-bit clean slirp copied from https://github.com/jvernet/macemu

tested on macOS10.13.1(x86/x86_64), Xubuntu16.04.3(x86) and Windows7+MinGW/MSYS(x86)

Windows version is tested with https://github.com/rakslice/macemu/tree/windows_build_script because I failed to build latest cebix/macemu code.

emendelson commented 6 years ago

This is excellent news. Thank you. Unfortunately, I could not figure out how to build in msys using rakslice's script (under Windows 7 32-bit). Would you be willing to post your Windows build? Thank you!

kanjitalk755 commented 6 years ago

I posted the reply at https://emaculation.com/forum/

asvitkine commented 6 years ago

Thanks! The size of this PR makes it pretty impossible to review.

Can you split this into separate PRs that address specific issues? Thanks!

kencu commented 6 years ago

Wow. If this pans out, it would be really great.

kanjitalk755 commented 6 years ago

I have excluded slirp from the PR. (64-bit clean slirp is not my work) I want to change PR branch to kanjitalk755:address_translation.

kanjitalk755 commented 6 years ago

Thank you for the advice. I have recreated PR #150.