ion@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
Filip Navara wrote:
ion@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
Hi,
You're right... I don't even remember writing that code... anyways it will be removed today.
Best regards, Alex Ionescu