[ros-dev] Re: [ros-diffs] [ion] 13305: Dynamic 3GB support, part 1. Only multiboot.S remains to be changed, all other parts of the Kernel now used KERNEL_BASE based on the command-line (Please don't use /3gb if you don't compile 3GB)

Filip Navara xnavara at volny.cz
Mon Feb 7 10:13:48 CET 2005


ion at 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


More information about the Ros-dev mailing list