Tag
Kernel Development
5 posts tagged "Kernel Development".
- 1 min read
Compiling Android with Kernel 3.8
Note 1: SGX is not yet supported on Kernel 3.8 so there is no hardware-accelerated OpenGL on this release./pre>
- 1 min read
Installing busybox (for Android) on BeagleBoard
**BusyBox** provides several stripped-down [Unix tools](http://en.wikipedia.org/wiki/Unix_tool "Unix tool") in a single [executable…
- 1 min read
I want to boot my Kernel on a real machine
Testing and running the Kernel with QEMU is nice, it is faster for developing but it is not what we want. We want to run things in real hardware.
- 7 min read
Starting from Scratch... (It's a nice day for writing a Kernel)
As most of us wished when we were kids, I also wanted to have my own OS. In those days, when I was nearly 12, it was not easy to find somebody that teaches…