reactos.git
21 years agoFreeLoader version 1.0!
Brian Palmer [Thu, 25 Apr 2002 02:48:15 +0000 (02:48 +0000)]
FreeLoader version 1.0!
Supports booting Linux bzImage kernels
No initrd support (yet)
No zImage support (yet)
No ext2 file system support (yet)
Forward slashes '/' as well as backslashes '\' can be used for path names in FAT & ISO-9660
Fixed bug in LBA code where is was only reading one sector even if you asked for more
Fixed bug in FAT code, was also present in ISO-9660 code

svn path=/trunk/; revision=2867

22 years agoImplemented request-splitting.
Eric Kohl [Wed, 24 Apr 2002 22:20:50 +0000 (22:20 +0000)]
Implemented request-splitting.

svn path=/trunk/; revision=2866

22 years agoAdded ISO-9660 support.
Eric Kohl [Tue, 23 Apr 2002 09:08:59 +0000 (09:08 +0000)]
Added ISO-9660 support.

svn path=/trunk/; revision=2865

22 years agoAdded ISO-9660 boot sector description.
Eric Kohl [Mon, 22 Apr 2002 12:05:07 +0000 (12:05 +0000)]
Added ISO-9660 boot sector description.

svn path=/trunk/; revision=2864

22 years agoAdded .cvsignore file.
Eric Kohl [Mon, 22 Apr 2002 10:02:35 +0000 (10:02 +0000)]
Added .cvsignore file.
Added cdrom bootsector.

svn path=/trunk/; revision=2863

22 years agoSome more fixes to the IO manager routines to use the KEVENT in the FILE_OBJECT correctly
Phillip Susi [Sat, 20 Apr 2002 03:46:40 +0000 (03:46 +0000)]
Some more fixes to the IO manager routines to use the KEVENT in the FILE_OBJECT correctly

svn path=/trunk/; revision=2862

22 years agoFixed stat() to set the S_IFREG flag to indicate that the file is a normal file
Phillip Susi [Sat, 20 Apr 2002 03:33:12 +0000 (03:33 +0000)]
Fixed stat() to set the S_IFREG flag to indicate that the file is a normal file

svn path=/trunk/; revision=2861

22 years agoKiInterruptDispatch was leaving interrupts disabled when dropping to PASSIVE_LEVEL...
Phillip Susi [Sat, 20 Apr 2002 03:21:35 +0000 (03:21 +0000)]
KiInterruptDispatch was leaving interrupts disabled when dropping to PASSIVE_LEVEL to run the idle thread

I'm not quite sure I have it reenable interrupts at a safe place, but at least it does enable them

svn path=/trunk/; revision=2860

22 years agoFixed a silly bug! I forgot to move an #include line. :-/
Eric Kohl [Fri, 19 Apr 2002 20:27:20 +0000 (20:27 +0000)]
Fixed a silly bug! I forgot to move an #include line. :-/

svn path=/trunk/; revision=2859

