Skip to content

Boot the canonical Tiny Core stack from Termux - #5

Closed
godofecht wants to merge 3 commits into
codex/tiny-core-basefrom
android-tinycore-termux
Closed

godofecht wants to merge 3 commits into
codex/tiny-core-basefrom
android-tinycore-termux

Conversation

@godofecht

Copy link
Copy Markdown
Contributor

Closes #3.

Depends on #4 and is intentionally stacked on codex/tiny-core-base until the Tiny Core migration lands.

This adds a 64-bit Termux host path without introducing a second kernel architecture. android/setup-termux.sh installs the QEMU/tools required by the existing Tiny Core fetcher, and android/run.sh delegates directly to tinycore/run.sh, preserving the pinned CorePure64 image, checksum verification, QEMU TCG configuration, serial console, RAM override and kernel command-line contract used elsewhere.

The Android device therefore remains only a QEMU host: no root, bootloader replacement or Android-kernel modification is required. The canonical guest remains x86_64 for now; an ARM64 guest should follow only when the shared Tiny Core/Flow target supports it.

@godofecht
godofecht changed the base branch from codex/tiny-core-base to main August 21, 2026 21:10
@godofecht
godofecht changed the base branch from main to codex/tiny-core-base August 21, 2026 21:10

Copy link
Copy Markdown
Contributor Author

Superseded by #6. #4 was squash-merged into main, so retargeting this stacked PR makes GitHub show the entire Tiny Core migration again. #6 reapplies only the intended three-file Termux delta directly on current main.

@godofecht godofecht closed this Aug 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Boot the canonical Tiny Core Flow stack on Android via Termux QEMU

1 participant