Home Tags Device drivers

Tag: device drivers

Android Apps Development: A Hot Career Option

3
Brands are rushing ahead at breakneck speed to build their apps on the Android OS, and that trend has opened up enormous job opportunities...

Device Drivers, Part 17: Module Interactions

17
This article, which is part of the series on Linux device drivers, demonstrates various interactions with a Linux module. As Shweta and Pugs gear up...

Device Drivers, Part 16: Kernel Window — Peeping through /proc

8
This article, which is part of the series on Linux device drivers, demonstrates the creation and usage of files under the /proc virtual filesystem. After...

Device Drivers, Part 15: Disk on RAM — Playing with Block...

56
This article, which is part of the series on Linux device drivers, experiments with a dummy hard disk on RAM to demonstrate how block...

Device Drivers, Part 14: A Dive Inside the Hard Disk for...

4
This article, which is part of the series on Linux device drivers, takes you on a tour inside a hard disk. "Doesn't it sound like...

Indian Government Takes the Open Source Route

2
The Indian Government has recently proposed to go the open source way in its e-governance projects, and the Department of Information Technology has issued...

Device Drivers, Part 8: Accessing x86-Specific I/O-Mapped Hardware

40
This article, which is part of the series on Linux device drivers, continues the discussion on accessing hardware in Linux. The second day in the...

Device Drivers, Part 7: Generic Hardware Access in Linux

52
This article, which is part of the series on Linux device drivers, talks about accessing hardware in Linux. Shweta was all jubilant about her character...

Device Drivers, Part 6: Decoding Character Device File Operations

61
This article, which is part of the series on Linux device drivers, continues to cover the various concepts of character drivers and their implementation,...

Device Drivers, Part 5: Character Device Files — Creation & Operations

140
This article is a continuation of the series on Linux device drivers, and carries on the discussion on character drivers and their implementation. In my...