I have looked high and low for a solution but am still unable to pass boot codes such as xvesa=800x600x16 from QEMU to tiny core. I want to be able to detect the best resolution for a Windows host.
I am using the following on Windows XP:
qemu.exe -L .\bios\ -m 256 -localtime -soundhw es1370 -kernel boot/vmlinuz -initrd boot/tinycore.gz -hda mydrive.img -append "tc xvesa=800x600x16 quiet"
It is using the "quiet" command but it is ignoring the xvesa=...
Please help...