22 years agoRestricted mounting of file systems (e.g. don't try to mount a cdrom file system...
Eric Kohl [Fri, 19 Apr 2002 10:10:29 +0000 (10:10 +0000)]
Restricted mounting of file systems (e.g. don't try to mount a cdrom file system to a harddisk).
Moved helper functions of IoVerifyVolume().
Minor improvements to IoVerifyVolume().

svn path=/trunk/; revision=2858

22 years agodocumentatnio
Robert Kopferl [Thu, 18 Apr 2002 23:49:42 +0000 (23:49 +0000)]
documentatnio
and slight mods

svn path=/trunk/; revision=2857

22 years agomy idea of a dirstruct
Robert Kopferl [Thu, 18 Apr 2002 23:48:12 +0000 (23:48 +0000)]
my idea of a dirstruct

svn path=/trunk/; revision=2856

22 years agoFixed a typo that caused cdfs mounts to fail ('CdRom0' vs 'Cdrom0'). :-/
Eric Kohl [Wed, 17 Apr 2002 18:26:53 +0000 (18:26 +0000)]
Fixed a typo that caused cdfs mounts to fail ('CdRom0' vs 'Cdrom0'). :-/
Removed old drive letter assignment code.

svn path=/trunk/; revision=2855

22 years agoMoved the hardcoded command line string to loadros.
Eric Kohl [Wed, 17 Apr 2002 11:56:33 +0000 (11:56 +0000)]
Moved the hardcoded command line string to loadros.

svn path=/trunk/; revision=2854

22 years agoAdded a dos command line buffer and hardcoded the kernel command line for ntoskrnl...
Eric Kohl [Wed, 17 Apr 2002 11:55:37 +0000 (11:55 +0000)]
Added a dos command line buffer and hardcoded the kernel command line for ntoskrnl.exe.

svn path=/trunk/; revision=2853

22 years agoAdded LBA support to FAT12/16 boot sector
Brian Palmer [Tue, 16 Apr 2002 06:11:08 +0000 (06:11 +0000)]
Added LBA support to FAT12/16 boot sector
Now the FAT12/16 boot sector properly works on all FAT12/16 partition types (1, 4, 6, 0xe)
Fixed a few small bugs

svn path=/trunk/; revision=2852

22 years agoSplit the driver into more files.
Eric Kohl [Mon, 15 Apr 2002 20:39:49 +0000 (20:39 +0000)]
Split the driver into more files.
Replaced FCB code.
Improved the mount code.

svn path=/trunk/; revision=2851

22 years agoRemoved obsolete 'optimization'.
Eric Kohl [Mon, 15 Apr 2002 12:38:01 +0000 (12:38 +0000)]
Removed obsolete 'optimization'.

svn path=/trunk/; revision=2850

22 years agoMinor fixes-
Emanuele Aliberti [Sun, 14 Apr 2002 18:06:39 +0000 (18:06 +0000)]
Minor fixes-

svn path=/trunk/; revision=2847

22 years agoFixed idle loop to use HLT to save power and cpu time under vmware
Phillip Susi [Sun, 14 Apr 2002 16:01:19 +0000 (16:01 +0000)]
Fixed idle loop to use HLT to save power and cpu time under vmware

svn path=/trunk/; revision=2846

22 years agoHiSetIrql() was leaving interrupts disabled, fixed.
Phillip Susi [Sun, 14 Apr 2002 16:00:27 +0000 (16:00 +0000)]
HiSetIrql() was leaving interrupts disabled, fixed.

svn path=/trunk/; revision=2845

22 years agoStill working on making dflat32 a dll. Alot of this will be cleaned up in the
Steven Edwards [Sun, 14 Apr 2002 10:15:06 +0000 (10:15 +0000)]
Still working on making dflat32 a dll. Alot of this will be cleaned up in the
next few weeks. I'm going through the DFLAT api doc and fixing the export
names and then going to try to build a simple hello dflat application.

svn path=/trunk/; revision=2844

22 years agoFixed potential zero pointer reference.
Eugene Ingerman [Fri, 12 Apr 2002 17:54:07 +0000 (17:54 +0000)]
Fixed potential zero pointer reference.

svn path=/trunk/; revision=2843

22 years agoAdded basic iso-9660 file system driver. Thanks to Art Yerkes.
Eric Kohl [Fri, 12 Apr 2002 15:43:38 +0000 (15:43 +0000)]
Added basic iso-9660 file system driver. Thanks to Art Yerkes.

svn path=/trunk/; revision=2842

22 years agoPSX: early code for the PSXSS server program. Currently it is a W32 console application,
Emanuele Aliberti [Wed, 10 Apr 2002 21:30:22 +0000 (21:30 +0000)]
PSX: early code for the PSXSS server program. Currently it is a W32 console application,
therefore it is not a proper subsystem, but it will be converted to native as soon as
it begins working. It probably does NOT work under ROS. I tested it under NT 4.0 SP 6a.
To see what it creates in the system name sapce, run WinObj, and HandleEx. If you
run csrterm.exe, it tries to connect to psxss.exe, but then dies because the API to
tell psxss to create a PSX process it not implemented yet. PSXDLL.DLL will connect
to \POSIX+\ApiPort (initial code in psx/lib/psxdll/misc/init.c is mute).

svn path=/trunk/; revision=2841

22 years agoPSX: updated internal PSXSS system calls table generator.
Emanuele Aliberti [Wed, 10 Apr 2002 21:13:30 +0000 (21:13 +0000)]
PSX: updated internal PSXSS system calls table generator.

svn path=/trunk/; revision=2840

22 years agoPSX: more work on the terminal emulator that runs in the W32 subsystem.
Emanuele Aliberti [Wed, 10 Apr 2002 21:12:41 +0000 (21:12 +0000)]
PSX: more work on the terminal emulator that runs in the W32 subsystem.

svn path=/trunk/; revision=2839

22 years agoImplemented IOCTL_CDROM_GET_DRIVE_GEOMETRY.
Eric Kohl [Wed, 10 Apr 2002 17:02:22 +0000 (17:02 +0000)]
Implemented IOCTL_CDROM_GET_DRIVE_GEOMETRY.
Some fixes to enable mounting of cdroms.

svn path=/trunk/; revision=2838

22 years agoMoved IoVerifyVolume().
Eric Kohl [Wed, 10 Apr 2002 09:58:45 +0000 (09:58 +0000)]
Moved IoVerifyVolume().
Made CDROM and TAPE devices mountable.

svn path=/trunk/; revision=2837

22 years agoDisregard this, I hit remove by mistake and am adding it back
Steven Edwards [Wed, 10 Apr 2002 07:47:56 +0000 (07:47 +0000)]
Disregard this, I hit remove by mistake and am adding it back

svn path=/trunk/; revision=2836

22 years agoDisregard this, I hit remove by mistake and am adding it back
Steven Edwards [Wed, 10 Apr 2002 07:44:09 +0000 (07:44 +0000)]
Disregard this, I hit remove by mistake and am adding it back

svn path=/trunk/; revision=2835

22 years agofix some warnings in the makefile and added a time_t test
Steven Edwards [Wed, 10 Apr 2002 07:18:40 +0000 (07:18 +0000)]
fix some warnings in the makefile and added a time_t test

svn path=/trunk/; revision=2834

22 years agoA even more simple windowing test.
Steven Edwards [Wed, 10 Apr 2002 03:52:30 +0000 (03:52 +0000)]
A even more simple windowing test.
This should be our first goal before winhello

svn path=/trunk/; revision=2833

22 years agoReworked quite a bit of IO manager code to fix several bugs:
Phillip Susi [Sun, 7 Apr 2002 18:36:13 +0000 (18:36 +0000)]
Reworked quite a bit of IO manager code to fix several bugs:

1) fixed create.c to use a null file name when opening the raw device, instead of a file name with a single null terminator char

2) fixed cleanup.c create.c dir.c file.c fs.c page.c rw.c to use the KEVENT object in the FILE_OBJECT when it needs one to wait on, or if there is no FILE_OBJECT, the KEVENT MUST be allocated from non paged pool, NOT the stack.

