clarify error message for pcidev
This commit is contained in:
parent
0d23553cae
commit
3018b08f59
1158
bochs/configure
vendored
1158
bochs/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -714,7 +714,7 @@ AC_ARG_ENABLE(pcidev,
|
||||
KERNEL_MODULE_SUFFIX="ko"
|
||||
;;
|
||||
*)
|
||||
AC_MSG_ERROR([Linux kernel 2.4 or 2.6 is required])
|
||||
AC_MSG_ERROR([Linux kernel 2.4 or 2.6 is required for PCI host device mapping])
|
||||
;;
|
||||
esac
|
||||
KERNELDIR="/lib/modules/$linux_version/build"
|
||||
|
@ -322,8 +322,10 @@ Bochs CPU configurability - go over all CPUID feature extensions and see how and
|
||||
|
||||
35. CPU Feature: DCA (Direct Cache Access)
|
||||
|
||||
???
|
||||
Enables CPUID[0x00000001].ECX[18] flag.
|
||||
Enables IA32_PLATFORM_DCA_CAP MSR register.
|
||||
Enables CPUID[0x00000009] Direct Cache Access Information Leaf.
|
||||
Indicates the processor supports the ability to prefetch data from a memory mapped device.
|
||||
Not implemented in Bochs.
|
||||
|
||||
36. ISA Feature: SSE4.1
|
||||
|
Loading…
Reference in New Issue
Block a user