Update TODO list
[profile/ivi/syslinux.git] / TODO
1 $Id$
2
3 *** To do in the short term:
4
5 - PXELINUX: Support changing the default server and downloading files
6   from a non-default server.
7
8 - Allow the boot sector to be written to a file instead of the actual
9   boot sector.
10
11 *** Debugging projects:
12
13 - Figure out why MEMDISK croaks on the WinME/WinXP DOS startup disk.
14
15
16 *** In progress, but for
17
18 *** Future projects:
19
20 - Clean up the command-line parsing.
21
22 - Cleaned up documentation, with a real man page.
23
24 - Major rewrite of SYSLINUX to support EBIOS/EDD, FAT32 and large
25   clusters.  This should also enable code to be shared with the
26   ext2/ext3 version.
27
28 - ext2/ext3 support (EXTLINUX.)
29
30 - Subdirectory support in SYSLINUX.
31
32 - Support files that span multiple input media (SYSLINUX)
33   -> Seems to be getting less important; floppies are dying?
34
35 - Clean up the handling of sections
36
37 - Add "localboot" support to SYSLINUX (using the ISOLINUX feature
38   set.)
39   -> chain.c32 is probably sufficient.