reactos.git
22 years agoAdded new atapi driver. It can only scan the pci busses and create scsi port devices...
Eric Kohl [Sun, 9 Sep 2001 21:32:28 +0000 (21:32 +0000)]
Added new atapi driver. It can only scan the pci busses and create scsi port devices for identified ide channels.

svn path=/trunk/; revision=2252

22 years agoAdded pci bus scanner to find ide controllers. Hardware reset is used when no control...
Eric Kohl [Sun, 9 Sep 2001 21:28:05 +0000 (21:28 +0000)]
Added pci bus scanner to find ide controllers. Hardware reset is used when no controller was found.

svn path=/trunk/; revision=2251

22 years agoFixed all no-FPU bugs
David Welch [Sun, 9 Sep 2001 13:32:20 +0000 (13:32 +0000)]
Fixed all no-FPU bugs

svn path=/trunk/; revision=2250

22 years agoChange the size of the kernel page table from 1 to 8 pages.
Hartmut Birr [Sun, 9 Sep 2001 12:26:05 +0000 (12:26 +0000)]
Change the size of the kernel page table from 1 to 8 pages.
ROS can now boot with up to 4 GB real memory (tested with a modified bochs and 1.5GB).

svn path=/trunk/; revision=2249

22 years agoChange the return value in CreateFileW() from FALSE to INVALID_HANDLE_VALUE.
Hartmut Birr [Sun, 9 Sep 2001 12:21:37 +0000 (12:21 +0000)]
Change the return value in CreateFileW() from FALSE to INVALID_HANDLE_VALUE.

svn path=/trunk/; revision=2248

22 years agoFixed a bug, that will add a '.' when the ext string is empty.
Hartmut Birr [Sun, 9 Sep 2001 12:13:15 +0000 (12:13 +0000)]
Fixed a bug, that will add a '.' when the ext string is empty.

svn path=/trunk/; revision=2247

22 years agoFixed a bug in KdpPrintString().
Hartmut Birr [Sun, 9 Sep 2001 09:47:18 +0000 (09:47 +0000)]
Fixed a bug in KdpPrintString().
When serial debug was enabled, than the bochs debug dosn't work.

svn path=/trunk/; revision=2246

22 years agoSmall fixes
Jason Filby [Sun, 9 Sep 2001 09:20:06 +0000 (09:20 +0000)]
Small fixes

svn path=/trunk/; revision=2245

22 years agoTry again; enable MP and NE and disable EM
David Welch [Sun, 9 Sep 2001 00:08:39 +0000 (00:08 +0000)]
Try again; enable MP and NE and disable EM

svn path=/trunk/; revision=2244

22 years agoAdded skeleton for PSXX.DLL, the X11 client library for the POSIX+ subsystem.
Emanuele Aliberti [Sat, 8 Sep 2001 22:13:16 +0000 (22:13 +0000)]
Added skeleton for PSXX.DLL, the X11 client library for the POSIX+ subsystem.

svn path=/trunk/; revision=2243

22 years agoHopefully initialize FPU properly
David Welch [Sat, 8 Sep 2001 20:08:08 +0000 (20:08 +0000)]
Hopefully initialize FPU properly

svn path=/trunk/; revision=2242

22 years agomore freetype cleanup
Jason Filby [Sat, 8 Sep 2001 12:12:41 +0000 (12:12 +0000)]
more freetype cleanup

svn path=/trunk/; revision=2241

22 years agoMore freetype cleanup
Jason Filby [Sat, 8 Sep 2001 12:11:48 +0000 (12:11 +0000)]
More freetype cleanup

svn path=/trunk/; revision=2240

22 years agoImplemented LdrFindEntryForAddress() and LdrQueryProcessModuleInformation().
Eric Kohl [Sat, 8 Sep 2001 12:06:59 +0000 (12:06 +0000)]
Implemented LdrFindEntryForAddress() and LdrQueryProcessModuleInformation().

svn path=/trunk/; revision=2239

