From fc3c449b62e748e7bbf77498c5bd1aae4f42299a Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Sat, 29 Mar 2003 21:41:21 +0000 Subject: [PATCH] Updated for 0.1.1 CD. svn path=/trunk/; revision=4455 --- reactos/bootcd.bat | 9 +++++++++ reactos/bootdata/readme.txt | 26 +++++++++++++++++++++----- reactos/bootdata/txtsetup.sif | 8 +++++++- 3 files changed, 37 insertions(+), 6 deletions(-) diff --git a/reactos/bootcd.bat b/reactos/bootcd.bat index 9a19ea67908..0387f143d43 100755 --- a/reactos/bootcd.bat +++ b/reactos/bootcd.bat @@ -1,6 +1,7 @@ @echo off set BOOTCD_DIR=..\bootcd set FREELDR_DIR=..\freeldr +set ROSAPPS_DIR=..\rosapps md %BOOTCD_DIR% md %BOOTCD_DIR%\disk @@ -130,3 +131,11 @@ copy /Y subsys\win32k\win32k.sys %BOOTCD_DIR%\disk\install copy /Y media\fonts\helb____.ttf %BOOTCD_DIR%\disk\install copy /Y media\fonts\timr____.ttf %BOOTCD_DIR%\disk\install + +rem copy test apps +copy /Y apps\tests\winhello\winhello.exe %BOOTCD_DIR%\disk\install + +rem copy rosapps files +copy /Y %ROSAPPS_DIR%\games\winemine\winemine.exe %BOOTCD_DIR%\disk\install +copy /Y %ROSAPPS_DIR%\hcalc\hcalc.exe %BOOTCD_DIR%\disk\install +copy /Y %ROSAPPS_DIR%\mc\mc.exe %BOOTCD_DIR%\disk\install diff --git a/reactos/bootdata/readme.txt b/reactos/bootdata/readme.txt index aa04201ff9a..e291be860c2 100644 --- a/reactos/bootdata/readme.txt +++ b/reactos/bootdata/readme.txt @@ -6,31 +6,47 @@ Updated March 27th, 2003 1. What is ReactOS? ------------------- -ReactOS is an Open Source effort to develop a quality operating system that is compatible with Windows NT applications and drivers. +ReactOS is an Open Source effort to develop a quality operating system that is +compatible with Windows NT applications and drivers. Website: http://www.reactos.com + 2. Relationship with the WINE project ------------------------------------- -ReactOS has always planned to work with the WINE project to share as much programming effort as possible. This will mainly concern User Mode DLLs and will happen once ReactOS's Kernel Mode areas are more complete, as those areas form the underlying infrastructure. Other areas of cooperation lie in applications and testing suites. +ReactOS has always planned to work with the WINE project to share as much +programming effort as possible. This will mainly concern User Mode DLLs and +will happen once ReactOS's Kernel Mode areas are more complete, as those areas +form the underlying infrastructure. Other areas of cooperation lie in +applications and testing suites. + 3. Future compatibility ----------------------- -The ReactOS project, although currently focused on Windows NT 4.0 compatibility, is always keeping an eye towards compatibility with future Windows NT releases, that is, Windows 2000 (NT 5.0) and Windows XP (NT 5.1). +The ReactOS project, although currently focused on Windows NT 4.0 +compatibility, is always keeping an eye towards compatibility with future +Windows NT releases, that is, Windows 2000 (NT 5.0) and Windows XP (NT 5.1). + 4. Supporting other System Applications --------------------------------------- -The Windows NT architecture allows for subsystems, as does the ReactOS architecture. A subsystem is an implementation of the APIs of another operating system, allowing ReactOS to run applications from other systems. We are already looking at subsystems for: Java, OS/2 and DOS and possibly others in the future. +The Windows NT architecture allows for subsystems, as does the ReactOS +architecture. A subsystem is an implementation of the APIs of another +operating system, allowing ReactOS to run applications from other systems. We +are already looking at subsystems for: Java, OS/2 and DOS and possibly others +in the future. + 5. Tutorials ------------ Developer and User Tutorials: http://reactos.com/index.php?tab=documents -The tutorials contain more information on the project, compiling and testing ReactOS - among other topics. Contributors to the project are always welcome. +The tutorials contain more information on the project, compiling and testing +ReactOS - among other topics. Contributors to the project are always welcome. 6. Author --------- diff --git a/reactos/bootdata/txtsetup.sif b/reactos/bootdata/txtsetup.sif index 73bba1199aa..fcf552b8a4b 100644 --- a/reactos/bootdata/txtsetup.sif +++ b/reactos/bootdata/txtsetup.sif @@ -70,7 +70,7 @@ secur32.dll = 2 user32.dll = 2 version.dll = 2 winedbgc.dll = 2 -winmm.dll = 2 +;winmm.dll = 2 ws2_32.dll = 2 ws2help.dll = 2 wshirda.dll = 2 @@ -94,6 +94,12 @@ timr____.ttf = 6 system.hiv = 4 +winhello.exe = 2 + +hcalc.exe = 2 +mc.exe = 2 +winemine.exe = 2 + [SetupData] DefaultPath = \ReactOS