Corrected additional object manager issues pointed by Philip Susi
[reactos.git] / reactos / INSTALL
index ceefb01..7a6d881 100644 (file)
@@ -5,9 +5,9 @@ mingw32 cross compiler running on unix.
 
 2. Building
 
-To build from Windows run 'make -fmakefile.dos'. To build from unix, edit
-rules.mak and change the PREFIX variable to the correct value for your
-cross-compiler, then run 'make'.
+To build from Windows run make. To build from unix, edit rules.mak and change 
+the PREFIX variable to the correct value for your cross-compiler, then run 
+'make'.
 
 3. Installation
 
@@ -17,9 +17,13 @@ structure like the following
 
 make directories C:\reactos,C:\reactos\system,C:\reactos\system\drivers
 
-Copy apps/shell/shell.exe to C:\reactos\system
-Copy services/dd/keyboard/keyboard.sys to C:\reactos\system\drivers
-Copy services/dd/blue/blue.sys to C:\reactos\system\drivers
+Copy apps/shell/shell.exe to C:\reactos\system32
+Copy subsys/smss/smss.exe to C:\reactos\system32
+Copy services/dd/keyboard/keyboard.sys to C:\reactos\system32\drivers
+Copy services/dd/blue/blue.sys to C:\reactos\system32\drivers
+Copy lib/ntdll/ntdll.dll to C:\reactos\system32
+Copy lib/kernel32/kernel32.dll to C:\reactos\system32
+Copy lib/crtdll/crtdll.dll to C:\reactos\system32
 
 The system can only be started from DOS. Copy the following files,
 services/dd/ide/ide.sys, services/fs/vfat/vfatfsd.sys and