I am familiar with Linux but have not developed device drivers with it. What I have read about Live CD is mostly used for test driving a linux distro. I am assuming than its not a good tool to develop linux drivers....is that true? Did some research and really couldn't find much info.
|
closed as off topic by Adnan, 0A0D, Michael Petrotta, Brad Larson♦, C. A. McCann Aug 1 '11 at 22:40
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
Testing. Running firewalls. Providing a non-intrusive portable desktop. There are lots of reasons to use a Live CD.
I wouldn't use a Live CD for that because building a new iso image for every test cycle strikes me as too much effort. Live USB might be more practical. |
|||
|
|
|
i agree... if you have to develop a driver you will have to write some module. boothing from a CD you will not be given of the possibility in writing in certain location since thay will be on CD and therefore read only. while from USB you will be able to write as well. and however it will be faster! Ubuntu and fedora for instance have a nice USB booting version. cheers |
|||||||||||
|