svn path=/trunk/; revision=2832

22 years agoMAJOR BUGFIX: ide.sys was not returning iostatus information when it completed reques...
Phillip Susi [Sun, 7 Apr 2002 18:28:49 +0000 (18:28 +0000)]
MAJOR BUGFIX: ide.sys was not returning iostatus information when it completed requests ( error code, and length transfered )

svn path=/trunk/; revision=2831

22 years agoFixed makefile for building import libraries for the PSX subsystem DK.
Emanuele Aliberti [Sun, 7 Apr 2002 14:21:13 +0000 (14:21 +0000)]
Fixed makefile for building import libraries for the PSX subsystem DK.

svn path=/trunk/; revision=2830

22 years agoWrong port: CSRTERM.EXE will connect to \POSIX+\SessionPort not to
Emanuele Aliberti [Sun, 7 Apr 2002 14:06:46 +0000 (14:06 +0000)]
Wrong port: CSRTERM.EXE will connect to \POSIX+\SessionPort not to
\POSIX+\ApiPort.

svn path=/trunk/; revision=2829

22 years agoMinor change.
Emanuele Aliberti [Sun, 7 Apr 2002 13:56:16 +0000 (13:56 +0000)]
Minor change.

svn path=/trunk/; revision=2828

22 years agoVersion info script added.
Emanuele Aliberti [Sun, 7 Apr 2002 13:53:51 +0000 (13:53 +0000)]
Version info script added.
Modified to link against /dk/psx/lib/psxdll.a

