diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-01-25 21:13:31 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-01-25 21:13:31 -0800 |
commit | f61c5d8767ae6481e58fb25de606aba04827ddf3 (patch) | |
tree | 962748451662b515014361d41de0a1616ec64a39 /TODO | |
parent | 7be7d5e23af8c42b47232495d5f60979971cb306 (diff) | |
download | syslinux.git-f61c5d8767ae6481e58fb25de606aba04827ddf3.tar.gz syslinux.git-f61c5d8767ae6481e58fb25de606aba04827ddf3.tar.xz syslinux.git-f61c5d8767ae6481e58fb25de606aba04827ddf3.zip |
Update TODO list.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -1,6 +1,6 @@ *** To do in the short term: -- PXELINUX: Figure out localboot/idle problems +- PXELINUX: Figure out localboot/idle problems. - PXELINUX: Support changing the default server and boot file prefix? @@ -10,6 +10,8 @@ - Library support for all the comboot system calls. +- Deal with non-512-byte sectors (if I can get media which does...) + *** Future projects: @@ -17,15 +19,14 @@ - Cleaned up documentation, with a real man page. -- Subdirectory support in SYSLINUX. - - Support files that span multiple input media (SYSLINUX) -> Seems to be getting less important; floppies are dying? -- Clean up the handling of sections +- Clean up the handling of sections. + +- API call to get directory listing. + +- COM32-based CLI. -- Add "localboot" support to SYSLINUX (using the ISOLINUX feature - set.) - OBSOLETE: chain.c32 is probably better. +- Rewrite the filesystems to run in protected mode C code. -- API call to get directory listing |