Stefan Reinauer wrote:
Ok, new version: I added CPUID and removed a whole bunch of warnings, too.
Looks fine.
x86emu: Add support for the following opcodes:
- SMSW
- INVD/WBINVD
- RDMSR/WRMSR
- CPUID
The implementation is kept very simple (mostly dummies) but it should get us successfully through the Poulsbo VGA OPROM code in order to determine further requirements.
Also, fix up a lot of warnings (mostly about missing prototypes for functions that should be static anyways)
Signed-off-by: Stefan Reinauer stepan@coresystems.de
Acked-by: Peter Stuge peter@stuge.se