svn path=/trunk/; revision=2827

22 years agoadded Hartmuts KeDetachProcess(); and attach patch for GCC.
Steven Edwards [Sun, 7 Apr 2002 09:24:36 +0000 (09:24 +0000)]
added Hartmuts KeDetachProcess(); and attach patch for GCC.

svn path=/trunk/; revision=2826

22 years agoPSX: The tool to build internal system calls tables and auxiliary C files.
Emanuele Aliberti [Sat, 6 Apr 2002 16:07:34 +0000 (16:07 +0000)]
PSX: The tool to build internal system calls tables and auxiliary C files.

svn path=/trunk/; revision=2825

22 years agoMinor fixes: some more code needed to make it work.
Emanuele Aliberti [Sat, 6 Apr 2002 16:00:46 +0000 (16:00 +0000)]
Minor fixes: some more code needed to make it work.
This one actually connects to the PSXSS.EXE process.

svn path=/trunk/; revision=2824

22 years agoFixed crash in environment variable evaluation.
Eric Kohl [Fri, 5 Apr 2002 12:53:21 +0000 (12:53 +0000)]
Fixed crash in environment variable evaluation.

svn path=/trunk/; revision=2822

22 years agoAdded BSD touch utillity.
Steven Edwards [Wed, 3 Apr 2002 03:57:56 +0000 (03:57 +0000)]
Added BSD touch utillity.

svn path=/trunk/; revision=2821

22 years agoFixed a bug in RtlDestroyHeap, that will cause a page fault, if more than one subheap...
Hartmut Birr [Wed, 3 Apr 2002 00:04:01 +0000 (00:04 +0000)]
Fixed a bug in RtlDestroyHeap, that will cause a page fault, if more than one subheap exist.

svn path=/trunk/; revision=2820

22 years agoAdded mapping of scsi error codes to status codes.
Eric Kohl [Mon, 1 Apr 2002 23:51:09 +0000 (23:51 +0000)]
Added mapping of scsi error codes to status codes.
Retries are still disabled.

svn path=/trunk/; revision=2816

22 years agoFixed a typo.
Hartmut Birr [Mon, 1 Apr 2002 22:18:01 +0000 (22:18 +0000)]
Fixed a typo.

svn path=/trunk/; revision=2815

22 years agoFixed a wrong length check in RtlAnsiStringToUnicodeString()/RtlOemStringToUnicodeStr...
Hartmut Birr [Mon, 1 Apr 2002 22:13:15 +0000 (22:13 +0000)]
Fixed a wrong length check in RtlAnsiStringToUnicodeString()/RtlOemStringToUnicodeString().

svn path=/trunk/; revision=2814

22 years agoFixed the length calculation in RtlCreateProcessParameters().
Hartmut Birr [Mon, 1 Apr 2002 22:11:52 +0000 (22:11 +0000)]
Fixed the length calculation in RtlCreateProcessParameters().

svn path=/trunk/; revision=2813

22 years agoFixed a wrong parameter for a call to ZwFreeVirtualMemory(). This fixes a page fault...
Hartmut Birr [Mon, 1 Apr 2002 22:11:12 +0000 (22:11 +0000)]
Fixed a wrong parameter for a call to ZwFreeVirtualMemory(). This fixes a page fault at address 0 (cr2 = 0).
Fixed the calculation of the maximum heap count in RtlInitializeHeapManager().

svn path=/trunk/; revision=2812

22 years agoAdded ansi to unicode translation for the environment in CreateProcessA().
Hartmut Birr [Mon, 1 Apr 2002 22:09:59 +0000 (22:09 +0000)]
Added ansi to unicode translation for the environment in CreateProcessA().
Changed handling for current directory in CreateProcessAW().
Changed size calculation for the environment in KlInitPeb().
Changed determaining of program name and command line in CreateProcessW().
Added conversion for some handles in CreateProcessW().

