reactos/reactos
jean a649212d32 correct bug in FindFile : support fragmented directories
suppress \ at end of filename

svn path=/trunk/; revision=222
1999-02-10 12:52:48 +00:00
..
apps Fixed bugs in lib/kernel32/file/curdir.c and 1999-02-07 00:37:29 +00:00
doc Removed obsolete documentation 1999-01-17 17:18:35 +00:00
drivers correct bug in FindFile : support fragmented directories 1999-02-10 12:52:48 +00:00
iface/native Removed string functions from native system calls and removed binary from 1998-12-19 18:40:55 +00:00
include no message 1999-02-06 18:34:14 +00:00
lib Fixed bugs in lib/kernel32/file/curdir.c and 1999-02-07 00:37:29 +00:00
loaders more work on loader 1999-01-12 07:44:55 +00:00
ntoskrnl Fixed bugs in lib/kernel32/file/curdir.c and 1999-02-07 00:37:29 +00:00
boot.bat Fixed some bugs 1999-01-20 19:02:05 +00:00
bootflop.bat Boudewjin's massive work on kernel32 and crtdll and a console driver. 1999-01-16 02:11:45 +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 Boudewjin's massive work on kernel32 and crtdll and a console driver. 1999-01-16 02:11:45 +00:00
makefile.dos Boudewjin's massive work on kernel32 and crtdll and a console driver. 1999-01-16 02:11:45 +00:00
makefile_rex no message 1999-02-06 18:34:14 +00:00
NEWS another test 1999-02-09 06:54:53 +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 more changes to support the loader 1998-12-23 02:40:01 +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)