Predicting_real_estate_prices_using_scikit-learn icon indicating copy to clipboard operation
Predicting_real_estate_prices_using_scikit-learn copied to clipboard

[FREELDR] Add support for Physical Address Extension (PAE) paging mode memory management.

Open vgalnt opened this issue 3 years ago • 8 comments

Purpose

[FREELDR] Add support for Physical Address Extension (PAE) paging mode memory management.

JIRA issue: CORE-17986

Proposed changes

  • Added "LiveCD PAE (Debug)" in livecd.ini.
  • Changes have been made to "ndk/i386/mmtypes.h" so that PAE\Non-PAE structures are visible at the same time.
  • Added defines for PAE in "boot/freeldr/freeldr/include/arch/i386/i386.h"
  • Added WinLdrIsPaeSupported() - a stub for checking compatibility and enabling PAE mode.
  • Add support for PAE in "boot/freeldr/freeldr/ntldr/arch/i386/winldr.c".

vgalnt avatar Jan 11 '22 17:01 vgalnt