I'm developing a driver which works with virtualization for the Windows platform and every time I test my driver I must boot to a different machine in order to test it (there is no nested virtualization support for Virtualbox or VMWare, and I'm not sure about Xen, but this is out of the scope of my question)
I was wondering if it's possible to create a livecd to any kind of windows flavor (I have legit versions of Windows that I work with) with all my tools included already, so I would only need to fetch my driver and load it instead of booting a modified machine
Can anyone recommend or hint me with which tools I should use ?
Be noted that we're talking about x86 and x86_64 too :)
Thanks in advance