Lesson 3. Introduction to wince6.0 file structure
Private kernel and some testsCodeThere are a lot of good things in the test code.
Public component code unrelated to the public platform
PLATFORM code
Four files: bib, Reg, dat, DB
The bib file is a binary structure file that defines how modules and files are contained in an operating system image. Among them, config. bib also defines
Allocate. Make image will generate a total bib file: Ce. bib
Reg is the Registry file. After making image, a general reg file: regint. ini will be generated.
The DAT file is used to specify the file system structure of the system. If you want to change the file system structure path, you must modify the file. Make image will generate a total DAT file initobj. dat
The DB file is used to define the default, Ram-based Attribute Database for the object storage area. Rarely used.
These four files are used only by make image.
This article from the csdn blog, reproduced please indicate the source: http://blog.csdn.net/lpt19832003/archive/2009/09/10/4537931.aspx