In message <[EMAIL PROTECTED]> you wrote: > > I will be starting my work in embedded systems involving linux. I > would like to know how to create and load the linux image on the
To create it, you use the "make" tool. To load it, you use a boot loader. > target hardware? I would also like to know how to add and remove > modules from the linux image. I would like to write a small You use the commands "insmod" resp. "rmmod". > application program and want to download that on the target hardware > with the linux image. Fine. Go on and do it. > I am looking for a book that explains everything about embedded > systems programming in linux. Karim Yaghmour: "Building Embedded Linux Systems", Paperback: 400 pages, O'Reilly & Associates; (May 2003); ISBN 059600222X is probably what you're looking for. Although Karim does not even attempt to explain "everything". > Can some one recommend a source of information that I am looking for? See above. Some more links are at http://www.denx.de/twiki/bin/view/Training/MoreInformationBooks Best regards, Wolfgang Denk -- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: [EMAIL PROTECTED] > Is there a way to determine Yesterday's date using Unix utilities? echo "what is yesterday's date?" | /bin/mail root -- Randal L. Schwartz in <[EMAIL PROTECTED]>

