reactos/reactos/bootdata
Magnus Olsen d01fb36f3c HKLM,"SYSTEM\CurrentControlSet\Services\i8042Prt\Parameters","SampleRate",0x00010001,0x00000060
60 are the dec value but it have not be convort to hex that is 0x3c

legmet value are, e.g., 10, 20, 40,   60, 80, 100, 200.'
in dec in hex 0x0a, 0x14, 0x28, 0x3c, 0x50, 0x64,  0xc8

svn path=/trunk/; revision=15060
2005-05-06 20:12:37 +00:00
..
packages Add i8042prt.sys and kbdclass.sys to boot cd 2005-05-02 16:35:58 +00:00
autorun.inf
hivecls.inf Add registry keys for language support 2005-03-12 19:22:30 +00:00
hivedef.inf baseaddress.cfg - Add entry for midimap.dll. Fix msacm's base address. It was conflicting with iplhapi and generated an unncessary relocation and error message. 2004-11-09 15:02:35 +00:00
hiveinst.inf tinus 2005-05-04 23:06:15 +00:00
hivesft.inf Switch to NT5 2005-04-22 12:43:16 +00:00
hivesys.inf HKLM,"SYSTEM\CurrentControlSet\Services\i8042Prt\Parameters","SampleRate",0x00010001,0x00000060 2005-05-06 20:12:37 +00:00
icon.ico Use the new ReactOS icon for the boot cd. 2005-03-15 21:39:07 +00:00
livecd.inf Set the environment variables %USERPROFILE% and %ALLUSERSPROFILE% for the Live-CD. Fixes bug #479. 2005-01-17 09:50:10 +00:00
livecd.ini Remove COM1 as default debug messages output channel for LiveCD. 2005-02-06 14:13:32 +00:00
readme.txt
system.ini
txtsetup.sif i8042prt driver by tinus. 2005-05-01 20:38:29 +00:00
unattend.inf.sample

========================
ReactOS Version 0.2.x
Updated March 11th, 2004
========================

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.

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.


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).


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. 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.

6. Author
---------

This document was written by Jason Filby (jasonfilby@yahoo.com).