TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How programs get run

73 pointsby StylifyYourBlogover 10 years ago

2 comments

sanxiynover 10 years ago
The article gives an example of Java .class files and .jar files for a binfmt_misc use. Another good example is QEMU user mode emulation. With binfmt_misc, you can detect ARM binaries on x86 PC and automatically use QEMU to run them. This is how Scratchbox is implemented.
Alupisover 10 years ago
Interesting article! lwn.net always has great stuff.<p>Related:<p>&gt; Linux x86 Program Start Up - or - How the heck do we get to main()?<p><a href="http://dbp-consulting.com/tutorials/debugging/linuxProgramStartup.html" rel="nofollow">http:&#x2F;&#x2F;dbp-consulting.com&#x2F;tutorials&#x2F;debugging&#x2F;linuxProgramSt...</a>