Support LOCALBOOT (ISOLINUX-style) in SYSLINUX/EXTLINUX
[syslinux.git] / TODO
blob93f3194d331a8906c57a7635330ef96ea7e4304e
1 *** To do in the short term:
3 - PXELINUX: Figure out localboot/idle problems.
5 - PXELINUX: Support changing the default server and boot file prefix?
7 - Support loading a new configuration file.
9 - Library support for "shuffle and boot" extension.
11 - Library support for all the comboot system calls.
13 - Deal with non-512-byte sectors (if I can get media which does...)
15 - Add support for getting the hardware address on Infinibad.
18 *** Future projects:
20 - Clean up the command-line parsing.
22 - Cleaned up documentation, with a real man page.
24 - Support files that span multiple input media (SYSLINUX)
25   -> Seems to be getting less important; floppies are dying?
27 - Clean up the handling of sections.
29 - API call to get directory listing.
31 - COM32-based CLI.
33 - Rewrite the filesystems to run in protected mode C code.