ion(a)svn.reactos.com wrote:
+ /* Gotta check 3GB setting right *here* before we
use KERNEL_BASE! */
+ if (!_strnicmp(KeLoaderCommandLine, "3GB", 3)) {
This looks obviously wrong, you're comparing the beginning of kernel
command line with "3GB". It would make more sense to actually check if
the "3GB" is somewhere in the command line (even though that's not
correct too)...
- Filip