Boot flow-kernel on Android through Termux QEMU - #2
Closed
godofecht wants to merge 18 commits into
Closed
Conversation
Contributor
Author
|
This branch is green, but it targets the retired bespoke x86_64 Multiboot2 architecture and would reintroduce an obsolete roadmap into the README. The Android VM objective is preserved in #3, rebuilt on the repo's canonical Tiny Core/Linux substrate from #1. Closing this draft as superseded rather than merging stale architecture. |
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.
Adds a reproducible Android boot path for the current x86_64 Multiboot2 kernel without modifying the Android bootloader or host kernel.
The new Termux setup helper installs the current
qemu-system-x86-64package, whileandroid/termux-run.shboots the existingflow-kernel.isounder QEMU TCG with serial output only.Kernel CI validates the Android scripts, builds the freestanding kernel against current
flow/main, builds the GRUB ISO, boots the kernel through the same Android-compatible runner, assertsFlow kernel: entryandFlow kernel: boot contract accepted, and publishes aflow-kernel-android-x86_64artifact containing the ISO, setup helper, runner, documentation, and SHA-256 manifest.This also repairs pre-existing CI/compiler drift: Flow dependency setup is rooted at the checked-out compiler, generated C is kept freestanding with a minimal libc compatibility surface, privileged x86 helpers are separated from
@cEmbed, required GRUB image tooling is installed, and ELF inspection uses tools present on the runner.CI run 32430467004 is green end to end.
This intentionally keeps the existing x86_64 kernel unchanged at the boot-contract level. A native
aarch64QEMUvirttarget can follow separately.