Linux işletim sisteminin kalbi hakkındaki yazıların içeriği.
Proc Dosya Sistemini anlamak The proc filesystem is a virtual filesystem which provides a lot of infromation about hardware and kernel internal data structures.
Jeff Dike ile söyleşi Jeff Dike is the creator and maintainer of User Mode Linux, a very interesting new feature of the 2.6 Linux kernel. This article will give some insight into UML and the people behind it.
Linux Aygıt Sürücüleri için Güvenli Port Ayırtılması Writing a device driver is a challenging and an adventurous job. Once the device is registered in the driver's init_module routine, the resources for the device should be allocated. One of the main resources for the device is I/O port. The dynamically linked drivers, the developer should be careful to allocate unused range of port addresses for their device.
Linux çekirdeğini derlemek This a really comprehensive article that teaches you how to download , configure, compile and install your own kernel.