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