svn path=/trunk/; revision=2811

22 years agoFixed some wrong size calculations in GetEnvironmentStringsA().
Hartmut Birr [Mon, 1 Apr 2002 22:08:20 +0000 (22:08 +0000)]
Fixed some wrong size calculations in GetEnvironmentStringsA().
Fixed a wrong return value in GetEnvironmentVariableA().

svn path=/trunk/; revision=2810

22 years agoRewrote OpenFile().
Hartmut Birr [Mon, 1 Apr 2002 22:06:51 +0000 (22:06 +0000)]
Rewrote OpenFile().

svn path=/trunk/; revision=2809

22 years agoFixed handling for non existing files.
Hartmut Birr [Mon, 1 Apr 2002 22:05:43 +0000 (22:05 +0000)]
Fixed handling for non existing files.

svn path=/trunk/; revision=2808

22 years agoAdded handling for std handles.
Hartmut Birr [Mon, 1 Apr 2002 22:03:56 +0000 (22:03 +0000)]
Added handling for std handles.

svn path=/trunk/; revision=2807

22 years agoChanged to a separat heap for malloc/calloc/realloc/free.
Hartmut Birr [Mon, 1 Apr 2002 22:03:13 +0000 (22:03 +0000)]
Changed to a separat heap for malloc/calloc/realloc/free.

svn path=/trunk/; revision=2806

22 years agoRemoved fixed size of environment vars.
Hartmut Birr [Mon, 1 Apr 2002 22:01:33 +0000 (22:01 +0000)]
Removed fixed size of environment vars.

svn path=/trunk/; revision=2805

22 years agoFixed error handling in _filebuf().
Hartmut Birr [Mon, 1 Apr 2002 22:00:02 +0000 (22:00 +0000)]
Fixed error handling in _filebuf().

svn path=/trunk/; revision=2804

