summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhpa <hpa>2000-07-06 21:02:54 +0000
committerhpa <hpa>2000-07-06 21:02:54 +0000
commit1eb89952800ecd7e6977fa6c5c940a76d70a4d6d (patch)
treedfadb5e5a78f4ceededcae38eed264060cfb5284
parent0ab786f53d9d572a277897730bcb5968a076a7e0 (diff)
downloadsyslinux-1eb89952800ecd7e6977fa6c5c940a76d70a4d6d.tar.gz
Update TODO
-rw-r--r--TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index 358172a8..b6a89dda 100644
--- a/TODO
+++ b/TODO
@@ -2,7 +2,11 @@
- 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".
+ "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.)