- Implement Kernel, Memory Manager and Process Manager APIs for the following concept...
authorAlex Ionescu <aionescu@gmail.com>
Fri, 21 Jul 2006 19:28:38 +0000 (19:28 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Fri, 21 Jul 2006 19:28:38 +0000 (19:28 +0000)
commit2f2139d851f5ea9b5263870e6a8beaec19dbf929
tree221624b5a12e3b171d5f12c477a3212a8c1a618d
parent3ea8db48b1c2e3c3e12b47549c5b99a95a1a8b71
- Implement Kernel, Memory Manager and Process Manager APIs for the following concepts (not yet used):
  - Process Quantum.
  - Fixed and Variable Quantum Tables.
  - Long and Short Quantum Variability.
  - Priority Separation and Separation Masks.
  - Foreground Quantum Table.
  - Process Priority, Priority Modes and Priority Classes.
  - Virtual Memory Priority
  - Job Scheduling Classes
- Implement PsSetProcessPriorityByClass.

svn path=/trunk/; revision=23214
12 files changed:
reactos/include/ndk/ketypes.h
reactos/include/ndk/pstypes.h
reactos/ntoskrnl/KrnlFun.c
reactos/ntoskrnl/include/internal/ke.h
reactos/ntoskrnl/include/internal/mm.h
reactos/ntoskrnl/include/internal/ps.h
reactos/ntoskrnl/include/internal/ps_x.h
reactos/ntoskrnl/ke/process.c
reactos/ntoskrnl/mm/mminit.c
reactos/ntoskrnl/mm/process.c
reactos/ntoskrnl/ps/job.c
reactos/ntoskrnl/ps/process.c