diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000000..823a1c832c
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,5 @@
+0.1.0 2007-03-09 Gregory Nutt Details to be provided
- I have a complete build for an ARM7 target that includes most of the OS
- features and a broad range of OS tests.
- That builds to an executable that requires about 85Kb for .text, .data., and .bss.
+ C5471 (Arm7)
+ The build for this ARM7 target that includes most of the OS features and
+ a broad range of OS tests. The size of this executable as given by the
+ Linux size command is:
- I have a stripped down OS test for the 8051 target that requires only
- 18Kb. A substantial effort was required to get to this size
- (see spreadsheet for details).
+ 87C52
+ A reduced functionality OS test for the 8051 target requires only
+ about 18Kb (see spreadsheet for details).
-This user's manual is divided into five sections:
+This user's manual is divided into three sections:
+ text data bss dec hex filename
+ 53272 428 3568 57268 dfb4 nuttx
+
+Licensing
diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html
index 6894d84608..b7055adbcf 100644
--- a/Documentation/NuttxUserGuide.html
+++ b/Documentation/NuttxUserGuide.html
@@ -27,7 +27,7 @@ Gregory Nutt
1.0 Introduction
@@ -4113,28 +4111,5 @@ notify a task when a message is available on a queue.
have to do some redesign.
-This section documents know problems with Nuttx at the time -of this writing. -
-
-Priority: LOW. If a task is blocked a waiting for a message -queue to become non-empty, it will be re-started anyway. -
-Priority: LOW. -