From: Henry N. <Hen...@Ar...> - 2008-03-03 22:19:33
|
Henry Nestler wrote: > Henry Nestler wrote: >> Hello baldyeti, >> >>>> Anyway it had the following: >>>> >>>> PFN too high! 523367 >= 491520 >>>> and >>>> PFN too high! 523444 >= 491520 >>> For left value have no idea. >>> The right value seems me ok. 491520 * 4K = 2013265920 Bytes (1920 MB) >>> This are the 2GB minus your graphic card. > > Some calcutations for left value > 2GB = 2048MB = 2147483648 Bytes > PFN max for all memory = 2GB / 4K - 1 > PFN max for all memory = 524287 > PFN max for usable memory = (2GB - 128MB) / 4K - 1 > PFN max for usable memory = 491520 > Your left values are in the memory between 1920MB and 2048MB. > But should not! That's your graphic card. Why this area is not reserved > by graphic card driver? > Here an other build: http://www.henrynestler.com/colinux/testing/pfn-check-0.7.3/20080303-pfn-check/workarround/ There have limited the memory to the value we got from ntkernel (1920 in your case). With that workarround coLinux should run on your machine :-) Please test this, and give an result. Please remember to reload the driver, before you starts this build! colinux-daemon.exe --remove-driver colinux-daemon.exe --status-driver <<--- should say not installed colinux-daemon.exe --install-driver colinux-daemon.exe --status-driver <<--- should say: Driver compiled on: Mon Mar 3 22:05:55 2008 -- Henry N. |