Tag
Kernel Development
8 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…
- 3 min read
Beagleboard xM & native FTDI VCP driver
cd ~/rowboat-android/kernel
- 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.
- 1 min read
Monolithic or Micro Kernels
The Kernel is that tiny but very important part of the Operating System that acts as bridge between the applications and the low level resources of the…
- 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…
- 1 min read
Makefile for the Simple C Kernel
Just to do things in the right way...
- 3 min read
Simple Kernel in C
Sometimes it's better to take one step back in order to take two step forwards. In the long journey until a get a simple Kernel in C++, I decided to start…