Skip to content

Commit eca1eea

Browse files
committed
add README.md
1 parent 2ed8a56 commit eca1eea

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
ntfs-efi
2+
---------
3+
4+
btrfs-efi is an NTFS filesystem driver for EFI. It is intended for use with the free
5+
Windows bootloader [Quibble](https://github.com/maharmstone/quibble), but you
6+
should be able to use it for anything EFI-related.
7+
8+
Thanks to [Eric Biggers](https://github.com/ebiggers), who [successfully reverse-engineered](https://github.com/ebiggers/ntfs-3g-system-compression/) Windows 10's
9+
"WOF compressed data", and whose code I've used here.
10+
11+
Changelog
12+
---------
13+
14+
* 20230328
15+
* Initial release
16+
17+
To do
18+
-----
19+
20+
* LZX WOF compression
21+
* LZNT1 compression
22+
* Hide special files in root
23+
* Free space, volume label, etc.
24+
* Symlinks
25+
* Case-sensitive directories

0 commit comments

Comments
 (0)