Then I was interupted by an idea: Linux is the wrong operating system,
I wanna build my own OS, and all that. So I decided to take a look at
http://www.osdev.org
But the tutorial for a really small OS is based on "how to build a
ramdisk". This ramdisk ideology is wellknown as initrd from the linux-
community. It is the easiest way to manage your kernel. I mean that:
/dev/...
/proc/...
/usr/share
/media
... is only a ramdisk in your memory. Now i try to understand what
mkinitrd really does. Until then I eat the neighbour-child.