Nov. 18, 2014
3:24 p.m.
- I could go with a virtual machine on one of my main machines – But I'm not quite sure whether the hardware-abstraction will give me troubles when hacking on hardware drivers (which I want to start with)
Developing on virtual machine(you can try VirtualBox) is the best option, if you intend to hack into device drivers. Working on the Raspberry Pi, would also involve porting, cross-compiling issues. If you are comfortable with them, then you can try that but LDD and LKD aims more to x86 platform drivers than any other platform. Regards, Saket Sinha