foxygit / doom Log in
commit dd7adf998304af1845a9e64db36024ed5658fe2e
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Thu Dec 13 22:27:07 2007 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Thu Dec 13 22:27:07 2007 +0000

    Add mmapped file IO note to TODO.

    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 985
---
 TODO | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/TODO b/TODO
index 135390a4..7c5e5eaa 100644
--- a/TODO
+++ b/TODO
@@ -4,6 +4,9 @@ To do:
   - Debian/Ubuntu .deb packages, Fedora .rpm packages.
   - Windows NSIS installer.
   - MacOS X .dmg packages (should be universal binaries!)
+* mmap()ed WAD file I/O.  This is potentially useful for ports to
+  embedded / low memory systems, as currently the contents of WAD lumps
+  are copied into the zone memory.
 * Better icon for chocolate-setup.
 * Free version of the Chocolate Doom logo (from scratch, not using the
   Doom imp sprite), so t-shirts can be printed!