Further extensions for VxWorks wrapper
[yaffs2.git] / direct / README.txt
1 New Handling for Yaffs Core Code in Yaffs Direct
2
3 In the past, the Yaffs core code was joined into the Yaffs direct code by
4 means of symbolic links. This had to be changed when some Linux
5 kernel-friendly changes were made.
6
7 Now, the Yaffs core code needs to be slightly modified before use in Yaffs
8 Direct. This is accomplished by a script that copies the code intto the
9 Yaffs Direct "workspace" while using sed to modify some of the function 
10 names etc. For example, strlen() is changed to yaffs_strlen() to allow these
11 functions to be twaeked for use with unicode.
12
13 This is accomplished by the script called handle_common.sh.
14
15 cd yaffs2/direct
16 ./handle_common.sh copy
17