Subject: embedded applications
> Hi All, > First of all let me state that I am a newcomer to embedded field so my queston may sound silly, so sorry for that. > What I want to know is how to link a particular application with our OS image on a particular hardware in such a manner so that after the embedded sytems boots up the application starts on its own.So how this bundling od the application along with the OS is done in linux. > How do we specify the particular addresses of the various tasks. > Any kind of help would do.Thanks in advance. > Satya Linux executes "init" task after boot up. I think you should know how the init process works and do one of the followings: (1) replace init with your application program, or (2) modify inittab to tell init to execute yopur application program at particular run-level. Jun-Ye Lee -- To unsubscribe from this list, send a message to [EMAIL PROTECTED] with the command "unsubscribe linux-embedded" in the message body. For more information, see <http://waste.org/mail/linux-embedded>.