summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorhpa <hpa>1998-02-14 00:26:18 +0000
committerhpa <hpa>1998-02-14 00:26:18 +0000
commite67aea1c0ccd3cc08a9110386d9b75b281941907 (patch)
tree96fc657ed4f184606ac523ac22577d442585488b /TODO
parenta646738f7167df107020e84c482d65e17118f0be (diff)
downloadsyslinux-e67aea1c0ccd3cc08a9110386d9b75b281941907.tar.gz
FAT16 support!!!
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 9 insertions, 1 deletions
diff --git a/TODO b/TODO
index a296aa3e..3c05d9e8 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,14 @@
Currently scheduled for inclusion in 1.40:
-- FAT16 support (for LS120 floppies mainly).
+- FAT16 support (for LS120 floppies mainly). DONE!
- "Comboot" style boot files.
- Booting DOS for a DOS/Linux dual rescue disk.
- Cleaned up documentation, with a real man page.
+
+For a later release, perhaps:
+
+- Support for clusters larger than 16K. This would require changing
+ a lot of the SYSLINUX internals so we can read partial clusters;
+ change the current "cluster pointers" to become
+ "cluster:sector pointers".
+