Hi can anyone shed some light on the prerequisites for installing VM server 2.0 on fc9 86_64.
"CONFIG_RTC=y : 1.
CONFIG_PARPORT_PC=m : 2. "
Why does VM need them? how can check if they are already set and if not how to do i set them?
1. The real-time clock function must be compiled into your Linux
kernel.
2. The parallel port PC-style hardware option (CONFIG_PARPORT_PC) be
built and loaded as a kernel module (that is, it must be set to m when
the kernel is compiled).
Thanks
Paul