Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
885 B

  1. /*++
  2. Copyright (c) 2001 Microsoft Corporation
  3. Module Name:
  4. keamd64.c
  5. Abstract:
  6. This module includes all of the platform-specific "C" source modules
  7. required to build the kernel for AMD64.
  8. The goal is to present to the compiler all of the kernel source as a
  9. a single module, so that it (the compiler) can make more aggressive
  10. decisions about inlining, const table lookup, etc.
  11. Author:
  12. Forrest Foltz (forrestf) 19-Oct-2001
  13. Environment:
  14. Kernel mode only.
  15. Revision History:
  16. --*/
  17. #include "ki.h"
  18. #include "..\ke.c"
  19. #include "allproc.c"
  20. #include "apcuser.c"
  21. #include "callback.c"
  22. #include "exceptn.c"
  23. #include "flush.c"
  24. #include "flushtb.c"
  25. #include "initkr.c"
  26. #include "intobj.c"
  27. #include "ipi.c"
  28. #include "misc.c"
  29. #include "pat.c"
  30. #include "queuelock.c"
  31. #include "spinlock.c"
  32. #include "thredini.c"