reactos/reactos/ntoskrnl
Dmitry Chapyshev 94ae49ad03 - Add some defines
svn path=/trunk/; revision=33182
2008-04-28 19:29:08 +00:00
..
cc - Switch to using the cache bitmap (the cache manager uses one large memory region within the kernel address space and allocate/deallocate space from this block over a bitmap). 2008-03-13 20:14:30 +00:00
config - Make identifiers in configuration trees ASCII-strings, as they are in real NT. 2008-01-25 16:35:34 +00:00
dbgk - Revert 32007 by Alex's request. Explanations in the ros-dev mailing list. 2008-01-26 16:50:31 +00:00
ex - Rewrite NtRead/WriteVirtualMemory around MiCopyVirtualMemory, and use MmMapLockedPagesSpecifyCache to do the bulk of the work, instead of the MDL hacks that were previously used. 2008-04-24 21:26:01 +00:00
fsrtl - We're comparing WCHARs, not CHARs, spotted by Ged Murphy. 2008-02-22 11:47:20 +00:00
fstub - Isolate Hal* #defines, which are absent in WDK, they should not be used in kernel development. 2007-12-21 14:58:18 +00:00
inbv We now generate the correct ARM syscall stub code for system calls with IDs > 0x100. 2008-02-07 07:10:13 +00:00
include - Add some defines 2008-04-28 19:29:08 +00:00
io - Fix a typo in the debug message. 2008-03-31 15:58:59 +00:00
kd We can now build the ARM kernel (but not link it). 2008-02-07 20:04:31 +00:00
kd64
kdbg - Remove autoupdated "$Id:" lines from the kernel source code. 2008-03-09 14:11:42 +00:00
ke - Fix IDT and GDT limits to values advised by Alex. 2008-04-17 19:08:26 +00:00
lpc - Fix logic bugs in LpcRequestPort (which is not the same as NtRequestPort as someone incorrectly assumed previously) and also reference/dereference the process who owns the server mapping. 2008-04-23 16:40:08 +00:00
mm - Add more MDL flags. 2008-04-25 07:55:12 +00:00
ob - Remove perf code from Ob SD Cache implementation. 2008-04-21 18:33:23 +00:00
po - Remove autoupdated "$Id:" lines from the kernel source code. 2008-03-09 14:11:42 +00:00
ps - Remove autoupdated "$Id:" lines from the kernel source code. 2008-03-09 14:11:42 +00:00
rtl - Forgot to commit previous HAL changes. 2008-03-11 04:42:54 +00:00
se - Reformat Se code and put functions to more appropriate locations. 2008-04-23 20:38:37 +00:00
tests - Remove autoupdated "$Id:" lines from the kernel source code. 2008-03-09 14:11:42 +00:00
vdm
wmi
bugcodes.mc Add support for mc files and remove hardcoded WMC instructions from Makefile . Thanks to Amine and Colin for helping to test it 2007-12-22 23:41:57 +00:00
Doxyfile
KrnlFun.c
ntkrnlmp.rbuild make rbuild files XML compliant by adding the XInclude namespace , no code change 2008-04-28 13:44:11 +00:00
ntoskrnl-generic.rbuild - Reformat Se code and put functions to more appropriate locations. 2008-04-23 20:38:37 +00:00
ntoskrnl.rbuild make rbuild files XML compliant by adding the XInclude namespace , no code change 2008-04-28 13:44:11 +00:00
ntoskrnl.rc
ntoskrnl_arm.def - We now define a much simpler system call interface -- instead of using interrupt 2E with the system call ID in the ip register, we use the system call ID as the interrupt number! On ARM, all software interrupts have a generic handler, so ANY software interrupt will be a system call, and the interrupt number is the system call ID! 2008-03-12 18:17:55 +00:00
ntoskrnl_arm.lnk We now have the correct intrinsics for ARM. 2008-02-08 07:51:01 +00:00
ntoskrnl_i386.def - Remove autoupdated "$Id:" lines from the kernel source code. 2008-03-09 14:11:42 +00:00
ntoskrnl_i386.lnk All remaining changes from the PPC branch. Not well tested yet. Many things 2007-10-06 07:53:20 +00:00
ntoskrnl_powerpc.lnk Fix memory map to kernel mode. 2007-10-28 12:31:10 +00:00
sysfuncs.lst Be compatible with MS Windows 2003 SP1 syscall list 2008-01-05 17:29:44 +00:00