host vs target refactoring, <module> has two new attributes 'host' and 'prefix' ...
[reactos.git] / os2 / dirstruct.txt
1 Win32 and os2ss sight to the system partition
2 +C < contains under os2ss a autogenerated config.sys
3 |
4 +-ROS
5 +-NATIVE < NTDLL, ntoskrnl, hal.dll, csrss.exe os2.exe psx.exe ...
6 | +-DRIVERS < *.SYS
7 | +-CONFIG < registry
8 +-WIN32
9 | +-SYSTEM < user32.dll kernel32.dll ...
10 | +-FONTS
11 | +...
12 +-OS2
13 | +-DLL < doscalls.dll ....
14 | +-SYSTEM
15 | +-...
16 +-PSX
17 +-etc < mountpoint for posix apps
18 +-bin
19 +-dev
20 +-lib < posix.dll
21 +-tmp
22 +-var
23 +-mnt < empty
24
25 posix sight to the system partition
26 /
27 +-etc < mountpoint for posix apps
28 +-bin
29 +-dev < link to OB-mans Devices
30 +-lib < posix.dll
31 +-tmp < alias to systemtemp
32 +-var
33 +-mnt
34 +-C < win32-driveletters
35 | |
36 | +-ROS
37 | +-NATIVE < NTDLL, ntoskrnl, hal.dll, csrss.exe os2.exe psx.exe ...
38 | | +-DRIVERS < *.SYS
39 | | +-CONFIG < registry
40 | +-WIN32
41 | | +-SYSTEM < user32.dll kernel32.dll ...
42 | | +-FONTS
43 | | +...
44 | +-OS2 <some apps
45 | | +-DLL < doscalls.dll ....
46 | | +-SYSTEM
47 | | +-...
48 | +-PSX < empty
49 +-D
50 +-E...