diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 3e46d58e8dd..4cdadd2761d 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -8,7 +8,7 @@
NuttX RTOS
- Last Updated: March 2, 2011
+ Last Updated: March 5, 2011
|
@@ -2115,12 +2115,17 @@ nuttx-5.19 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
occurs.
* configs/olimex-lpc1766stk -- Added an LED encoded to indicate if the LPC1766
is in sleeping.
- * examples/mm -- This is a simplified version of the "built-in" memory manager
- test of mm/mm_test.c. It is simplified because it does not have access to
- the internals of the memory manager as does mm/mm_test.c, but it has the
- advantage that it runs in the actual NuttX tasking environment (the
- mm/mm_test.c only runs in a PC simulation environment).
+ * examples/mm -- This is a simplified version of the "built-in" memory manager
+ test of mm/mm_test.c. It is simplified because it does not have access to
+ the internals of the memory manager as does mm/mm_test.c, but it has the
+ advantage that it runs in the actual NuttX tasking environment (the
+ mm/mm_test.c only runs in a PC simulation environment).
* drivers/mmcsd_sdio.c/h -- Several corrections submitted by Uros Platise.
+ * arch/x86 - Provide support for x86 architectures. Support for the i486
+ architecture under QEMU is provided under arch/x86/include/i486,
+ arch/x86/include/qemu, arch/x86/src/i486, and arch/x86/src/qemu.
+ * configs/qemu-i486 - "Board" support configurations for verifying the QEME
+ i486 port.
pascal-2.1 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
diff --git a/Documentation/README.html b/Documentation/README.html
index 0338330fae5..c9238cc8d12 100755
--- a/Documentation/README.html
+++ b/Documentation/README.html
@@ -9,7 +9,7 @@
NuttX README Files
- Last Updated: February 27, 2010
+ Last Updated: March 5, 2010
|
@@ -38,6 +38,11 @@
| | | |-m16c/README.txt
| | | |-sh1/README.txt
| | | `-README.txt
+ | |- x86/
+ | | |- include/
+ | | | `-README.txt
+ | | `- src/
+ | | `-README.txt
| `- z80/
| | `- src/
| | `- z80/README.txt
@@ -111,6 +116,10 @@
| | |- include/README.txt
| | |- src/README.txt
| | `- README.txt
+ | |- qemu-i486/
+ | | |- include/README.txt
+ | | |- src/README.txt
+ | | `- README.txt
| |- sam3u-ek/
| | `- README.txt
| |- sim/