factor icon indicating copy to clipboard operation
factor copied to clipboard

Arm64 mac

Open tgunr opened this issue 2 years ago • 1 comments

Code changes I made while debugging ARM64. In main-unix.cpp code added to test and display every combination of protection bits. Passes on Linux, fails on Mac. In os-unix.cpp the guard pages are disabled, failure will occur later. This can probably go into main as the os-unix.cpp would only be compiled for Mac. The test code in main-unix is commented out.

tgunr avatar Sep 22 '23 12:09 tgunr

Did you forget to add Xcode/factorOSX/factor.entitlements in 0606a0c?

gifti258 avatar Apr 25 '24 11:04 gifti258