Paul Brook wrote:
> On Monday 30 April 2007, Nakajima, Jun wrote:
>   
>> We found a way to get 32-bit Vista up on KVM by fixing bios.bin. And I
>> think it should be helpful to qemu as well. However, I'm not sure if the
>> binary file has been created simply by applying bios.diff to the latest
>> bochs CVS tree (actually I doubt it).
>>     
>
> What makes you think this won't work? Have you tried it?
>
>   

Regardless of whether it works or not, it would be nice to have a file 
in qemu/pc-bios detailing the revision numbers of the sources taken from 
bochs, synced on each update.  Something like the output of

    cvs status | awk '/^File:/ { file = $2 } /^   Working revision:/ { 
printf("%-20s %s\n", file, $3) }'


-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to