> I have successfully configured ltsp . > > but the problem is that in loads the Linux kernel from network ! . > I want that the kernel should be embedded in to the network card . Thats totally impracticle, first of all the network card should have enough spare flash, even if you manage that it will simply add a complicated dual interface in the network card, which should now basically double as a storage device. A much better way is to add a flash device in the system, you can not only load the kernel but the entire root filesystem from the device, a common way will be to add a pcmcia flash card in the system. This prity much gives a harddisk ATA IDE interface and looks as if there is a disk in the system so everything is lot simplified.
> Do we have a embedded system programmer in pune for that purpose Are you looking to make this system commercially/for business use? Neways here is an article which might help, googling for "diskless flash linux" will help too.. http://www.linuxjournal.com/article/7383 -- BAIN http://abhijit.adotout.net Afterthought: What is the cost of addind a cf card these days? May be adding a harddisk is cheaper these days ???? Reason is IDE interface comes with any board and you pay for it regardless, pcmcia is a addon usually. -- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: ([email protected]) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
