Predicting_real_estate_prices_using_scikit-learn
Predicting_real_estate_prices_using_scikit-learn copied to clipboard
[BOOTSECT][FREELDR] Support booting from NTFS partitions
Purpose
Implement NTFS boot sector that loads FreeLdr from a NTFS partition
Proposed changes
- Implement VBR for NTFS
- Fix a bug in FreeLdr's NTFS driver preventing it to find freeldr.inf
TODO
- Handle "weird" NTFS partition with uncommon sector sizes / sectors per cluster / sectors per index record
- Better implementation for file loading
- 64-bit LCN support
- More testing