From a333340f0bbd9b92d2cc91669f766db799014e2b Mon Sep 17 00:00:00 2001 From: Robert Kopferl Date: Thu, 18 Apr 2002 23:48:12 +0000 Subject: [PATCH] my idea of a dirstruct svn path=/trunk/; revision=2856 --- os2/dirstruct.txt | 50 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 os2/dirstruct.txt diff --git a/os2/dirstruct.txt b/os2/dirstruct.txt new file mode 100644 index 00000000000..555400cd6b3 --- /dev/null +++ b/os2/dirstruct.txt @@ -0,0 +1,50 @@ +Win32 and os2ss sight to the system partition ++C < contains under os2ss a autogenerated config.sys + | + +-ROS + +-NATIVE < NTDLL, ntoskrnl, hal.dll, csrss.exe os2.exe psx.exe ... + | +-DRIVERS < *.SYS + | +-CONFIG < registry + +-WIN32 + | +-SYSTEM < user32.dll kernel32.dll ... + | +-FONTS + | +... + +-OS2 + | +-DLL < doscalls.dll .... + | +-SYSTEM + | +-... + +-PSX + +-etc < mountpoint for posix apps + +-bin + +-dev + +-lib < posix.dll + +-tmp + +-var + +-mnt < empty + +posix sight to the system partition + / + +-etc < mountpoint for posix apps + +-bin + +-dev < link to OB-mans Devices + +-lib < posix.dll + +-tmp < alias to systemtemp + +-var + +-mnt + +-C < win32-driveletters + | | + | +-ROS + | +-NATIVE < NTDLL, ntoskrnl, hal.dll, csrss.exe os2.exe psx.exe ... + | | +-DRIVERS < *.SYS + | | +-CONFIG < registry + | +-WIN32 + | | +-SYSTEM < user32.dll kernel32.dll ... + | | +-FONTS + | | +... + | +-OS2