[BOX64EC][CMAKE] Introduce initial Box64EC skeleton - #4436
Merged
Merged
Conversation
Owner
|
Note: I edited the title of the PR as |
ptitSeb
approved these changes
Sep 20, 2026
Contributor
Author
Oops, noted. |
ksco
requested changes
Sep 21, 2026
airidosas252
force-pushed
the
box64ec-pr-skeleton
branch
from
September 21, 2026 08:57
123b835 to
e058474
Compare
Collaborator
|
Also, another thing bothers me: can you make the author and committer same email? For now, they are different. |
airidosas252
force-pushed
the
box64ec-pr-skeleton
branch
from
September 21, 2026 10:10
e058474 to
f460537
Compare
Contributor
Author
|
Everything is fixed now. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Disclosure: This project was developed primarily with major AI assistance, with guidance from Box64 maintainers and testing done with real applications. I’m responsible for this contribution and will work with reviewers to explain the implementation to the best of my ability, investigate issues, and make corrections.
This adds the initial Box64EC skeleton which the project will build on.
It builds successfully, but since it has zero machinery hooked as of now, it will return
STATUS_NOT_IMPLEMENTEDwhen Wine attempts to use it for emulation.I will further update the docs with compilation instructions with a PR following this one, as well as adding a builder for it in CI.