From 55e19f94fed6c61b5f4083a454ec4db143734205 Mon Sep 17 00:00:00 2001 From: freesource Date: Sat, 9 Mar 2002 07:20:41 +0000 Subject: [PATCH] changes. --- Changes | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Changes b/Changes index 25c6cbc..abc8d41 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,14 @@ +Updated to 2.4.18-2um and the latest uml tools 20020212, including tunctl from +CVS, because it was missing from the uml_utilities tar.bz2. This is a nice +patch, and an earlier compilier issue has disappeared. + +Added the MTD Emulation section to the UML Box. This allows filesystems to +be run on a simulated Memory Technology Device via mtdram or blkmtd. This +is most useful for running jffs2 fs (compressed journaling fs designed for +flash memory). This is handy for shipping and running jffs2 images, and to +test this and other fs ultimately designated for a MTD device. With a little +tweaking they should run well on an x86 MTD. + If a fs is being made with mkcramfs, genromfs, mkfs.jffs or mkfs.jffs2 and the directories /dev or /initrd don't exist, they are automatically are created during the create stage. Initrd dir is needed for mtd emulation