[ros-diffs] [ekohl] 16273: Hal needs KPCR_BASE
ekohl at svn.reactos.com
ekohl at svn.reactos.com
Sun Jun 26 03:12:28 CEST 2005
Hal needs KPCR_BASE
Modified: trunk/reactos/hal/halx86/include/hal.h
_____
Modified: trunk/reactos/hal/halx86/include/hal.h
--- trunk/reactos/hal/halx86/include/hal.h 2005-06-26 01:08:55 UTC
(rev 16272)
+++ trunk/reactos/hal/halx86/include/hal.h 2005-06-26 01:12:21 UTC
(rev 16273)
@@ -16,17 +16,17 @@
/* Internal Kernel Headers */
//#include <internal/mm.h>
#include <internal/ke.h>
-#include <internal/i386/ps.h>
+#define KPCR_BASE 0xFF000000 // HACK!
+
//Temporary hack below until ntoskrnl is on NDK
PVOID STDCALL
MmAllocateContiguousAlignedMemory(IN ULONG NumberOfBytes,
- IN PHYSICAL_ADDRESS
LowestAcceptableAddress,
- IN PHYSICAL_ADDRESS
HighestAcceptableAddress,
- IN PHYSICAL_ADDRESS
BoundaryAddressMultiple OPTIONAL,
- IN MEMORY_CACHING_TYPE CacheType
OPTIONAL,
- IN ULONG Alignment);
-
+ IN PHYSICAL_ADDRESS
LowestAcceptableAddress,
+ IN PHYSICAL_ADDRESS
HighestAcceptableAddress,
+ IN PHYSICAL_ADDRESS
BoundaryAddressMultiple OPTIONAL,
+ IN MEMORY_CACHING_TYPE CacheType
OPTIONAL,
+ IN ULONG Alignment);
/* Internal HAL Headers */
#include "apic.h"
#include "bus.h"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050626/3cf0e47f/attachment.html
More information about the Ros-diffs
mailing list