Archive for February, 2009

Linux Run Level

Posted on February 17th, 2009 by Administrator  |  1 Comment »

Linux kernel will start a program called init, if it finds it. The init process reads the file “/etc/inittab” and uses this file to determine how to create processes. Read the init man page for more information. Also note that init is always running and can dynamically do things and run processes based upon various [...]

Read More

Embedded C language

Posted on February 16th, 2009 by Administrator  |  2 Comments »

A topic of debate about the phrase, “Do you work on Embedded C language?”. I belong to the category who say there is nothing called Embedded C language, but C language for Embedded Systems. C language used for programming on embedded systems would need using the language in a smart way. Bit manipulations. Pointer Arithmetic. [...]

Read More