Skip to content

Comments

feat: route musl C programs to /usr/local/cbin#232

Merged
ryanbreen merged 1 commit intomainfrom
feat/cbin-path-and-routing
Feb 18, 2026
Merged

feat: route musl C programs to /usr/local/cbin#232
ryanbreen merged 1 commit intomainfrom
feat/cbin-path-and-routing

Conversation

@ryanbreen
Copy link
Owner

Summary

  • Route musl-compiled C binaries (*_musl*) to /usr/local/cbin/ on ext2 image
  • Add /usr/local/cbin to default PATH (/bin:/sbin:/usr/local/cbin)
  • Update ARM64 test loader to search /bin, /usr/local/cbin, /usr/local/test/bin, /sbin

Test plan

  • ARM64 boot test passes (musl tests found in /usr/local/cbin)
  • x86_64 boot test passes (no regressions)

🤖 Generated with Claude Code

Install musl-compiled C binaries (*_musl*) to /usr/local/cbin/ on ext2
instead of /bin or /usr/local/test/bin. Add /usr/local/cbin to default
PATH environment variable. Update ARM64 test loader to search multiple
directories (/bin, /usr/local/cbin, /usr/local/test/bin, /sbin).

Co-Authored-By: Ryan Breen <ryanbreen@gmail.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ryanbreen ryanbreen merged commit 6b835ef into main Feb 18, 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.

1 participant