~vijaykumar

[ Home | Feed | Twitter | Vector Art | Ascii Art | Tutorials ]

From Make to SCons

Wed, 01 May 2013

Make is the standard Unix tool to build software, and has been around for the past 30 years. The make build system has certain drawbacks that more recent tools are trying to fix. One such tool in SCons. This article aims to help a make user come up to speed with SCons.

Read Full Story ...

Permalink | Add Comment | Share: Twitter, Facebook, Buzz, ... | Tags: doc, foss, python

Virtualization Lab

Mon, 21 Mar 2011

The development of the FOSS Lab Manual for the Anna University Syllabus is underway at Google Code. The contents for the first Virtualization lab is available in this post. Post your suggestions and feedback.

Read Full Story ...

Permalink | Add Comment | Share: Twitter, Facebook, Buzz, ... | Tags: doc, qemu

Embedded Prog. Using the GNU Toolchain - Slides

Sun, 04 Oct 2009

Slides and handout used at the talk in IITM’s Shaastra 2009. The talk is based on the Cortex-M3 architecture

Permalink | Add Comment | Share: Twitter, Facebook, Buzz, ... | Tags: doc, embedded

Embedded Programming with the GNU Toolchain

Wed, 13 May 2009

Permalink | Add Comment | Share: Twitter, Facebook, Buzz, ... | Tags: doc, embedded

Linux 2.6 Device Model

Sat, 16 Sep 2006

In the 2.4 and earlier Linux kernels, there was no unified database of what devices were present in the system, and how they were connected with each other. The implications of this are:

  • The user had to grep through log messages to find out if a particular device has been detected by the kernel or not. There was no straight forward method for an application to list out what devices have been detected by the kernel, and whether a driver has been associated with the device.

  • It was not possible to do proper power management, because this requires information on how the devices are connected in a system. As an example, before a USB controller is powered down, all the USB peripherals connected to that controller had to be powered down.

To overcome these problems, in 2.5 and later kernels a framework has been provided to maintain a device model. This article describes this device model framework. The intention of this article is to provide a bird’s eye view of the working of the device model framework. The specific details of each sub-component can be obtained from various other books/articles and of course the kernel source code.

Read Full Story ...

Permalink | Add Comment | Share: Twitter, Facebook, Buzz, ... | Tags: doc, linux-kernel

GTK's Multiline Text Editing Widget

Tue, 16 May 2006

Permalink | Add Comment | Share: Twitter, Facebook, Buzz, ... | Tags: doc, gtk

CVS Cheat Sheet

Sun, 20 Feb 2005

Permalink | Add Comment | Share: Twitter, Facebook, Buzz, ... | Tags: doc, foss

Powered by Python | Made with PyBlosxom | Valid XHTML 1.1 | Best Viewed With Any Browser | Icon Credits | CC-BY-SA