summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO14
1 files changed, 13 insertions, 1 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 64030cb64..7ff4dbdd6 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,7 +1,8 @@
-NuttX TODO List (Last updated August 12, 2010)
+NuttX TODO List (Last updated August 21, 2010)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(5) Task/Scheduler (sched/)
+ (1) On-demand paging (sched/)
(2) Memory Managment (mm/)
(1) Signals (sched/, arch/)
(1) pthreads (sched/)
@@ -64,6 +65,17 @@ o Task/Scheduler (sched/)
Priority: Medium, required for standard compliance (but makes the
code bigger)
+o On-demand paging (sched/)
+ ^^^^^^^^^^^^^^^^^^^^^^^^^
+
+ Description: On-demand paging has recently been incorporated into the RTOS.
+ The design of this feature is described here:
+ http://www.nuttx.org/NuttXDemandPaging.html.
+ As of this writing, the feature is incomplete and untested.
+ It should not be enabled!
+ Status: Open, in work
+ Priority: Medium-Low
+
o Memory Managment (mm/)
^^^^^^^^^^^^^^^^^^^^^^