reactos/reactos
David Welch fbcc7fb423 Made process execution work again
svn path=/trunk/; revision=345
1999-03-26 10:48:45 +00:00
..
apps Made user-mode execution of processes work again 1999-03-26 10:37:03 +00:00
doc Removed obsolete documentation 1999-01-17 17:18:35 +00:00
drivers Changed kernel32 to compile as a dll 1999-03-24 11:07:33 +00:00
iface/native cleanup after merge with mingw32 1999-03-19 06:37:39 +00:00
include Made user-mode execution of processes work again 1999-03-26 10:37:03 +00:00
lib Made process execution work again 1999-03-26 10:48:45 +00:00
loaders Merged mingw32 branch into main trunk 1999-03-19 05:55:55 +00:00
ntoskrnl Made process execution work again 1999-03-26 10:48:45 +00:00
boot.bat Merged mingw32 branch into main trunk 1999-03-19 05:55:55 +00:00
bootflop.bat Merged mingw32 branch into main trunk 1999-03-19 05:55:55 +00:00
ChangeLog Added ChangeLog for better version information, io.h so it would compile 1998-12-08 23:43:37 +00:00
copying.dj no message 1999-01-28 15:54:26 +00:00
copying_rex Initial revision 1996-01-23 01:02:17 +00:00
makedisk.bat Merged mingw32 branch into main trunk 1999-03-19 05:55:55 +00:00
makefile.dos changes to make cmd compile (not link) 1999-03-21 21:32:45 +00:00
makefile_rex Cleaned up code a bit 1999-03-25 00:37:06 +00:00
NEWS Merged mingw32 branch into main trunk 1999-03-19 05:55:55 +00:00
README Fixed bug 1998-12-21 15:48:21 +00:00
readme_rex Fixed bugs in lib/kernel32/file/curdir.c and 1999-02-07 00:37:29 +00:00
rules.mak Cleaned up code a bit 1999-03-25 00:37:06 +00:00
specs Merged mingw32 branch into main trunk 1999-03-19 05:55:55 +00:00

DIRECTORIES

system           : compiled versions of the various system components and
                   libraries
ntoskrnl          : microkernel source
ntoskrnl/hal      : hardware abstraction layer source
ntoskrnl/mm       : memory managment subsystem source
ntoskrnl/io      : IO manager subsystem source
include          : win32 headers
include/internal : kernel private header files
include/ntdll    : system library private header files
include/kernel32 : system library private header files
include/user32   : user interface private header files
include/gdi32    : graphics interface private header files
include/ddk      : header files for modules
lib/ntdll        : NT dll source
lib/kernel32     : kernel32 source
doc              : documentation
loaders/dos      : DOS based loader
loaders/boot     : boot loader
services         : various services (device drivers, filesystems etc)