Kernel, compiler, bsps, libraries, examples, userspace daemons... Because no one wants to deal with this alone, hardware manufactures (or community) often release pre-configured/customized OS distribution...
Tag Archives: Archlinux
# Unknown ‘uname -p’ output?
Quick troubleshooting on potentially misbehaving `uname` command (printing unknown processor type). I've built assumptions on how the `uname` works, but as it came out it's not that straightforward.
# Android-x86: Extended emulator configuration
Google Android Emulator works on top of the x86 processor architecture, that's why the efficiency is quite low. Luckily, there exists a project called Android-x86 which uses kernel compiled to x86 architecture, so you can use it as a native system (with full x86 instruction set).