22 years agoCleaning up FreeType library
Jason Filby [Sat, 8 Sep 2001 11:55:35 +0000 (11:55 +0000)]
Cleaning up FreeType library

svn path=/trunk/; revision=2238

22 years agoCreate mandatory keys for resource management.
Eric Kohl [Sat, 8 Sep 2001 09:02:08 +0000 (09:02 +0000)]
Create mandatory keys for resource management.

svn path=/trunk/; revision=2237

22 years agoReturn a better status code in ObReferenceObjectByPointer().
Eric Kohl [Sat, 8 Sep 2001 08:57:59 +0000 (08:57 +0000)]
Return a better status code in ObReferenceObjectByPointer().

svn path=/trunk/; revision=2236

22 years agoAdded some Job related info and little cleanup.
Emanuele Aliberti [Fri, 7 Sep 2001 21:38:44 +0000 (21:38 +0000)]
Added some Job related info and little cleanup.

svn path=/trunk/; revision=2235

22 years agoAdded CVS Id.
Emanuele Aliberti [Fri, 7 Sep 2001 21:37:47 +0000 (21:37 +0000)]
Added CVS Id.

svn path=/trunk/; revision=2234

22 years agoMinor changes.
Emanuele Aliberti [Fri, 7 Sep 2001 21:35:45 +0000 (21:35 +0000)]
Minor changes.

svn path=/trunk/; revision=2233

22 years agoImplemented NtQueryTime
David Welch [Thu, 6 Sep 2001 22:47:39 +0000 (22:47 +0000)]
Implemented NtQueryTime

svn path=/trunk/; revision=2232

22 years agoFixed problem with __NTOSKRNL__ not being defined by the compiler
David Welch [Thu, 6 Sep 2001 20:26:36 +0000 (20:26 +0000)]
Fixed problem with __NTOSKRNL__ not being defined by the compiler
Implemented some APIs

svn path=/trunk/; revision=2231

22 years agoImplemented IoReportHalUsage().
Eric Kohl [Wed, 5 Sep 2001 09:21:47 +0000 (09:21 +0000)]
Implemented IoReportHalUsage().

svn path=/trunk/; revision=2230

22 years agoFixed hive import bug.
Eric Kohl [Tue, 4 Sep 2001 21:06:27 +0000 (21:06 +0000)]
Fixed hive import bug.

svn path=/trunk/; revision=2229

22 years agoImplemented RegSaveKey[A/W]().
Eric Kohl [Mon, 3 Sep 2001 23:11:59 +0000 (23:11 +0000)]
Implemented RegSaveKey[A/W]().
Added missing calls to MapDefaultKey().

svn path=/trunk/; revision=2228

22 years agoLsaXXX stubs added.
Emanuele Aliberti [Mon, 3 Sep 2001 20:42:44 +0000 (20:42 +0000)]
LsaXXX stubs added.

svn path=/trunk/; revision=2227

22 years agoFixed compilation error.
Casper Hornstrup [Sun, 2 Sep 2001 19:48:19 +0000 (19:48 +0000)]
Fixed compilation error.

svn path=/trunk/; revision=2226

22 years agoKERNEL32.GetPriorityClass fixed.
Emanuele Aliberti [Sun, 2 Sep 2001 17:59:44 +0000 (17:59 +0000)]
KERNEL32.GetPriorityClass fixed.

svn path=/trunk/; revision=2225

22 years agoAdded generic capture functions.
David Welch [Sun, 2 Sep 2001 17:31:00 +0000 (17:31 +0000)]
Added generic capture functions.

svn path=/trunk/; revision=2224

22 years agoImplemented NtSetEnvironmentVariable
David Welch [Sun, 2 Sep 2001 17:29:52 +0000 (17:29 +0000)]
Implemented NtSetEnvironmentVariable

svn path=/trunk/; revision=2223

22 years agoImplemented NtQuerySystemEnvironmentValue
David Welch [Sun, 2 Sep 2001 15:38:46 +0000 (15:38 +0000)]
Implemented NtQuerySystemEnvironmentValue

svn path=/trunk/; revision=2222

22 years agoRemoved dbgprints
Casper Hornstrup [Sun, 2 Sep 2001 12:19:34 +0000 (12:19 +0000)]
Removed dbgprints

svn path=/trunk/; revision=2221

22 years agoPorted 32-bit OLE32 functions from WINE.
Casper Hornstrup [Sun, 2 Sep 2001 09:16:23 +0000 (09:16 +0000)]
Ported 32-bit OLE32 functions from WINE.

svn path=/trunk/; revision=2220

22 years agoPorted 32-bit OLE32 functions from WINE.
Casper Hornstrup [Sun, 2 Sep 2001 09:10:47 +0000 (09:10 +0000)]
Ported 32-bit OLE32 functions from WINE.

svn path=/trunk/; revision=2219

22 years agoLiteStep needs GetUserName aliased
Rex Jolliff [Sat, 1 Sep 2001 19:39:23 +0000 (19:39 +0000)]
LiteStep needs GetUserName aliased

svn path=/trunk/; revision=2218

22 years agoadd current directory to default search path so programs can find their own dlls
Rex Jolliff [Sat, 1 Sep 2001 19:36:30 +0000 (19:36 +0000)]
add current directory to default search path so programs can find their own dlls

svn path=/trunk/; revision=2217

22 years agoImplemented many console & registry functions to get registry explorer running.
Casper Hornstrup [Sat, 1 Sep 2001 15:36:45 +0000 (15:36 +0000)]
Implemented many console & registry functions to get registry explorer running.
Load services from registry - part 1 (disabled due to bug in registry).

svn path=/trunk/; revision=2216

22 years agoUse the directory tree created by the install target for Linux
David Welch [Sat, 1 Sep 2001 11:55:38 +0000 (11:55 +0000)]
Use the directory tree created by the install target for Linux
installation
Print an informative message in all instances where CreateSystemRootLink
fails
Corrected tools/helper.mk, use the right dll name when building an import
library but also give the target the same name as the import library.
Corrected bad target directory for install target in apps/test

svn path=/trunk/; revision=2215

22 years agoReverting last change, because MK_IMPLIB is used to determine if an import library...
Casper Hornstrup [Sat, 1 Sep 2001 10:38:49 +0000 (10:38 +0000)]
Reverting last change, because MK_IMPLIB is used to determine if an import library should be generated.

svn path=/trunk/; revision=2214

22 years agoNTDLL.CsrClientCallServer: more info on the interface.
Emanuele Aliberti [Fri, 31 Aug 2001 20:06:17 +0000 (20:06 +0000)]
NTDLL.CsrClientCallServer: more info on the interface.

svn path=/trunk/; revision=2212

22 years agoMore Linux compilation fixes
David Welch [Fri, 31 Aug 2001 19:30:16 +0000 (19:30 +0000)]
More Linux compilation fixes

svn path=/trunk/; revision=2211

22 years agoFixed calling conventions
Eric Kohl [Thu, 30 Aug 2001 23:51:08 +0000 (23:51 +0000)]
Fixed calling conventions

svn path=/trunk/; revision=2210

22 years agoMore Linux compilation fixes.
David Welch [Thu, 30 Aug 2001 23:35:06 +0000 (23:35 +0000)]
More Linux compilation fixes.

svn path=/trunk/; revision=2209

22 years agoMore fixes for Linux compilation.
David Welch [Thu, 30 Aug 2001 23:23:16 +0000 (23:23 +0000)]
More fixes for Linux compilation.

svn path=/trunk/; revision=2208

22 years agoFixes for compilation on Linux
David Welch [Thu, 30 Aug 2001 23:01:30 +0000 (23:01 +0000)]
Fixes for compilation on Linux

svn path=/trunk/; revision=2207

22 years agoDon't remake import libraries unnecessarily, use the same extension for
David Welch [Thu, 30 Aug 2001 22:20:11 +0000 (22:20 +0000)]
Don't remake import libraries unnecessarily, use the same extension for
the target as the file which is actually built.

svn path=/trunk/; revision=2206

22 years agoChanged internal/config.h -> roscfg.h in a number of files.
David Welch [Thu, 30 Aug 2001 20:38:20 +0000 (20:38 +0000)]
Changed internal/config.h -> roscfg.h in a number of files.
Use a proper prefix for executing programs in tools/Makefile.

svn path=/trunk/; revision=2205

22 years agoAdded some more descriptive comments.
David Welch [Thu, 30 Aug 2001 19:48:21 +0000 (19:48 +0000)]
Added some more descriptive comments.

svn path=/trunk/; revision=2204

22 years agopreliminary implementation of boot hive import. exposes memory problem in registry...
Rex Jolliff [Wed, 29 Aug 2001 05:06:31 +0000 (05:06 +0000)]
preliminary implementation of boot hive import. exposes memory problem in registry routines

svn path=/trunk/; revision=2203

22 years agoRemove ugly hack for the current display DC
Jason Filby [Tue, 28 Aug 2001 18:16:32 +0000 (18:16 +0000)]
Remove ugly hack for the current display DC

svn path=/trunk/; revision=2202

22 years agoFixed callback calling conventions (part 2).
Eric Kohl [Mon, 27 Aug 2001 01:29:07 +0000 (01:29 +0000)]
Fixed callback calling conventions (part 2).

svn path=/trunk/; revision=2201

22 years agoFixed callback calling conventions (part 1).
Eric Kohl [Sun, 26 Aug 2001 17:30:21 +0000 (17:30 +0000)]
Fixed callback calling conventions (part 1).

svn path=/trunk/; revision=2200

22 years agoAdded partinfo application.
Eric Kohl [Sat, 25 Aug 2001 17:03:30 +0000 (17:03 +0000)]
Added partinfo application.

svn path=/trunk/; revision=2199

22 years agoNo longer in use
Eric Kohl [Thu, 23 Aug 2001 21:44:15 +0000 (21:44 +0000)]
No longer in use

svn path=/trunk/; revision=2198

22 years agoMoved buildno into tools directory
Eric Kohl [Thu, 23 Aug 2001 21:43:32 +0000 (21:43 +0000)]
Moved buildno into tools directory

svn path=/trunk/; revision=2197

22 years agoBoot script for ACPI target
Casper Hornstrup [Thu, 23 Aug 2001 17:35:17 +0000 (17:35 +0000)]
Boot script for ACPI target

svn path=/trunk/; revision=2196

22 years agoPass ACPI driver on command line
Casper Hornstrup [Thu, 23 Aug 2001 17:34:00 +0000 (17:34 +0000)]
Pass ACPI driver on command line

svn path=/trunk/; revision=2195

22 years agoFixes for APCI bus driver.
Casper Hornstrup [Thu, 23 Aug 2001 17:32:04 +0000 (17:32 +0000)]
Fixes for APCI bus driver.

svn path=/trunk/; revision=2194

22 years agoCompile correctly when target is ACPI.
Casper Hornstrup [Thu, 23 Aug 2001 16:31:27 +0000 (16:31 +0000)]
Compile correctly when target is ACPI.

svn path=/trunk/; revision=2193

22 years agoIntegrated winhello into new build system
Casper Hornstrup [Thu, 23 Aug 2001 16:14:57 +0000 (16:14 +0000)]
Integrated winhello into new build system

svn path=/trunk/; revision=2192

22 years agoCopy ntoskrnl and boot drivers to new location.
Eric Kohl [Thu, 23 Aug 2001 15:37:10 +0000 (15:37 +0000)]
Copy ntoskrnl and boot drivers to new location.
Copy hall.dll too.

svn path=/trunk/; revision=2191

22 years agoDon't use msvcrt as default runtime library for console apps. Let the linker use...
Eric Kohl [Thu, 23 Aug 2001 15:34:00 +0000 (15:34 +0000)]
Don't use msvcrt as default runtime library for console apps. Let the linker use its default runtime library.

svn path=/trunk/; revision=2190

22 years agoForward exports to HAL.DLL after splitting HAL.
Eric Kohl [Thu, 23 Aug 2001 15:26:57 +0000 (15:26 +0000)]
Forward exports to HAL.DLL after splitting HAL.

svn path=/trunk/; revision=2189

22 years agoDriverEntry is now called with correct parameters
Rex Jolliff [Wed, 22 Aug 2001 03:53:53 +0000 (03:53 +0000)]
DriverEntry is now called with correct parameters
Minor Fix to new build logic

svn path=/trunk/; revision=2188

22 years agoGlobal configuration moved to include/roscfg.h
Casper Hornstrup [Tue, 21 Aug 2001 21:51:43 +0000 (21:51 +0000)]
Global configuration moved to include/roscfg.h

svn path=/trunk/; revision=2187

22 years agoModule wide .cvsignore for:
Casper Hornstrup [Tue, 21 Aug 2001 20:18:27 +0000 (20:18 +0000)]
Module wide .cvsignore for:
 *.sys, *.exe, *.dll, *.a, *.o, *.coff

Seperated the HALs from ntoskrnl.exe

Added template HAL

svn path=/trunk/; revision=2186

22 years agoMajor update of the build system:
Casper Hornstrup [Tue, 21 Aug 2001 20:13:17 +0000 (20:13 +0000)]
Major update of the build system:
- Created helper makefile for all targets
- Made most makefiles simpler by using the helper makefile
- Moved build tools into ./tools

Updated installation instructions

svn path=/trunk/; revision=2185

22 years agoPreliminary directory tree for the "development kits".
Emanuele Aliberti [Tue, 21 Aug 2001 18:06:43 +0000 (18:06 +0000)]
Preliminary directory tree for the "development kits".

svn path=/trunk/; revision=2184

22 years agoWin32 GUI Hello World
Jason Filby [Mon, 20 Aug 2001 19:50:21 +0000 (19:50 +0000)]
Win32 GUI Hello World

svn path=/trunk/; revision=2183

22 years agoDefinition of LPC_DEBUG_MESSAGE added in napi/lpc.h.
Emanuele Aliberti [Thu, 16 Aug 2001 20:56:05 +0000 (20:56 +0000)]
Definition of LPC_DEBUG_MESSAGE added in napi/lpc.h.

svn path=/trunk/; revision=2182

22 years agoChange versioning infor for 0.0.18
Jason Filby [Thu, 16 Aug 2001 19:42:15 +0000 (19:42 +0000)]
Change versioning infor for 0.0.18

svn path=/trunk/; revision=2181

22 years agoRemoved useless file.
Eric Kohl [Thu, 16 Aug 2001 15:11:02 +0000 (15:11 +0000)]
Removed useless file.
This one caused too much trouble.

svn path=/trunk/; revision=2180

22 years agoFixed compiler warnings.
Eric Kohl [Thu, 16 Aug 2001 15:09:35 +0000 (15:09 +0000)]
Fixed compiler warnings.

svn path=/trunk/; revision=2179

22 years agoThere was the wrong file handle in a call to FindClose().
Hartmut Birr [Thu, 16 Aug 2001 10:07:42 +0000 (10:07 +0000)]
There was the wrong file handle in a call to FindClose().

svn path=/trunk/; revision=2178

22 years agoMinor fixes in KERNEL32.TerminateThread() and in
Emanuele Aliberti [Wed, 15 Aug 2001 20:35:39 +0000 (20:35 +0000)]
Minor fixes in KERNEL32.TerminateThread() and in
KERNEL32.TerminateProcess().

svn path=/trunk/; revision=2177

22 years agoMinor fix in CSR.GetTitle().
Emanuele Aliberti [Tue, 14 Aug 2001 22:00:21 +0000 (22:00 +0000)]
Minor fix in CSR.GetTitle().

svn path=/trunk/; revision=2176

22 years agoRestoring 1.1
Hartmut Birr [Tue, 14 Aug 2001 21:14:05 +0000 (21:14 +0000)]
Restoring 1.1
There was a mistake by commiting share.c.

svn path=/trunk/; revision=2175

22 years agoReadAccess and DeleteAcces was initialized with wrong values (in IoCheckShareAccess...
Hartmut Birr [Tue, 14 Aug 2001 21:05:10 +0000 (21:05 +0000)]
ReadAccess and DeleteAcces was initialized with wrong values (in IoCheckShareAccess() and IoSetShareAccess()). share.c

svn path=/trunk/; revision=2174

22 years agoChange the attribute from FILE_DIRECTORY_FILE to
Hartmut Birr [Tue, 14 Aug 2001 20:50:47 +0000 (20:50 +0000)]
Change the attribute from FILE_DIRECTORY_FILE to
FILE_NON_DIRECTORY_FILE in DeleteFileW().

svn path=/trunk/; revision=2173

22 years agoEnabled the call to ObDereferenceObject for some
Hartmut Birr [Tue, 14 Aug 2001 20:49:05 +0000 (20:49 +0000)]
Enabled the call to ObDereferenceObject for some
IRP_MJ_xxx functions in IoSecondStageCompletion().

svn path=/trunk/; revision=2172

22 years agoAdded support for directory/file removing/deleting.
Hartmut Birr [Tue, 14 Aug 2001 20:47:30 +0000 (20:47 +0000)]
Added support for directory/file removing/deleting.
Fixed the overwriting bug between addEntry() and updEntry().
Change FindFile() from serach with a sector and index to search with a single index.

svn path=/trunk/; revision=2171

22 years agoCSR.GetTitle implemented.
Emanuele Aliberti [Tue, 14 Aug 2001 12:57:16 +0000 (12:57 +0000)]
CSR.GetTitle implemented.
Some cleanup in the csrss.exe code.

svn path=/trunk/; revision=2170

22 years agoFixed the return value in Fat12GetNextCluster().
Hartmut Birr [Tue, 14 Aug 2001 08:06:26 +0000 (08:06 +0000)]
Fixed the return value in Fat12GetNextCluster().

svn path=/trunk/; revision=2169

22 years agoImplemented IOCTL_DISK_GET_DRIVE_LAYOUT.
Eric Kohl [Mon, 13 Aug 2001 16:43:36 +0000 (16:43 +0000)]
Implemented IOCTL_DISK_GET_DRIVE_LAYOUT.

svn path=/trunk/; revision=2168

22 years agoFixed interpretation of BIOS memory map.
Eric Kohl [Mon, 13 Aug 2001 16:39:01 +0000 (16:39 +0000)]
Fixed interpretation of BIOS memory map.
Patch by Hartmut Birr.

svn path=/trunk/; revision=2167

22 years agoFixed nasm calling bug.
Brian Palmer [Fri, 10 Aug 2001 06:44:31 +0000 (06:44 +0000)]
Fixed nasm calling bug.

svn path=/trunk/; revision=2166

22 years agoVfatReadBigCluster()/VfatReadSmallCluster()/
Hartmut Birr [Wed, 8 Aug 2001 19:04:13 +0000 (19:04 +0000)]
VfatReadBigCluster()/VfatReadSmallCluster()/
VfatWriteBigCluster()/VfatWriteSmallCluster():
- Fixed a bug, that will read data over the end
  of the given buffer or write wrong data to
  the disk, when there is a read without caching
  and the start is on the cluster boundery and
  the end not.
VfatReadSmallCluster()/VfatWriteSmallCluster():
- A cache segment is set to valid, when all clusters
  in the segment are readed or written.
VfatWriteSmallCluster():
- The Parameter Extend is set to TRUE (overwritten),
  when the data need a new cluster.
VfatReadFile()/VfatWriteFile():
- Added special handling for the root directory on
  fat12/fat16, so that a read or write operation
  does not touche the cluster area.
- Added some error handling.

svn path=/trunk/; revision=2165

22 years agoFixed incorrect calling conventions.
Eric Kohl [Tue, 7 Aug 2001 15:44:40 +0000 (15:44 +0000)]
Fixed incorrect calling conventions.

svn path=/trunk/; revision=2164

22 years agoFixed a bug in VfatWriteFile().
Hartmut Birr [Tue, 7 Aug 2001 15:38:04 +0000 (15:38 +0000)]
Fixed a bug in VfatWriteFile().
For partitions with clusters < 4k,
there was calculated the wrong start cluster.

svn path=/trunk/; revision=2163

22 years agoChanged stack allocation.
Eric Kohl [Tue, 7 Aug 2001 14:13:45 +0000 (14:13 +0000)]
Changed stack allocation.
Fixed bugs in NtAllocateVirtualMemory().
Disabled NtProtectVirtualMemory().

svn path=/trunk/; revision=2162

22 years agoChanged stack allocation.
Eric Kohl [Tue, 7 Aug 2001 14:01:42 +0000 (14:01 +0000)]
Changed stack allocation.
Fixed bugs in NtAllocateVirtualMemory().
Disabled NtProtectVirtualMemory().

svn path=/trunk/; revision=2161

22 years agoFixed nasm calling bug.
Eric Kohl [Tue, 7 Aug 2001 07:15:24 +0000 (07:15 +0000)]
Fixed nasm calling bug.

svn path=/trunk/; revision=2160

22 years agoAdded support for debug prints over a RS232 line.
Brian Palmer [Tue, 7 Aug 2001 06:19:43 +0000 (06:19 +0000)]
Added support for debug prints over a RS232 line.

svn path=/trunk/; revision=2159

22 years agoSimple Win32 boot sector installer. Will not work under Win9x.
Brian Palmer [Tue, 7 Aug 2001 05:37:13 +0000 (05:37 +0000)]
Simple Win32 boot sector installer. Will not work under Win9x.

svn path=/trunk/; revision=2158

22 years agoFixed a bug in FindCloseFile().
Hartmut Birr [Mon, 6 Aug 2001 18:37:23 +0000 (18:37 +0000)]
Fixed a bug in FindCloseFile().
The return value was allways FALSE.
Cmd's 'dir /s' will now work.

svn path=/trunk/; revision=2157

22 years agoFixed a bug in SetFilePointer(),
Hartmut Birr [Mon, 6 Aug 2001 18:35:15 +0000 (18:35 +0000)]
Fixed a bug in SetFilePointer(),
when the starting point is the end of the file.
test-fseek will now work.

svn path=/trunk/; revision=2156

22 years agoFixed stupid typo.
Eric Kohl [Sun, 5 Aug 2001 21:48:25 +0000 (21:48 +0000)]
Fixed stupid typo.

svn path=/trunk/; revision=2155

22 years agoRemoved changes 1.26/1.27
Hartmut Birr [Sun, 5 Aug 2001 16:35:52 +0000 (16:35 +0000)]
Removed changes 1.26/1.27

svn path=/trunk/; revision=2154

22 years agoDisabled debug message in VfatReadFile()/VfatWriteFile().
Hartmut Birr [Sat, 4 Aug 2001 11:10:36 +0000 (11:10 +0000)]
Disabled debug message in VfatReadFile()/VfatWriteFile().

svn path=/trunk/; revision=2153

22 years agoAdded updating of FileObject->CurrentByteOffset in VfatRead()/VfatWrite.
Hartmut Birr [Sat, 4 Aug 2001 11:02:47 +0000 (11:02 +0000)]
Added updating of FileObject->CurrentByteOffset in VfatRead()/VfatWrite.

svn path=/trunk/; revision=2152