summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhpa <hpa>2001-04-05 06:22:10 +0000
committerhpa <hpa>2001-04-05 06:22:10 +0000
commit3c38db2ccbffebbfb9dffade54e58f540ec34f78 (patch)
tree0ff45f153c40c0ff96e7c5abcc9db7dc9d1309fc
parentdd80badc521c8b865df8c4b63ebd2f5e2d5b4c4a (diff)
downloadsyslinux-3c38db2ccbffebbfb9dffade54e58f540ec34f78.tar.gz
Minor cleanup/updates of the list.
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
index b8b7dfb3..457a5569 100644
--- a/TODO
+++ b/TODO
@@ -1,14 +1,20 @@
- Clean up the command-line parsing.
+
- Cleaned up documentation, with a real man page.
+
- Support for clusters larger than 16K. This would require changing
a lot of the SYSLINUX internals so we can read partial clusters;
change the current "cluster pointers" to become
"cluster:sector pointers". (32K may be doable.) Microsoft
documentation claims that 32K is the maximum legal value although
"some versions of some systems allow 64K".
+
- EBIOS support.
+
- FAT32 support?
+
- Support initrd that span multiple input media?
+
- Support a small set of DOS system calls for COMBOOT images? Serial
console support makes this particularly desirable; otherwise the
user could just use the BIOS I/O calls, but that won't work with the
@@ -23,3 +29,7 @@
4Ch - Terminate program
... in addition to INT 20h (Terminate program), of course.
+
+- Factor out common and filesystem-specific code into files, even if
+ they have to be %includes rather than genuine modules.
+