reactos/reactos
Aleksey Bragin 08c7fe628b Gregor Schneider <grschneider@gmail.com>
- Floating point values are not passed directly, but using the stack. Ref: Wine code and
http://en.wikibooks.org/wiki/Reverse_Engineering/Floating_Point_Numbers
code.
- mem/i386/memchr_asm.s: don't loop if given size is 0.
- Python test_builtin passes all 50 tests now.
See issue #1255 for more details.

svn path=/trunk/; revision=35357
2008-08-15 18:24:11 +00:00
..
base Update french translation for servman and shell32 2008-08-15 14:24:24 +00:00
boot * Store the paths of ntbackup and defrag.msc in the registry 2008-08-14 15:03:37 +00:00
dll Fix typo which was preventing compilation on *nix 2008-08-15 16:09:17 +00:00
drivers Merge aicom-network-fixes up to 35306. 2008-08-13 20:44:20 +00:00
hal Use generic .spec file instead of arch specific .def file 2008-08-03 16:16:09 +00:00
include - Header cleanup 2008-08-14 19:30:32 +00:00
lib Gregor Schneider <grschneider@gmail.com> 2008-08-15 18:24:11 +00:00
media Update the font installbase, this "fixes" the livecd. Tested bootcd, livecd, and make install. 2008-08-14 09:28:06 +00:00
modules
ntoskrnl - Fix MiSyncThreadProcessViews. Should fix bug 3658. Based on Stefan Ginsberg's patch. 2008-08-15 12:17:08 +00:00
subsystems update french translations : 2008-08-14 16:17:22 +00:00
tools Add module linker flags after project flags, so project ones can be overridden 2008-08-09 16:01:20 +00:00
apistatus.lst - Add myself to CREDITS (no comments ;)) 2007-12-19 09:21:21 +00:00
baseaddress.rbuild - add a baseaddress for SXS (based on Vista SP1) 2008-08-08 22:28:16 +00:00
config-arm.template.rbuild Add a variable to include support for ELF format 2008-07-27 15:48:00 +00:00
config-ppc.template.rbuild Add a variable to include support for ELF format 2008-07-27 15:48:00 +00:00
config.template.rbuild Add a variable to include support for ELF format 2008-07-27 15:48:00 +00:00
COPYING
COPYING.ARM - Implement beginnings of Ramdisk Port Driver. Planning compatibility with ISO, SDI and WIM files and full Windows support. 2008-06-29 02:58:05 +00:00
CREDITS Added myself to CREDITS 2008-07-02 07:06:27 +00:00
depmap.xsl
Doxyfile
INSTALL
LGPL.txt
Makefile Revert r34848 and r34850, and replace them by a real fix (hinted by Colin Finck) 2008-07-27 19:39:05 +00:00
proxy.mak
ReactOS-arm.rbuild Don't build with -s, this strips vital information from the output. Use --strip-debug instead, which gets rid of the DWARF debugging information, 2008-08-15 15:02:40 +00:00
ReactOS-generic.rbuild modified dll/win32/kernel32/misc/lang.c 2008-07-13 17:54:53 +00:00
ReactOS-i386.rbuild Limit use of -enable-stdcall-fixup to mesa32, msvcrt and riched20 modules 2008-08-10 11:42:31 +00:00
ReactOS-ppc.rbuild Apply again r34533: rename autogenerated makefile to makefile-$(ARCH).auto, 2008-07-25 19:07:36 +00:00
README
vreport.xsl

========================
ReactOS Version 0.3.x
Updated Dec 16, 2006
========================

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.

   The ReactOS project, although currently focused on Windows XP/2003
drivers compatibility, is always keeping an eye toward compatibility with
older version of Windows NT family ( NT 4.0, 2000 (NT 5.0)) and new
Windows NT releases (Vista, etc). Applications (Win32 API) compatibility
focus is Windows XP.

More information is available at http://www.reactos.org/.

2. Building ReactOS

See the INSTALL file for more details.

3. More information

See the media\doc subdirectory for some sparse notes.

4. Who is responsible

See the CREDITS file.