22 years agoRemoved fixed size of args and envblock in go32_exec() (gcc uses a very large cmd...
Hartmut Birr [Mon, 1 Apr 2002 21:58:45 +0000 (21:58 +0000)]
Removed fixed size of args and envblock in go32_exec() (gcc uses a very large cmd line).
Added closing of thread and/or process handle at exit in _spawnve().
Added debug messages.

svn path=/trunk/; revision=2803

22 years agoAdded closing of process handle at exit.
Hartmut Birr [Mon, 1 Apr 2002 21:56:56 +0000 (21:56 +0000)]
Added closing of process handle at exit.

svn path=/trunk/; revision=2802

22 years agoChanged heap validation.
Hartmut Birr [Mon, 1 Apr 2002 21:55:50 +0000 (21:55 +0000)]
Changed heap validation.

svn path=/trunk/; revision=2801

22 years agoAdded heap initialization for malloc/calloc/realloc/free.
Hartmut Birr [Mon, 1 Apr 2002 21:55:09 +0000 (21:55 +0000)]
Added heap initialization for malloc/calloc/realloc/free.
Added debug messages.
Removed fixed count for environment.

svn path=/trunk/; revision=2800

22 years agoAdded debug messages.
Hartmut Birr [Mon, 1 Apr 2002 21:52:45 +0000 (21:52 +0000)]
Added debug messages.
Added LN to CR/LN translation for text files.

svn path=/trunk/; revision=2799

22 years agoAdded debug messages.
Hartmut Birr [Mon, 1 Apr 2002 21:51:59 +0000 (21:51 +0000)]
Added debug messages.
Added special handling for std file descriptors.

svn path=/trunk/; revision=2798

22 years agoAdded CR-removing for text files.
Hartmut Birr [Mon, 1 Apr 2002 21:50:56 +0000 (21:50 +0000)]
Added CR-removing for text files.
Added debug messages.

svn path=/trunk/; revision=2797

22 years agoFixed initialization of new fileno_modes in __fileno_alloc().
Hartmut Birr [Mon, 1 Apr 2002 21:47:31 +0000 (21:47 +0000)]
Fixed initialization of new fileno_modes in __fileno_alloc().
Added setting of errno in _open().
Added debug messages.

svn path=/trunk/; revision=2796

22 years agoAdded debug messages.
Hartmut Birr [Mon, 1 Apr 2002 21:38:50 +0000 (21:38 +0000)]
Added debug messages.

svn path=/trunk/; revision=2795

22 years agoAdded ntdll.a to TARGET_SDKLIBS
Hartmut Birr [Mon, 1 Apr 2002 21:33:27 +0000 (21:33 +0000)]
Added ntdll.a to TARGET_SDKLIBS

svn path=/trunk/; revision=2794

22 years agotypedef int key_t; was defined twice
Steven Edwards [Sun, 31 Mar 2002 04:37:19 +0000 (04:37 +0000)]
typedef int key_t; was defined twice

svn path=/trunk/; revision=2793

22 years agoMinor cosmetic cleanup....sorry I'm a little obsessive compulsive
Steven Edwards [Sun, 31 Mar 2002 04:25:15 +0000 (04:25 +0000)]
Minor cosmetic cleanup....sorry I'm a little obsessive compulsive

svn path=/trunk/; revision=2792

22 years agoadded bootc.lst to aboot.bat. I dont know if the ACPI driver is
Steven Edwards [Sun, 31 Mar 2002 04:23:35 +0000 (04:23 +0000)]
added bootc.lst to aboot.bat. I dont know if the ACPI driver is
still working like this.

svn path=/trunk/; revision=2791

22 years agoFixed a serious typo.
Eric Kohl [Sat, 30 Mar 2002 01:59:01 +0000 (01:59 +0000)]
Fixed a serious typo.

svn path=/trunk/; revision=2790

22 years agoMaking dflat32 a dll. Its a little broken ATM.
Steven Edwards [Thu, 28 Mar 2002 12:15:40 +0000 (12:15 +0000)]
Making dflat32 a dll. Its a little broken ATM.

svn path=/trunk/; revision=2789

22 years agoAdded support for .lst files. Thanks to Art Yerkes.
Eric Kohl [Wed, 27 Mar 2002 22:26:25 +0000 (22:26 +0000)]
Added support for .lst files. Thanks to Art Yerkes.

svn path=/trunk/; revision=2788

22 years agoUpdated Makefile for wine_unicode.dll wrc and winebuild.
Steven Edwards [Wed, 27 Mar 2002 04:38:58 +0000 (04:38 +0000)]
Updated Makefile for wine_unicode.dll wrc and winebuild.
Added wrc to rules.mk

These are not used yet.

svn path=/trunk/; revision=2787

22 years agoImplemented the SENSE_REQUEST command.
Eric Kohl [Wed, 27 Mar 2002 00:35:52 +0000 (00:35 +0000)]
Implemented the SENSE_REQUEST command.

svn path=/trunk/; revision=2786

22 years ago*** empty log message ***
Robert Kopferl [Tue, 26 Mar 2002 01:42:02 +0000 (01:42 +0000)]
*** empty log message ***

svn path=/trunk/; revision=2785

22 years agoCosmetic changes
Eric Kohl [Mon, 25 Mar 2002 21:56:55 +0000 (21:56 +0000)]
Cosmetic changes

svn path=/trunk/; revision=2784

22 years agoStarted improving error handling and retries.
Eric Kohl [Mon, 25 Mar 2002 21:56:19 +0000 (21:56 +0000)]
Started improving error handling and retries.

svn path=/trunk/; revision=2783

22 years agoFixed the length of the command line.
Hartmut Birr [Mon, 25 Mar 2002 21:11:13 +0000 (21:11 +0000)]
Fixed the length of the command line.

svn path=/trunk/; revision=2782

22 years agoRewrote SearchPathW().
Hartmut Birr [Mon, 25 Mar 2002 21:09:18 +0000 (21:09 +0000)]
Rewrote SearchPathW().

svn path=/trunk/; revision=2781

22 years agoFixed negativ positions in SetFilePointer().
Hartmut Birr [Mon, 25 Mar 2002 21:07:17 +0000 (21:07 +0000)]
Fixed negativ positions in SetFilePointer().

svn path=/trunk/; revision=2780

22 years agoMinor change: CVS Id placeholder fixed or added.
Emanuele Aliberti [Sun, 24 Mar 2002 18:55:39 +0000 (18:55 +0000)]
Minor change: CVS Id placeholder fixed or added.

svn path=/trunk/; revision=2779

22 years agoLinker warning fixed.
Emanuele Aliberti [Sun, 24 Mar 2002 18:52:10 +0000 (18:52 +0000)]
Linker warning fixed.

svn path=/trunk/; revision=2778

22 years agoInitialized device lock event.
Eric Kohl [Sun, 24 Mar 2002 15:30:44 +0000 (15:30 +0000)]
Initialized device lock event.

svn path=/trunk/; revision=2777

22 years agoSet feature register for atapi commands.
Eric Kohl [Sun, 24 Mar 2002 15:29:57 +0000 (15:29 +0000)]
Set feature register for atapi commands.

svn path=/trunk/; revision=2776

22 years agoStarted work on seperating dflat32 console graphics library in to a dll
Steven Edwards [Sun, 24 Mar 2002 15:29:09 +0000 (15:29 +0000)]
Started work on seperating dflat32 console graphics library in to a dll
inital header import.

svn path=/trunk/; revision=2775

22 years agoAdded tree traversal routines for tree data structures.
Casper Hornstrup [Sat, 23 Mar 2002 19:44:46 +0000 (19:44 +0000)]
Added tree traversal routines for tree data structures.

svn path=/trunk/; revision=2774

22 years agoinitial comit
Robert Kopferl [Sat, 23 Mar 2002 19:23:28 +0000 (19:23 +0000)]
initial comit

svn path=/trunk/; revision=2773

22 years agoupdated clean rule
KJK::Hyperion [Sat, 23 Mar 2002 18:13:33 +0000 (18:13 +0000)]
updated clean rule

svn path=/trunk/; revision=2772

22 years agoSupport non-paged version of binary tree, splay tree and hash table.
Casper Hornstrup [Sat, 23 Mar 2002 13:53:22 +0000 (13:53 +0000)]
Support non-paged version of binary tree, splay tree and hash table.

svn path=/trunk/; revision=2771

22 years agoDisabled annoying debug message.
Eric Kohl [Fri, 22 Mar 2002 23:07:40 +0000 (23:07 +0000)]
Disabled annoying debug message.

svn path=/trunk/; revision=2770

22 years agoStarted using lookaside lists for SRBs.
Eric Kohl [Fri, 22 Mar 2002 23:06:58 +0000 (23:06 +0000)]
Started using lookaside lists for SRBs.
Fixed a typo.

svn path=/trunk/; revision=2769

22 years agoDisabled debug output.
Eric Kohl [Fri, 22 Mar 2002 23:05:44 +0000 (23:05 +0000)]
Disabled debug output.

svn path=/trunk/; revision=2768

22 years agoPass correct Cdb size.
Eric Kohl [Fri, 22 Mar 2002 23:05:13 +0000 (23:05 +0000)]
Pass correct Cdb size.

svn path=/trunk/; revision=2767

22 years agoAdded a binary tree implementation
Casper Hornstrup [Fri, 22 Mar 2002 20:58:23 +0000 (20:58 +0000)]
Added a binary tree implementation
Added a splay tree implementation
Added a hash table implementation

svn path=/trunk/; revision=2766

22 years agoStarted support for removable disk drives.
Eric Kohl [Fri, 22 Mar 2002 20:35:09 +0000 (20:35 +0000)]
Started support for removable disk drives.

svn path=/trunk/; revision=2765

22 years agoFixed default geometry.
Eric Kohl [Fri, 22 Mar 2002 20:34:15 +0000 (20:34 +0000)]
Fixed default geometry.

svn path=/trunk/; revision=2764

22 years agoAdded default disk geometry.
Eric Kohl [Fri, 22 Mar 2002 20:32:36 +0000 (20:32 +0000)]
Added default disk geometry.

svn path=/trunk/; revision=2763

22 years agoFixed atapi block size bug.
Eric Kohl [Fri, 22 Mar 2002 20:31:26 +0000 (20:31 +0000)]
Fixed atapi block size bug.

svn path=/trunk/; revision=2762