Fordi
Group: Members
Posts: 90
Joined: April 2004 |
|
Posted: Dec. 16 2004,15:36 |
|
>_>
<_<
Most linux distros have become pretty quick with the drivers since Hotplug started being a good bit of code. Meanwhile, Windows 2000 and up are similarly quick.
QEMU, on the other hand, has no pass-thru support for USB, no support for "exotic" hardware (ie: TV cards, multiple net cards, firewire, etc, ad inf), limited video support (it uses the bios from an ancient Cirrus Logic card), and is about 1/4x your CPU.
If you really want to be able to "run any os", then I suggest getting an SCSI card and learning how to finesse GRUB. GRUB's a pretty damn good bootloader, and I've never had a problem with it. In fact, if you put a bootloader on every OS partition you have (say, lilo for the linux partitions, ntldr for the windows partitions, etc), then the loading code is pretty simple:
Code Sample | root (hdx,x) // IDE channel 0, Partition 0 = hd0,0. simple. chainloader +1
|
|