Predicting_real_estate_prices_using_scikit-learn
Predicting_real_estate_prices_using_scikit-learn copied to clipboard
Add back driver to access FATX partitions
Purpose
When switching from fastfat to fastfat_new driver (https://github.com/reactos/reactos/commit/c05f3d8d1ce5641f1768ecd775a375a34e368cf9), we lost the ability to access FATX partitions (usually found on XBOX).
JIRA issue: CORE-16373
Proposed changes
- add back fastfat driver when compiling for XBOX architecture, under the name vfatfs.sys.
- add a FATX recognizer in fs_rec.sys to only load vfatfs.sys when dealing with FATX partitions
- fix some bugs found while testing