Skip to content

Add basic AArch64 support (LiteBox core)#830

Closed
sangho2 wants to merge 1 commit intomainfrom
sanghle/arm64-porting-0
Closed

Add basic AArch64 support (LiteBox core)#830
sangho2 wants to merge 1 commit intomainfrom
sanghle/arm64-porting-0

Conversation

@sangho2
Copy link
Copy Markdown
Contributor

@sangho2 sangho2 commented May 5, 2026

This PR adds basic AArch64 support to the LiteBox core. AArch64 and x86_64 have differences including assembly code, exception info, address space size, c_char (i8 on x86_64 whereas u8 on AArch64), and bitflags. This PR itself does nothing. Subsequent PRs (for Linux common, shim, platform, runner, and rewriter) are needed to run AArch64 Linux guests.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 5, 2026

🤖 SemverChecks 🤖 No breaking API changes detected

Note: this does not mean API is unchanged, or even that there are no breaking changes; simply, none of the detections triggered.

@sangho2 sangho2 changed the title Add basic AArch64 support (litebox core) Add basic AArch64 support (LiteBox core) May 5, 2026
@sangho2 sangho2 added the discussion Open questions label May 5, 2026
@sangho2 sangho2 closed this May 5, 2026
@sangho2
Copy link
Copy Markdown
Contributor Author

sangho2 commented May 5, 2026

Will bring this up later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

discussion Open questions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant