reactos/reactos/ntoskrnl/include
ReactOS Portable Systems Group a81c54beff We no longer generate broken kernel-mode system call stubs.
We now have per-architecture definition files, since stdcall differences between the architectures cannot be fixed (tried a combination of --kill-at, which is ignored, and -add-stdcall-alias and --enable-stdcall-fixup. This is the same problem that breaks MSVC builds, according to Alex.)
Fixed KeRaiseIrqlToSynchLevel.
Added an arm directory in /ke where we have all the stubs for non-implemented ARM routines. We can now build almost the entire kernel and link it.
We now use intrinsics to export the Interlocked* APIs, for the ARM build. Recommend doing this for x86 too.
Hal and bootvid build and link.

svn path=/trunk/; revision=32205
2008-02-08 06:07:47 +00:00
..
internal We no longer generate broken kernel-mode system call stubs. 2008-02-08 06:07:47 +00:00
config.h Delete all Trailing spaces in code. 2007-10-19 23:21:45 +00:00
ntoskrnl.h - Small NDK headers update 2007-08-23 19:20:28 +00:00