diff options
author | hpa <hpa> | 2004-12-17 02:58:47 +0000 |
---|---|---|
committer | hpa <hpa> | 2004-12-17 02:58:47 +0000 |
commit | 8ba28c22d02988019a0f25f32b0a1f900a4995e8 (patch) | |
tree | 21abae09dd62c1518f0ec57d937be4ae5176e31f /TODO | |
parent | a1b91662653c6e2f73e960743a15e67352662fd9 (diff) | |
download | syslinux-elf-8ba28c22d02988019a0f25f32b0a1f900a4995e8.tar.gz syslinux-elf-8ba28c22d02988019a0f25f32b0a1f900a4995e8.tar.xz syslinux-elf-8ba28c22d02988019a0f25f32b0a1f900a4995e8.zip |
Update the TODO list.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -8,9 +8,14 @@ $Id$ - Allow the boot sector to be written to a file instead of the actual boot sector. +- Better memory management of the vkernel area, in particular for + pxelinux/isolinux. This should allow more vkernels inside the 64K + vkernel segment. + + *** Debugging projects: -- Figure out why MEMDISK croaks on the WinME/WinXP DOS startup disk. +- DONE: Figure out why MEMDISK croaks on the WinME/WinXP DOS startup disk. *** In progress, but for @@ -21,7 +26,7 @@ $Id$ - Cleaned up documentation, with a real man page. -- Major rewrite of SYSLINUX to support EBIOS/EDD, FAT32 and large +- IN PROGRESS: Major rewrite of SYSLINUX to support EBIOS/EDD, FAT32 and large clusters. This should also enable code to be shared with the ext2/ext3 version. @@ -36,4 +41,4 @@ $Id$ - Add "localboot" support to SYSLINUX (using the ISOLINUX feature set.) - -> chain.c32 is probably sufficient. + OBSOLETE: chain.c32 is probably sufficient. |