More fixes to the extlinux installer; change back to writable types
[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 - Better memory management of the vkernel area, in particular for
12   pxelinux/isolinux.  This should allow more vkernels inside the 64K
13   vkernel segment.
14
15
16 *** Debugging projects:
17
18 - DONE: Figure out why MEMDISK croaks on the WinME/WinXP DOS startup disk.
19
20
21 *** In progress, but for
22
23 *** Future projects:
24
25 - Clean up the command-line parsing.
26
27 - Cleaned up documentation, with a real man page.
28
29 - IN PROGRESS: Major rewrite of SYSLINUX to support EBIOS/EDD, FAT32 and large
30   clusters.  This should also enable code to be shared with the
31   ext2/ext3 version.
32
33 - ext2/ext3 support (EXTLINUX.)
34
35 - Subdirectory support in SYSLINUX.
36
37 - Support files that span multiple input media (SYSLINUX)
38   -> Seems to be getting less important; floppies are dying?
39
40 - Clean up the handling of sections
41
42 - Add "localboot" support to SYSLINUX (using the ISOLINUX feature
43   set.)
44   OBSOLETE: chain.c32 is probably sufficient.