X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2FINSTALL;h=3112e4666776234e09ad3f900f27044ce89ac95b;hp=7a6d8816e4465a9f664e10dbbf448408278e9759;hb=24fea578c153c5335044e116737d4b49906972b5;hpb=dbd051cad4a11cc2e3a573a4331097f6c515f020 diff --git a/reactos/INSTALL b/reactos/INSTALL index 7a6d8816e44..3112e466677 100644 --- a/reactos/INSTALL +++ b/reactos/INSTALL @@ -15,17 +15,25 @@ Installation isn't yet automated, sorry. The system can only be installed on the first partition which must be formatted for DOS. Set up a directory structure like the following -make directories C:\reactos,C:\reactos\system,C:\reactos\system\drivers +make directories C:\reactos,C:\reactos\system32,C:\reactos\system32\drivers -Copy apps/shell/shell.exe to C:\reactos\system32 +Copy apps/system/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 apps/system/winlogon/winlogon.exe to C:\reactos\system32 +Copy apps/system/services/services.exe to C:\reactos\system32 +Copy services/input/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 -loaders/dos/loadros.com, to a suitable directory. The system can then be -booted with the command 'loadros.com ide.sys vfatfsd.sys'. +services/dd/ide/ide.sys, services/fs/vfat/vfatfsd.sys +ntoskrnl/ntoskrnl.exe and loaders/dos/loadros.com, to a suitable +directory, such as C:\. The system can then be booted with the +command 'loadros.com ntoskrnl.exe ide.sys vfatfsd.sys'. + + +You may also want to try running the enhanced shell, cmd.exe, found in +the rosapps CVS module. For more information see the doc directory +