Initial macOS support (x86_64 with Rosetta 2)

This commit is contained in:
2025-11-08 01:45:47 -07:00
parent f56bd8e2a7
commit cc0a887302
33 changed files with 1281 additions and 4186 deletions

View File

@@ -15,6 +15,10 @@
#include <strings.h>
#include <unistd.h>
#ifdef __APPLE__
extern char **environ;
#endif
namespace {
GUEST_PTR g_commandLineA = GUEST_NULL;