summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhpa <hpa>2004-12-10 05:51:23 +0000
committerhpa <hpa>2004-12-10 05:51:23 +0000
commitbd8e69116c5b6cdc1ca952ece58ff9c895137932 (patch)
tree1436e19d1531210d6b99d90cafe748c946165c3f
parent45b08835272ad1833f5eaef36d936f7b06cd3d03 (diff)
downloadsyslinux-2.12.tar.gz
Update TODO listsyslinux-2.12
-rw-r--r--TODO19
1 files changed, 8 insertions, 11 deletions
diff --git a/TODO b/TODO
index e8d81209..6efca5ee 100644
--- a/TODO
+++ b/TODO
@@ -5,30 +5,27 @@ $Id$
- PXELINUX: Support changing the default server and downloading files
from a non-default server.
+- Allow the boot sector to be written to a file instead of the actual
+ boot sector.
*** Debugging projects:
- Figure out why MEMDISK croaks on the WinME/WinXP DOS startup disk.
+*** In progress, but for
+
*** Future projects:
- Clean up the command-line parsing.
- Cleaned up documentation, with a real man page.
-- 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". (32K may be doable.) Microsoft
- documentation claims that 32K is the maximum legal value although
- "some versions of some systems allow 64K".
-
-- EBIOS support.
-
-- FAT32 support.
+- Major rewrite of SYSLINUX to support EBIOS/EDD, FAT32 and large
+ clusters. This should also enable code to be shared with the
+ ext2/ext3 version.
-- ext2/ext3 support.
+- ext2/ext3 support (EXTLINUX.)
- Subdirectory support in SYSLINUX.