reactos/reactos
Rex Jolliff 9f7f2c0f72 Added Eric Kohl's port of freedos command
svn path=/trunk/; revision=324
1999-03-20 20:28:42 +00:00
..
apps Added Eric Kohl's port of freedos command 1999-03-20 20:28:42 +00:00
doc Removed obsolete documentation 1999-01-17 17:18:35 +00:00
drivers Merged mingw32 branch into main trunk 1999-03-19 05:55:55 +00:00
iface/native cleanup after merge with mingw32 1999-03-19 06:37:39 +00:00
include Merged mingw32 branch into main trunk 1999-03-19 05:55:55 +00:00
lib Merged mingw32 branch into main trunk 1999-03-19 05:55:55 +00:00
loaders Merged mingw32 branch into main trunk 1999-03-19 05:55:55 +00:00
ntoskrnl Merged mingw32 branch into main trunk 1999-03-19 05:55:55 +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 cleanup after merge with mingw32 1999-03-19 06:37:39 +00:00
makefile_rex Merged mingw32 branch into main trunk 1999-03-19 05:55:55 +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 Merged mingw32 branch into main trunk 1999-03-19 05:55:55 +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)