diff --git a/doc/html/index.html b/doc/html/index.html
index feb5628..c617e9b 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -3,7 +3,7 @@
-$Id: index.html,v 1.91 2002/03/04 02:07:24 freesource Exp $
+$Id: index.html,v 1.92 2002/03/04 02:21:09 freesource Exp $
@@ -353,6 +353,63 @@ filesystem. Append with ubd?=.
+MTD Emulator
+
+
+
+"On or Off" Turn MTD emulation on or off.
+
+
+
+"mtdram" Use memory to emulate test mtd device.
+
+
+
+"blkmtd" Use block device to emulate test mtd device.
+
+
+
+"total size" Choose the total size for the mtd device.
+
+
+
+"erasure size" Choose the erasure size for the mtd device.
+
+
+
+Notes:
+
+
+
+- Choose a filesystem type which corresponds with the root filesystem image.
+
+
-
+
+Default sizes are chosen for mtdram's memory (mem) and
+ramdisk size (ramdisk_size) requirements, and blkmtd's memory requirements.
+These can be altered by passing the appropriate option to the
+kernel.
+
+
-
+
+Runlevels are determined in this order: mtd_init parameter
+passed as a user option, runlevel passed as a user option,
+root filesystem's /etc/inittab's initdefault, or the default of /sbin/init 2.
+
+
-
+
+mtd_init=[Kernel start-up parameter]
+
+example: mtd_init=/bin/bash
+
+
+
+
+
+Lower Button Bar
+
+
+
"Reboot" Passes the reboot command to the mconsole to reboot the
Linux virutal machine.