mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:02:59 +00:00
Fix remaining text file line endings in the tree. (#18)
Based on https://stackoverflow.com/a/1511273 Also enforce CRLF for all *.xml files in our tree, because they are distributed with ReactOS.
This commit is contained in:
parent
3cd76b91b5
commit
950c86fb4c
305 changed files with 466133 additions and 466140 deletions
|
@ -1,3 +1,3 @@
|
|||
[autorun]
|
||||
open=reactos\welcome.exe
|
||||
icon=icon.ico
|
||||
[autorun]
|
||||
open=reactos\welcome.exe
|
||||
icon=icon.ico
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[autorun]
|
||||
open=bootcd\reactos\welcome.exe
|
||||
icon=icon.ico
|
||||
[autorun]
|
||||
open=bootcd\reactos\welcome.exe
|
||||
icon=icon.ico
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[autorun]
|
||||
open=readme.txt
|
||||
icon=icon.ico
|
||||
[autorun]
|
||||
open=readme.txt
|
||||
icon=icon.ico
|
||||
|
|
|
@ -1,31 +1,31 @@
|
|||
[FREELOADER]
|
||||
DefaultOS=Setup
|
||||
TimeOut=0
|
||||
|
||||
[Display]
|
||||
TitleText=ReactOS Setup
|
||||
StatusBarColor=Cyan
|
||||
StatusBarTextColor=Black
|
||||
BackdropTextColor=White
|
||||
BackdropColor=Blue
|
||||
BackdropFillStyle=Medium
|
||||
TitleBoxTextColor=White
|
||||
TitleBoxColor=Red
|
||||
MessageBoxTextColor=White
|
||||
MessageBoxColor=Blue
|
||||
MenuTextColor=Gray
|
||||
MenuColor=Black
|
||||
TextColor=Gray
|
||||
SelectedTextColor=Black
|
||||
SelectedColor=Gray
|
||||
ShowTime=No
|
||||
MenuBox=No
|
||||
CenterMenu=No
|
||||
MinimalUI=Yes
|
||||
TimeText=Seconds until highlighted choice will be started automatically:
|
||||
|
||||
[Operating Systems]
|
||||
Setup="Setup"
|
||||
|
||||
[Setup]
|
||||
BootType=ReactOSSetup
|
||||
[FREELOADER]
|
||||
DefaultOS=Setup
|
||||
TimeOut=0
|
||||
|
||||
[Display]
|
||||
TitleText=ReactOS Setup
|
||||
StatusBarColor=Cyan
|
||||
StatusBarTextColor=Black
|
||||
BackdropTextColor=White
|
||||
BackdropColor=Blue
|
||||
BackdropFillStyle=Medium
|
||||
TitleBoxTextColor=White
|
||||
TitleBoxColor=Red
|
||||
MessageBoxTextColor=White
|
||||
MessageBoxColor=Blue
|
||||
MenuTextColor=Gray
|
||||
MenuColor=Black
|
||||
TextColor=Gray
|
||||
SelectedTextColor=Black
|
||||
SelectedColor=Gray
|
||||
ShowTime=No
|
||||
MenuBox=No
|
||||
CenterMenu=No
|
||||
MinimalUI=Yes
|
||||
TimeText=Seconds until highlighted choice will be started automatically:
|
||||
|
||||
[Operating Systems]
|
||||
Setup="Setup"
|
||||
|
||||
[Setup]
|
||||
BootType=ReactOSSetup
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
@ECHO OFF
|
||||
|
||||
set DRIVE=
|
||||
for %%X in (A B C D E F G H I J K L M N O P Q R S T U V W X Y Z) do (if exist %%X:\AHK-Tests set DRIVE=%%X)
|
||||
|
||||
if not defined DRIVE (
|
||||
dbgprint "AHK Application testing suite not present, skipping."
|
||||
exit /b 0
|
||||
)
|
||||
|
||||
xcopy /Y /H /E %DRIVE%:\AHK-Tests\*.* %SystemRoot%\bin
|
||||
REM Download Amine's rosautotest from svn
|
||||
dwnl http://svn.reactos.org/amine/rosautotest.exe %SystemRoot%\system32\rosautotest.exe
|
||||
dbgprint "....AHK Application testing suite added."
|
||||
@ECHO OFF
|
||||
|
||||
set DRIVE=
|
||||
for %%X in (A B C D E F G H I J K L M N O P Q R S T U V W X Y Z) do (if exist %%X:\AHK-Tests set DRIVE=%%X)
|
||||
|
||||
if not defined DRIVE (
|
||||
dbgprint "AHK Application testing suite not present, skipping."
|
||||
exit /b 0
|
||||
)
|
||||
|
||||
xcopy /Y /H /E %DRIVE%:\AHK-Tests\*.* %SystemRoot%\bin
|
||||
REM Download Amine's rosautotest from svn
|
||||
dwnl http://svn.reactos.org/amine/rosautotest.exe %SystemRoot%\system32\rosautotest.exe
|
||||
dbgprint "....AHK Application testing suite added."
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
@echo off
|
||||
set WINETEST_DEBUG=0
|
||||
set WINETEST_PLATFORM=reactos
|
||||
|
||||
move C:\ReactOS\bin\redirtest1.dll C:\ReactOS\bin\kernel32test_versioned.dll
|
||||
move C:\ReactOS\bin\testdata\redirtest2.dll C:\ReactOS\bin\testdata\kernel32test_versioned.dll
|
||||
if exist "C:\ReactOS\bin\AHKAppTests.cmd" (
|
||||
dbgprint "Preparing AHK Application testing suite."
|
||||
call C:\ReactOS\bin\AHKAppTests.cmd
|
||||
del C:\ReactOS\bin\AHKAppTests.cmd
|
||||
)
|
||||
|
||||
dbgprint --process "ipconfig"
|
||||
start rosautotest /r /s /n
|
||||
@echo off
|
||||
set WINETEST_DEBUG=0
|
||||
set WINETEST_PLATFORM=reactos
|
||||
|
||||
move C:\ReactOS\bin\redirtest1.dll C:\ReactOS\bin\kernel32test_versioned.dll
|
||||
move C:\ReactOS\bin\testdata\redirtest2.dll C:\ReactOS\bin\testdata\kernel32test_versioned.dll
|
||||
if exist "C:\ReactOS\bin\AHKAppTests.cmd" (
|
||||
dbgprint "Preparing AHK Application testing suite."
|
||||
call C:\ReactOS\bin\AHKAppTests.cmd
|
||||
del C:\ReactOS\bin\AHKAppTests.cmd
|
||||
)
|
||||
|
||||
dbgprint --process "ipconfig"
|
||||
start rosautotest /r /s /n
|
||||
|
|
|
@ -1,28 +1,28 @@
|
|||
@echo off
|
||||
ECHO
|
||||
ECHO Installing Programs...
|
||||
ECHO
|
||||
|
||||
REM ECHO
|
||||
REM ECHO Installing Abiword
|
||||
REM ECHO
|
||||
REM START /WAIT abiword.exe
|
||||
REM start /WAIT dbgprint.exe SYSREG_CHECKPOINT:ABIWORD_INSTALL_COMPLETE
|
||||
|
||||
|
||||
REM ECHO
|
||||
REM ECHO Installing OpenOffice
|
||||
REM ECHO
|
||||
REM START /WAIT openoffice.msi /Q
|
||||
REM start /WAIT dbgprint.exe SYSREG_CHECKPOINT:OPENOFFICE_INSTALL_COMPLETE
|
||||
|
||||
ECHO
|
||||
ECHO Informing Sysreg that we are done
|
||||
ECHO
|
||||
START C:\ReactOS\bin\dbgprint.exe SYSREG_CHECKPOINT:THIRDBOOT_COMPLETE
|
||||
|
||||
ECHO
|
||||
ECHO Shutting down ReactOS
|
||||
ECHO
|
||||
START shutdown.exe shutdown
|
||||
|
||||
@echo off
|
||||
ECHO
|
||||
ECHO Installing Programs...
|
||||
ECHO
|
||||
|
||||
REM ECHO
|
||||
REM ECHO Installing Abiword
|
||||
REM ECHO
|
||||
REM START /WAIT abiword.exe
|
||||
REM start /WAIT dbgprint.exe SYSREG_CHECKPOINT:ABIWORD_INSTALL_COMPLETE
|
||||
|
||||
|
||||
REM ECHO
|
||||
REM ECHO Installing OpenOffice
|
||||
REM ECHO
|
||||
REM START /WAIT openoffice.msi /Q
|
||||
REM start /WAIT dbgprint.exe SYSREG_CHECKPOINT:OPENOFFICE_INSTALL_COMPLETE
|
||||
|
||||
ECHO
|
||||
ECHO Informing Sysreg that we are done
|
||||
ECHO
|
||||
START C:\ReactOS\bin\dbgprint.exe SYSREG_CHECKPOINT:THIRDBOOT_COMPLETE
|
||||
|
||||
ECHO
|
||||
ECHO Shutting down ReactOS
|
||||
ECHO
|
||||
START shutdown.exe shutdown
|
||||
|
||||
|
|
|
@ -1,57 +1,57 @@
|
|||
[Unattend]
|
||||
Signature = "$ReactOS$"
|
||||
|
||||
; Set UnattendSetupEnabled to yes in order to get unattended setup working
|
||||
; yes - unattend setup enabled
|
||||
; no - unattend setup disabled
|
||||
UnattendSetupEnabled = yes
|
||||
|
||||
; Install to \Device\Harddisk0\Partition1\ReactOS
|
||||
DestinationDiskNumber = 0
|
||||
DestinationPartitionNumber = 1
|
||||
InstallationDirectory=ReactOS
|
||||
|
||||
; MBRInstallType=0 skips MBR installation
|
||||
; MBRInstallType=1 install MBR on floppy
|
||||
; MBRInstallType=2 install MBR on hdd
|
||||
MBRInstallType=2
|
||||
|
||||
FullName="MyName"
|
||||
;OrgName="MyOrg"
|
||||
ComputerName="MYCOMPUTERNAME"
|
||||
;AdminPassword="MyPassword"
|
||||
|
||||
; TimeZone is set GMT as default
|
||||
TimeZoneIndex=85
|
||||
|
||||
; enable this setting to disable daylight saving changes
|
||||
; DisableAutoDaylightTimeSet = 1
|
||||
|
||||
; enable this setting to format the selected partition
|
||||
; 1 - format enabled
|
||||
; 0 - format disabled
|
||||
FormatPartition=1
|
||||
|
||||
; enable this setting to automatically create a partition
|
||||
; during installation
|
||||
; 1 - enabled
|
||||
; 0 - disabled
|
||||
AutoPartition = 1
|
||||
|
||||
; set this option to automatically
|
||||
; specify language in 2nd mode setup
|
||||
; see hivesys.inf for available languages
|
||||
LocaleID = 409
|
||||
|
||||
; enable this section to automatically launch programs
|
||||
; after 3rd boot
|
||||
;
|
||||
[GuiRunOnce]
|
||||
%SystemRoot%\system32\cmd.exe /c "regtest.cmd"
|
||||
|
||||
[Display]
|
||||
BitsPerPel = 16
|
||||
XResolution = 800
|
||||
YResolution = 600
|
||||
VRefresh = 0
|
||||
|
||||
[Unattend]
|
||||
Signature = "$ReactOS$"
|
||||
|
||||
; Set UnattendSetupEnabled to yes in order to get unattended setup working
|
||||
; yes - unattend setup enabled
|
||||
; no - unattend setup disabled
|
||||
UnattendSetupEnabled = yes
|
||||
|
||||
; Install to \Device\Harddisk0\Partition1\ReactOS
|
||||
DestinationDiskNumber = 0
|
||||
DestinationPartitionNumber = 1
|
||||
InstallationDirectory=ReactOS
|
||||
|
||||
; MBRInstallType=0 skips MBR installation
|
||||
; MBRInstallType=1 install MBR on floppy
|
||||
; MBRInstallType=2 install MBR on hdd
|
||||
MBRInstallType=2
|
||||
|
||||
FullName="MyName"
|
||||
;OrgName="MyOrg"
|
||||
ComputerName="MYCOMPUTERNAME"
|
||||
;AdminPassword="MyPassword"
|
||||
|
||||
; TimeZone is set GMT as default
|
||||
TimeZoneIndex=85
|
||||
|
||||
; enable this setting to disable daylight saving changes
|
||||
; DisableAutoDaylightTimeSet = 1
|
||||
|
||||
; enable this setting to format the selected partition
|
||||
; 1 - format enabled
|
||||
; 0 - format disabled
|
||||
FormatPartition=1
|
||||
|
||||
; enable this setting to automatically create a partition
|
||||
; during installation
|
||||
; 1 - enabled
|
||||
; 0 - disabled
|
||||
AutoPartition = 1
|
||||
|
||||
; set this option to automatically
|
||||
; specify language in 2nd mode setup
|
||||
; see hivesys.inf for available languages
|
||||
LocaleID = 409
|
||||
|
||||
; enable this section to automatically launch programs
|
||||
; after 3rd boot
|
||||
;
|
||||
[GuiRunOnce]
|
||||
%SystemRoot%\system32\cmd.exe /c "regtest.cmd"
|
||||
|
||||
[Display]
|
||||
BitsPerPel = 16
|
||||
XResolution = 800
|
||||
YResolution = 600
|
||||
VRefresh = 0
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,51 +1,51 @@
|
|||
[FREELOADER]
|
||||
DefaultOS=LiveCD_Debug
|
||||
TimeOut=5
|
||||
|
||||
[Display]
|
||||
TitleText=ReactOS LiveCD
|
||||
StatusBarColor=Cyan
|
||||
StatusBarTextColor=Black
|
||||
BackdropTextColor=White
|
||||
BackdropColor=Blue
|
||||
BackdropFillStyle=Medium
|
||||
TitleBoxTextColor=White
|
||||
TitleBoxColor=Red
|
||||
MessageBoxTextColor=White
|
||||
MessageBoxColor=Blue
|
||||
MenuTextColor=Gray
|
||||
MenuColor=Black
|
||||
TextColor=Gray
|
||||
SelectedTextColor=Black
|
||||
SelectedColor=Gray
|
||||
ShowTime=No
|
||||
MenuBox=No
|
||||
CenterMenu=No
|
||||
MinimalUI=Yes
|
||||
TimeText=Seconds until highlighted choice will be started automatically:
|
||||
|
||||
[Operating Systems]
|
||||
LiveCD="LiveCD"
|
||||
LiveCD_Debug="LiveCD (Debug)"
|
||||
LiveCD_Screen="LiveCD (Screen)"
|
||||
LiveCD_LogFile="LiveCD (Log file)"
|
||||
|
||||
[LiveCD]
|
||||
BootType=Windows2003
|
||||
SystemPath=\reactos
|
||||
Options=/MININT
|
||||
|
||||
[LiveCD_Debug]
|
||||
BootType=Windows2003
|
||||
SystemPath=\reactos
|
||||
Options=/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /SOS /MININT
|
||||
|
||||
[LiveCD_Screen]
|
||||
BootType=Windows2003
|
||||
SystemPath=\reactos
|
||||
Options=/DEBUG /DEBUGPORT=SCREEN /SOS /MININT
|
||||
|
||||
[LiveCD_LogFile]
|
||||
BootType=Windows2003
|
||||
SystemPath=\reactos
|
||||
Options=/DEBUG /DEBUGPORT=FILE:\Device\HarddiskX\PartitionY\debug.log /SOS /MININT
|
||||
[FREELOADER]
|
||||
DefaultOS=LiveCD_Debug
|
||||
TimeOut=5
|
||||
|
||||
[Display]
|
||||
TitleText=ReactOS LiveCD
|
||||
StatusBarColor=Cyan
|
||||
StatusBarTextColor=Black
|
||||
BackdropTextColor=White
|
||||
BackdropColor=Blue
|
||||
BackdropFillStyle=Medium
|
||||
TitleBoxTextColor=White
|
||||
TitleBoxColor=Red
|
||||
MessageBoxTextColor=White
|
||||
MessageBoxColor=Blue
|
||||
MenuTextColor=Gray
|
||||
MenuColor=Black
|
||||
TextColor=Gray
|
||||
SelectedTextColor=Black
|
||||
SelectedColor=Gray
|
||||
ShowTime=No
|
||||
MenuBox=No
|
||||
CenterMenu=No
|
||||
MinimalUI=Yes
|
||||
TimeText=Seconds until highlighted choice will be started automatically:
|
||||
|
||||
[Operating Systems]
|
||||
LiveCD="LiveCD"
|
||||
LiveCD_Debug="LiveCD (Debug)"
|
||||
LiveCD_Screen="LiveCD (Screen)"
|
||||
LiveCD_LogFile="LiveCD (Log file)"
|
||||
|
||||
[LiveCD]
|
||||
BootType=Windows2003
|
||||
SystemPath=\reactos
|
||||
Options=/MININT
|
||||
|
||||
[LiveCD_Debug]
|
||||
BootType=Windows2003
|
||||
SystemPath=\reactos
|
||||
Options=/DEBUG /DEBUGPORT=COM1 /BAUDRATE=115200 /SOS /MININT
|
||||
|
||||
[LiveCD_Screen]
|
||||
BootType=Windows2003
|
||||
SystemPath=\reactos
|
||||
Options=/DEBUG /DEBUGPORT=SCREEN /SOS /MININT
|
||||
|
||||
[LiveCD_LogFile]
|
||||
BootType=Windows2003
|
||||
SystemPath=\reactos
|
||||
Options=/DEBUG /DEBUGPORT=FILE:\Device\HarddiskX\PartitionY\debug.log /SOS /MININT
|
||||
|
|
|
@ -1,77 +1,77 @@
|
|||
========================
|
||||
ReactOS™ Version 0.4.x
|
||||
Updated August 31, 2016
|
||||
========================
|
||||
|
||||
1. What is ReactOS?
|
||||
-------------------
|
||||
|
||||
ReactOS™ is an Open Source effort to develop a quality operating system that is
|
||||
compatible with applications and drivers written for the Microsoft® Windows™ NT
|
||||
family of operating systems (NT4, 2000, XP, 2003, Vista, Seven).
|
||||
|
||||
More information is available at: https://www.reactos.org
|
||||
|
||||
|
||||
2. Relationship with the WINE project
|
||||
-------------------------------------
|
||||
|
||||
ReactOS has always intended to work with the WINE project to share as much
|
||||
programming effort as possible. This mainly concerns User Mode DLLs and
|
||||
still happens to a degree today. Other areas of cooperation lie in
|
||||
applications and testing suites.
|
||||
|
||||
|
||||
3. Future compatibility
|
||||
-----------------------
|
||||
|
||||
The ReactOS project, although currently focused on Windows Server 2003
|
||||
compatibility, is always keeping an eye toward compatibility with
|
||||
Windows Vista and future Windows NT releases.
|
||||
|
||||
|
||||
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.
|
||||
|
||||
|
||||
5. Is ReactOS legal?
|
||||
--------------------
|
||||
|
||||
Yes we are.
|
||||
All the code of ReactOS has been written from scratch by our developers.
|
||||
We go to great lengths to ensure that the code our developers create is clean,
|
||||
same applies to the variety of methods we use to understand Windows internals,
|
||||
including clean room reverse engineering, using existing documentation freely
|
||||
available both in books and on the web, using extensive tests (tens of millions)
|
||||
which apply black box engineering methods against both public and private APIs
|
||||
exposed by the operating system.
|
||||
|
||||
|
||||
6. Tutorials
|
||||
------------
|
||||
|
||||
Developer and User Tutorials: https://www.reactos.org/wiki
|
||||
|
||||
The tutorials contain more information on the project, compiling and testing
|
||||
ReactOS - amongst other topics. Contributors to the project are always welcome.
|
||||
|
||||
|
||||
7. Frequently Asked Questions
|
||||
-----------------------------
|
||||
|
||||
Some of your questions may be answered in: https://www.reactos.org/joining/faqs
|
||||
In addition, the ReactOS forum: https://www.reactos.org/forum/ may contain
|
||||
complementary, yet non-official, information.
|
||||
|
||||
|
||||
8. Authors
|
||||
----------
|
||||
|
||||
This document was originally written by Jason Filby (jasonfilby@yahoo.com)
|
||||
and is now occasionally updated by various contributors.
|
||||
========================
|
||||
ReactOS™ Version 0.4.x
|
||||
Updated August 31, 2016
|
||||
========================
|
||||
|
||||
1. What is ReactOS?
|
||||
-------------------
|
||||
|
||||
ReactOS™ is an Open Source effort to develop a quality operating system that is
|
||||
compatible with applications and drivers written for the Microsoft® Windows™ NT
|
||||
family of operating systems (NT4, 2000, XP, 2003, Vista, Seven).
|
||||
|
||||
More information is available at: https://www.reactos.org
|
||||
|
||||
|
||||
2. Relationship with the WINE project
|
||||
-------------------------------------
|
||||
|
||||
ReactOS has always intended to work with the WINE project to share as much
|
||||
programming effort as possible. This mainly concerns User Mode DLLs and
|
||||
still happens to a degree today. Other areas of cooperation lie in
|
||||
applications and testing suites.
|
||||
|
||||
|
||||
3. Future compatibility
|
||||
-----------------------
|
||||
|
||||
The ReactOS project, although currently focused on Windows Server 2003
|
||||
compatibility, is always keeping an eye toward compatibility with
|
||||
Windows Vista and future Windows NT releases.
|
||||
|
||||
|
||||
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.
|
||||
|
||||
|
||||
5. Is ReactOS legal?
|
||||
--------------------
|
||||
|
||||
Yes we are.
|
||||
All the code of ReactOS has been written from scratch by our developers.
|
||||
We go to great lengths to ensure that the code our developers create is clean,
|
||||
same applies to the variety of methods we use to understand Windows internals,
|
||||
including clean room reverse engineering, using existing documentation freely
|
||||
available both in books and on the web, using extensive tests (tens of millions)
|
||||
which apply black box engineering methods against both public and private APIs
|
||||
exposed by the operating system.
|
||||
|
||||
|
||||
6. Tutorials
|
||||
------------
|
||||
|
||||
Developer and User Tutorials: https://www.reactos.org/wiki
|
||||
|
||||
The tutorials contain more information on the project, compiling and testing
|
||||
ReactOS - amongst other topics. Contributors to the project are always welcome.
|
||||
|
||||
|
||||
7. Frequently Asked Questions
|
||||
-----------------------------
|
||||
|
||||
Some of your questions may be answered in: https://www.reactos.org/joining/faqs
|
||||
In addition, the ReactOS forum: https://www.reactos.org/forum/ may contain
|
||||
complementary, yet non-official, information.
|
||||
|
||||
|
||||
8. Authors
|
||||
----------
|
||||
|
||||
This document was originally written by Jason Filby (jasonfilby@yahoo.com)
|
||||
and is now occasionally updated by various contributors.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue