Casper Hornstrup
6e4a29babf
Fix for compile error
...
svn path=/trunk/; revision=2258
2001-09-24 10:19:58 +00:00
Casper Hornstrup
9a6d677db3
Initial OS level SEH support.
...
svn path=/trunk/; revision=2257
2001-09-24 01:09:51 +00:00
Casper Hornstrup
0948ab6596
Initial OS level SEH support.
...
svn path=/trunk/; revision=2256
2001-09-24 00:51:17 +00:00
Casper Hornstrup
2eb7adef67
Compile using gcc 3.0
...
Fixed alot of warnings when using gcc 3.0
svn path=/trunk/; revision=2255
2001-09-23 22:14:10 +00:00
Casper Hornstrup
09237b9213
Enumerate legacy devices
...
svn path=/trunk/; revision=2254
2001-09-16 13:19:32 +00:00
Casper Hornstrup
9baaca2418
Added PCI bus driver skeleton
...
svn path=/trunk/; revision=2253
2001-09-16 13:18:24 +00:00
Eric Kohl
1ea7189ed9
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
2001-09-09 21:32:28 +00:00
Eric Kohl
dcc3b51487
Added pci bus scanner to find ide controllers. Hardware reset is used when no controller was found.
...
svn path=/trunk/; revision=2251
2001-09-09 21:28:05 +00:00
David Welch
c4cd9be8de
Fixed all no-FPU bugs
...
svn path=/trunk/; revision=2250
2001-09-09 13:32:20 +00:00
Hartmut Birr
3ad515a2de
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
2001-09-09 12:26:05 +00:00
Hartmut Birr
a8a4e37cba
Change the return value in CreateFileW() from FALSE to INVALID_HANDLE_VALUE.
...
svn path=/trunk/; revision=2248
2001-09-09 12:21:37 +00:00
Hartmut Birr
1689533ef4
Fixed a bug, that will add a '.' when the ext string is empty.
...
svn path=/trunk/; revision=2247
2001-09-09 12:13:15 +00:00
Hartmut Birr
5ee0bf283e
Fixed a bug in KdpPrintString().
...
When serial debug was enabled, than the bochs debug dosn't work.
svn path=/trunk/; revision=2246
2001-09-09 09:47:18 +00:00
Jason Filby
aebc047c8c
Small fixes
...
svn path=/trunk/; revision=2245
2001-09-09 09:20:06 +00:00
David Welch
d9975bf64a
Try again; enable MP and NE and disable EM
...
svn path=/trunk/; revision=2244
2001-09-09 00:08:39 +00:00
Emanuele Aliberti
ef3bb24149
Added skeleton for PSXX.DLL, the X11 client library for the POSIX+ subsystem.
...
svn path=/trunk/; revision=2243
2001-09-08 22:13:16 +00:00
David Welch
8fd176384c
Hopefully initialize FPU properly
...
svn path=/trunk/; revision=2242
2001-09-08 20:08:08 +00:00
Jason Filby
9e9c096bed
more freetype cleanup
...
svn path=/trunk/; revision=2241
2001-09-08 12:12:41 +00:00
Jason Filby
0c257f84a5
More freetype cleanup
...
svn path=/trunk/; revision=2240
2001-09-08 12:11:48 +00:00
Eric Kohl
3920464d8e
Implemented LdrFindEntryForAddress() and LdrQueryProcessModuleInformation().
...
svn path=/trunk/; revision=2239
2001-09-08 12:06:59 +00:00
Jason Filby
bdea50f54c
Cleaning up FreeType library
...
svn path=/trunk/; revision=2238
2001-09-08 11:55:35 +00:00
Eric Kohl
0c901951af
Create mandatory keys for resource management.
...
svn path=/trunk/; revision=2237
2001-09-08 09:02:08 +00:00
Eric Kohl
b62d5e3184
Return a better status code in ObReferenceObjectByPointer().
...
svn path=/trunk/; revision=2236
2001-09-08 08:57:59 +00:00
Emanuele Aliberti
cf1883980d
Added some Job related info and little cleanup.
...
svn path=/trunk/; revision=2235
2001-09-07 21:38:44 +00:00
Emanuele Aliberti
fc64f4511b
Added CVS Id.
...
svn path=/trunk/; revision=2234
2001-09-07 21:37:47 +00:00
Emanuele Aliberti
64fe62dd6d
Minor changes.
...
svn path=/trunk/; revision=2233
2001-09-07 21:35:45 +00:00
David Welch
008868b972
Implemented NtQueryTime
...
svn path=/trunk/; revision=2232
2001-09-06 22:47:39 +00:00
David Welch
6cb5e548e2
Fixed problem with __NTOSKRNL__ not being defined by the compiler
...
Implemented some APIs
svn path=/trunk/; revision=2231
2001-09-06 20:26:36 +00:00
Eric Kohl
1701b0b02f
Implemented IoReportHalUsage().
...
svn path=/trunk/; revision=2230
2001-09-05 09:21:47 +00:00
Eric Kohl
3fa6827bcd
Fixed hive import bug.
...
svn path=/trunk/; revision=2229
2001-09-04 21:06:27 +00:00
Eric Kohl
0cb3991a23
Implemented RegSaveKey[A/W]().
...
Added missing calls to MapDefaultKey().
svn path=/trunk/; revision=2228
2001-09-03 23:11:59 +00:00
Emanuele Aliberti
63d1ecea6e
LsaXXX stubs added.
...
svn path=/trunk/; revision=2227
2001-09-03 20:42:44 +00:00
Casper Hornstrup
c997de334b
Fixed compilation error.
...
svn path=/trunk/; revision=2226
2001-09-02 19:48:19 +00:00
Emanuele Aliberti
df39763241
KERNEL32.GetPriorityClass fixed.
...
svn path=/trunk/; revision=2225
2001-09-02 17:59:44 +00:00
David Welch
750b45e5a3
Added generic capture functions.
...
svn path=/trunk/; revision=2224
2001-09-02 17:31:00 +00:00
David Welch
97771b1487
Implemented NtSetEnvironmentVariable
...
svn path=/trunk/; revision=2223
2001-09-02 17:29:52 +00:00
David Welch
0bb08690eb
Implemented NtQuerySystemEnvironmentValue
...
svn path=/trunk/; revision=2222
2001-09-02 15:38:46 +00:00
Casper Hornstrup
145dc8c01d
Removed dbgprints
...
svn path=/trunk/; revision=2221
2001-09-02 12:19:34 +00:00
Casper Hornstrup
c6548b080f
Ported 32-bit OLE32 functions from WINE.
...
svn path=/trunk/; revision=2220
2001-09-02 09:16:23 +00:00
Casper Hornstrup
247c229fc0
Ported 32-bit OLE32 functions from WINE.
...
svn path=/trunk/; revision=2219
2001-09-02 09:10:47 +00:00
Rex Jolliff
301b03bb9b
LiteStep needs GetUserName aliased
...
svn path=/trunk/; revision=2218
2001-09-01 19:39:23 +00:00
Rex Jolliff
787bcc5f53
add current directory to default search path so programs can find their own dlls
...
svn path=/trunk/; revision=2217
2001-09-01 19:36:30 +00:00
Casper Hornstrup
b83d417811
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
2001-09-01 15:36:45 +00:00
David Welch
17897f7c03
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
2001-09-01 11:55:38 +00:00
Casper Hornstrup
e9276ee142
Reverting last change, because MK_IMPLIB is used to determine if an import library should be generated.
...
svn path=/trunk/; revision=2214
2001-09-01 10:38:49 +00:00
Emanuele Aliberti
b837fe0841
NTDLL.CsrClientCallServer: more info on the interface.
...
svn path=/trunk/; revision=2212
2001-08-31 20:06:17 +00:00
David Welch
6ad77c02b3
More Linux compilation fixes
...
svn path=/trunk/; revision=2211
2001-08-31 19:30:16 +00:00
Eric Kohl
a28f736301
Fixed calling conventions
...
svn path=/trunk/; revision=2210
2001-08-30 23:51:08 +00:00
David Welch
68ceda5ada
More Linux compilation fixes.
...
svn path=/trunk/; revision=2209
2001-08-30 23:35:06 +00:00
David Welch
7cd6d8936d
More fixes for Linux compilation.
...
svn path=/trunk/; revision=2208
2001-08-30 23:23:16 +00:00