Details
-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
Description
I've noticed in the function LinuxCheckKernelVersion() that it first sets the value of NewStyleLinuxKernel to false to assume the possibility that the kernel version of Linux is <2.0. However, when the function checks for certain conditions, it sets the value of NewStyleLinuxKernel, which is already initially set to FALSE to FALSE again. I simplified the code to check to see if the version is 2.0 or later, than do another check to see if the version is 2.01 or later.
The patch compiles just fine, but I have not formally tested it yet.
Attachments
Issue Links
- relates to
-
CORE-9023 FreeLdr improvements
- Open