Predicting_real_estate_prices_using_scikit-learn
Predicting_real_estate_prices_using_scikit-learn copied to clipboard
[FREELDR] Add support for Physical Address Extension (PAE) paging mode memory management.
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".