- add Zw.S back to ntoskrnl, as it now contains valid 64 bit assembly

- I cheat and add all unresolved references in a stub file for now
ntoskrnl links now, so I can continue on freeldr again.

svn path=/branches/ros-amd64-bringup/; revision=34813
This commit is contained in:
Timo Kreuzer
2008-07-26 21:22:34 +00:00
parent de146d7b6c
commit 95064f4029
2 changed files with 574 additions and 1 deletions

View File

@@ -0,0 +1,572 @@
#define STUB(x) void x() {}
STUB(KfLowerIrql)
STUB(KeRaiseIrql)
STUB(KeLowerIrql)
STUB(KeRaiseIrqlToSynchLevel)
STUB(KeRaiseIrqlToDpcLevel)
STUB(KiIdleLoop)
STUB(KeGetCurrentIrql)
STUB(KeBugCheckEx)
STUB(KeAcquireInStackQueuedSpinLockRaiseToSynch)
STUB(KeNumberProcessors)
STUB(KeBugcheckCallbackListHead)
STUB(NtAdjustGroupsToken)
STUB(NtAdjustPrivilegesToken)
STUB(NtAllocateUserPhysicalPages)
STUB(NtAllocateVirtualMemory)
STUB(NtAreMappedFilesTheSame)
STUB(MmUserProbeAddress)
STUB(MmSizeOfMdl)
STUB(MmBuildMdlForNonPagedPool)
STUB(MmMapViewOfSection)
STUB(ExpInterlockedPushEntrySList)
STUB(ExAllocatePool)
STUB(ExFreePool)
STUB(ExFreePoolWithTag)
STUB(ExAllocatePoolWithTag)
STUB(PsGetCurrentThreadId)
STUB(NtContinue)
STUB(NtCreateEvent)
STUB(NtCreateMutant)
STUB(NtCreateSection)
STUB(NtCreateSemaphore)
STUB(NtCreateThread)
STUB(NtCreateTimer)
STUB(NtCreateToken)
STUB(NtDebugContinue)
STUB(NtDuplicateToken)
STUB(NtExtendSection)
STUB(NtFilterToken)
STUB(NtFlushInstructionCache)
STUB(NtFreeUserPhysicalPages)
STUB(NtDebugActiveProcess)
STUB(KeActiveProcessors)
STUB(KeDisableInterrupts)
STUB(KiSwapContext)
STUB(KeContextToTrapFrame)
STUB(KiDispatchException)
STUB(MmSystemRangeStart)
STUB(MiGetUserPageDirectoryCount)
STUB(MmStats)
STUB(PsCreateSystemThread)
STUB(ExAcquireResourceLock)
STUB(ExReleaseResourceLock)
STUB(MiNonPagedPoolLength)
STUB(MiNonPagedPoolStart)
STUB(MmGetPfnForProcess)
STUB(KiInitializeUserApc)
STUB(KiComputeTimerTableIndex)
STUB(KeBugcheckReasonCallbackListHead)
STUB(BugCheckCallbackLock)
STUB(NtCallbackReturn)
STUB(NtCancelTimer)
STUB(NtClearEvent)
STUB(NtCompareTokens)
STUB(NtCreateDebugObject)
STUB(NtCreateIoCompletion)
STUB(NtEnumerateSystemEnvironmentValuesEx)
STUB(NtFlushVirtualMemory)
STUB(NtFreeVirtualMemory)
STUB(NtGetWriteWatch)
STUB(NtImpersonateAnonymousToken)
STUB(NtLockVirtualMemory)
STUB(NtMapUserPhysicalPages)
STUB(NtMapUserPhysicalPagesScatter)
STUB(NtMapViewOfSection)
STUB(NtOpenEvent)
STUB(NtOpenIoCompletion)
STUB(NtOpenMutant)
STUB(NtOpenSection)
STUB(NtOpenSemaphore)
STUB(NtOpenThread)
STUB(NtOpenThreadToken)
STUB(NtOpenTimer)
STUB(NtProtectVirtualMemory)
STUB(NtPulseEvent)
STUB(NtQueryEvent)
STUB(NtQueryInformationToken)
STUB(NtQueryIoCompletion)
STUB(NtQueryMutant)
STUB(NtQuerySection)
STUB(NtQuerySemaphore)
STUB(NtQuerySystemEnvironmentValue)
STUB(NtQuerySystemEnvironmentValueEx)
STUB(NtQuerySystemInformation)
STUB(NtQueryTimer)
STUB(NtQueryVirtualMemory)
STUB(NtRaiseException)
STUB(NtReadVirtualMemory)
STUB(NtReleaseMutant)
STUB(NtReleaseSemaphore)
STUB(NtRemoveIoCompletion)
STUB(NtRemoveProcessDebug)
STUB(NtResetEvent)
STUB(NtResetWriteWatch)
STUB(NtSetEvent)
STUB(NtSetEventBoostPriority)
STUB(NtSetInformationTokenNtSetInformationDebugObject)
STUB(NtSetIoCompletion)
STUB(NtSetLdtEntries)
STUB(NtSetSystemEnvironmentValue)
STUB(NtSetSystemEnvironmentValueEx)
STUB(NtSetSystemInformation)
STUB(NtSetTimer)
STUB(NtUnlockVirtualMemory)
STUB(NtUnmapViewOfSection)
STUB(NtVdmControl)
STUB(NtWaitForDebugEvent)
STUB(NtWriteVirtualMemory)
STUB(NtGetCurrentProcessorNumber)
STUB(NtOpenThreadTokenEx)
STUB(NtSetInformationDebugObject)
STUB(NtSetInformationToken)
STUB(KiSwapProcess)
STUB(MmUpdatePageDir)
STUB(KeGetCurrentProcessorNumber)
STUB(MmDeleteKernelStack)
STUB(MmCreateKernelStack)
STUB(Ke386InitThreadWithContext)
STUB(MmUnmapLockedPages)
STUB(ExpInterlockedPopEntrySList)
STUB(MmGetPhysicalAddress)
STUB(MmFreeSectionSegments)
STUB(ExAllocateFromNPagedLookasideList)
STUB(ExInitializeNPagedLookasideList)
STUB(SeTokenType)
STUB(RtlGetCallersAddress)
STUB(RtlCompareMemory)
STUB(DbgkpSendApiMessage)
STUB(MmGetFileNameForSection)
STUB(DbgkpTraceLevel)
STUB(ExpInitializeEventImplementation)
STUB(ExpInitializeMutantImplementation)
STUB(ExpInitializeSemaphoreImplementation)
STUB(ExpInitializeTimerImplementation)
STUB(ExpEnvironmentLock)
STUB(ExpFirmwareTableProviderListHead)
STUB(MmSectionObjectType)
STUB(IoAcquireCancelSpinLock)
STUB(IoReleaseCancelSpinLock)
STUB(ExInterlockedInsertTailList)
STUB(ExInterlockedRemoveHeadList)
STUB(ExInterlockedAddLargeStatistic)
STUB(MmProbeAndLockPages)
STUB(IopCompletionMapping)
STUB(CmpInitializeMachineDependentConfiguration)
STUB(ExpInitLookasideLists)
STUB(ExpFirmwareTableResource)
STUB(MmMapViewInSystemSpace)
STUB(MmNumberOfPhysicalPages)
STUB(MmInitSystem)
STUB(RtlInitializeRangeListPackage)
STUB(ExInitPoolLookasidePointers)
STUB(KiInitializeBugCheck)
STUB(MmHighestUserAddress)
STUB(DbgkInitialize)
STUB(MmCreateMdl)
STUB(MmMapLockedPage)
STUB(PsThreadType)
STUB(MiShutdownMemoryManager)
STUB(ExfInterlockedCompareExchange64)
STUB(ExAllocatePoolWithQuotaTag)
STUB(ExInitializePagedLookasideList)
STUB(ExInterlockedInsertHeadList)
STUB(IoCheckEaBufferValidity)
STUB(ExEventObjectType)
STUB(IopDeleteIoCompletion)
STUB(IoCompletionType)
STUB(IoCompletionPacketLookaside)
STUB(CancelSpinLock)
STUB(KdbpCliInit)
STUB(MmUnlockPages)
STUB(KeDisconnectInterrupt)
STUB(KeInitializeInterrupt)
STUB(MmUnmapViewOfSection)
STUB(MiFreeDescriptor)
STUB(MmPfnDatabase)
STUB(MmHighestPhysicalPage)
STUB(MmIsPagePresent)
STUB(MmCreateVirtualMappingForKernel)
STUB(MmSetPageProtect)
STUB(MiFreeDescriptorOrg)
STUB(MmMapLockedPages)
STUB(_PsThreadType)
STUB(_ExEventObjectType)
STUB(MmCreateHyperspaceMapping)
STUB(MmDeleteHyperspaceMapping)
STUB(MmFreeVirtualMemory)
STUB(MmCreateVirtualMapping)
STUB(MmRawDeleteVirtualMapping)
STUB(MmIsPageSwapEntry)
STUB(MmDeletePageFileMapping)
STUB(KeRosDumpStackFrames)
STUB(RtlWalkFrameChain)
STUB(MmCommitPagedPoolAddress)
STUB(MmIsDirtyPage)
STUB(MmSetDirtyPage)
STUB(MmSetCleanPage)
STUB(MmPageOutSectionView)
STUB(MmPageOutVirtualMemory)
STUB(MmAllocateSection)
STUB(MmDeleteVirtualMapping)
STUB(ExSystemLookasideListHead)
STUB(PspGetOrSetContextKernelRoutine)
STUB(PspW32ThreadCallout)
STUB(ExTimerRundown)
STUB(KeConnectInterrupt)
STUB(MmWritePageSectionView)
STUB(MmWritePageVirtualMemory)
STUB(ExInitializeSystemLookasideList)
STUB(KeRaiseUserException)
STUB(PsIsThreadTerminating)
STUB(ExMutantObjectType)
STUB(_ExSemaphoreObjectType)
STUB(MmCleanProcessAddressSpace)
STUB(MmDeleteProcessAddressSpace)
STUB(MmDeleteTeb)
STUB(DbgkClearProcessDebugObject)
STUB(MmSetMemoryPriorityProcess)
STUB(MmInitializeHandBuiltProcess)
STUB(MmInitializeHandBuiltProcess2)
STUB(MmInitializeProcessAddressSpace)
STUB(MmCreatePeb)
STUB(MmQuerySystemSize)
STUB(KeFeatureBits)
STUB(MmGetFileObjectForSection)
STUB(SepTokenObjectType)
STUB(SeExchangePrimaryToken)
STUB(SeIsTokenChild)
STUB(SeTokenImpersonationLevel)
STUB(SeSubProcessToken)
STUB(SeAssignPrimaryToke)
STUB(SeCopyClientToken)
STUB(SepInitializeTokenImplementation)
STUB(KiSystemService)
STUB(KdpGdbStubInit)
STUB(KdbpGetCommandLineSettings)
STUB(KdbpSafeReadMemory)
STUB(RtlpAllocateMemory)
STUB(RtlFillMemoryUlong)
STUB(RtlCaptureContext)
STUB(RtlpGetExceptionAddress)
STUB(RtlpCheckForActiveDebugger)
STUB(RtlDispatchException)
STUB(RtlpFreeMemory)
STUB(RtlpLockAtomTable)
STUB(RtlpUnlockAtomTable)
STUB(PspW32ProcessCallout)
STUB(DbgkDebugObjectType)
STUB(DbgkCopyProcessDebugPort)
STUB(MmCreateProcessAddressSpace)
STUB(SeAssignPrimaryToken)
STUB(SeDeassignPrimaryToken)
STUB(SepCreateSystemProcessToken)
STUB(KdbEnterDebuggerException)
STUB(KdbpCliModuleLoaded)
STUB(RtlpSetInDbgPrint)
STUB(CHECK_PAGED_CODE_RTL)
STUB(RtlpGetAtomEntry)
STUB(RtlpFreeAtomHandle)
STUB(RtlpFreeAtomTableEntry)
STUB(RtlpAllocAtomTableEntry)
STUB(RtlAcquirePebLock)
STUB(RtlpGetMode)
STUB(RtlReleasePebLock)
STUB(RtlEnterHeapLock)
STUB(RtlLeaveHeapLock)
STUB(RtlInitializeHeapLock)
STUB(LdrShutdownThread)
STUB(RtlpDestroyAtomHandleTable)
STUB(RtlpDestroyAtomTableLock)
STUB(RtlpFreeAtomTable)
STUB(RtlpAllocAtomTable)
STUB(RtlpInitAtomTableLock)
STUB(RtlpCreateAtomHandleTable)
STUB(RtlpAllocDeallocQueryBufferSize)
STUB(find_entry)
STUB(RtlDeleteHeapLock)
STUB(RtlUnwind)
STUB(RtlpCreateAtomHandle)
STUB(RtlInitializeContext)
STUB(RtlpCurrentPeb)
STUB(DbgCommandString)
STUB(ExAcquireRundownProtection)
STUB(ExAcquireRundownProtectionCacheAware)
STUB(ExAcquireRundownProtectionCacheAwareEx)
STUB(ExAcquireRundownProtectionEx)
STUB(ExAllocateFromPagedLookasideList)
STUB(ExAllocatePoolWithQuota)
STUB(ExAllocatePoolWithTagPriority)
STUB(ExDeleteNPagedLookasideList)
STUB(ExDeletePagedLookasideList)
STUB(ExEnterCriticalRegionAndAcquireResourceShared)
STUB(ExEnterCriticalRegionAndAcquireSharedWaitForExclusive)
STUB(ExFreeToPagedLookasideList)
STUB(ExGetCurrentProcessorCounts)
STUB(ExGetCurrentProcessorCpuUsage)
STUB(ExGetPreviousMode)
STUB(ExInitializeRundownProtection)
STUB(ExInterlockedAddLargeInteger)
STUB(ExInterlockedAddUlong)
STUB(ExInterlockedPopEntryList)
STUB(ExInterlockedPushEntryList)
STUB(ExIsProcessorFeaturePresent)
STUB(ExQueryDepthSList)
STUB(ExQueryPoolBlockSize)
STUB(ExRaiseException)
STUB(ExRaiseStatus)
STUB(ExReInitializeRundownProtection)
STUB(ExReInitializeRundownProtectionCacheAware)
STUB(ExReleaseRundownProtection)
STUB(ExReleaseRundownProtectionCacheAware)
STUB(ExReleaseRundownProtectionCacheAwareEx)
STUB(ExReleaseRundownProtectionEx)
STUB(ExRundownCompleted)
STUB(ExRundownCompletedCacheAware)
STUB(ExSemaphoreObjectType)
STUB(ExVerifySuite)
STUB(ExWaitForRundownProtectionRelease)
STUB(ExWaitForRundownProtectionReleaseCacheAware)
STUB(ExpInterlockedFlushSList)
STUB(FsRtlAddBaseMcbEntry)
STUB(FsRtlGetNextBaseMcbEntry)
STUB(FsRtlInitializeBaseMcb)
STUB(FsRtlLegalAnsiCharacterArray)
STUB(FsRtlLookupBaseMcbEntry)
STUB(FsRtlLookupLastBaseMcbEntry)
STUB(FsRtlLookupLastBaseMcbEntryAndIndex)
STUB(FsRtlNumberOfRunsInBaseMcb)
STUB(FsRtlRemoveBaseMcbEntry)
STUB(FsRtlResetBaseMcb)
STUB(FsRtlSplitBaseMcb)
STUB(FsRtlTruncateBaseMcb)
STUB(FsRtlUninitializeBaseMcb)
STUB(HalDispatchTable)
STUB(HeadlessDispatch)
STUB(InitializeSListHead)
STUB(IoCheckDesiredAccess)
STUB(IoCheckFunctionAccess)
STUB(IoCheckQuerySetVolumeInformation)
STUB(IoEnumerateRegisteredFiltersList)
STUB(IoFileObjectType)
STUB(IoForwardAndCatchIrp)
STUB(IoGetCurrentProcess)
STUB(IoGetDeviceToVerify)
STUB(IoGetInitialStack)
STUB(IoGetPagingIoPriority)
STUB(IoGetStackLimits)
STUB(IoIs32bitProcess)
STUB(IoIsSystemThread)
STUB(IoIsWdmVersionAvailable)
STUB(IoSetCompletionRoutineEx)
STUB(IoSetDeviceToVerify)
STUB(IoSetHardErrorOrVerifyDevice)
STUB(IoSetIoCompletion)
STUB(IoThreadToProcess)
STUB(IoTranslateBusAddress)
STUB(IoValidateDeviceIoControlAccess)
STUB(IoWMIDeviceObjectToProviderId)
STUB(KdDebuggerEnabled)
STUB(KdDebuggerNotPresent)
STUB(KdRefreshDebuggerNotPresent)
STUB(KeAcquireInStackQueuedSpinLockForDpc)
STUB(KeAcquireQueuedSpinLock)
STUB(KeAcquireQueuedSpinLockRaiseToSynch)
STUB(KeAcquireSpinLockForDpc)
STUB(KeAcquireSpinLockRaiseToDpc)
STUB(KeAcquireSpinLockRaiseToSynch)
STUB(KeDeregisterBugCheckCallback)
STUB(KeDeregisterBugCheckReasonCallback)
STUB(KeDeregisterNmiCallback)
STUB(KeEnterCriticalRegion)
STUB(KeEnterGuardedRegion)
STUB(KeEnterKernelDebugger)
STUB(KeExpandKernelStackAndCallout)
STUB(KeFlushEntireTb)
STUB(KeGenericCallDpc)
STUB(KeGetRecommendedSharedDataAlignment)
STUB(KeInitializeCrashDumpHeader)
STUB(KeInvalidateAllCaches)
STUB(KeIsWaitListEmpty)
STUB(KeLastBranchMSR)
STUB(KeLeaveCriticalRegion)
STUB(KeLeaveGuardedRegion)
STUB(KeQueryActiveProcessors)
STUB(KeQueryMultiThreadProcessorSet)
STUB(KeQueryPrcbAddress)
STUB(KeReadStateMutex)
STUB(KeRegisterBugCheckCallback)
STUB(KeRegisterBugCheckReasonCallback)
STUB(KeRegisterNmiCallback)
STUB(KeReleaseInStackQueuedSpinLockForDpc)
STUB(KeReleaseQueuedSpinLock)
STUB(KeReleaseSpinLock)
STUB(KeReleaseSpinLockForDpc)
STUB(KeRestoreFloatingPointState)
STUB(KeSaveFloatingPointState)
STUB(KeSaveStateForHibernate)
STUB(KeSetDmaIoCoherency)
STUB(KeSignalCallDpcDone)
STUB(KeSignalCallDpcSynchronize)
STUB(KeSynchronizeExecution)
STUB(KeTestSpinLock)
STUB(KeTryToAcquireQueuedSpinLock)
STUB(KeTryToAcquireQueuedSpinLockRaiseToSynch)
STUB(KeUpdateRunTime)
STUB(KeUpdateSystemTime)
STUB(KeUserModeCallback)
STUB(KeWaitForMutexObject)
STUB(KfRaiseIrql)
STUB(KiBugCheckData)
STUB(KiCpuId)
STUB(Mm64BitPhysicalAddress)
STUB(MmAdjustWorkingSetSize)
STUB(MmAdvanceMdl)
STUB(MmAllocateContiguousMemory)
STUB(MmAllocateContiguousMemorySpecifyCache)
STUB(MmAllocateMappingAddress)
STUB(MmAllocateNonCachedMemory)
STUB(MmAllocatePagesForMdl)
STUB(MmAllocatePagesForMdlEx)
STUB(MmCanFileBeTruncated)
STUB(MmCommitSessionMappedView)
STUB(MmCreateMirror)
STUB(MmCreateSection)
STUB(MmDisableModifiedWriteOfSection)
STUB(MmFlushImageSection)
STUB(MmForceSectionClosed)
STUB(MmFreeContiguousMemory)
STUB(MmFreeContiguousMemorySpecifyCache)
STUB(MmFreeMappingAddress)
STUB(MmFreeNonCachedMemory)
STUB(MmFreePagesFromMdl)
STUB(MmGetVirtualForPhysical)
STUB(MmGrowKernelStack)
STUB(MmIsAddressValid)
STUB(MmIsIoSpaceActive)
STUB(MmIsNonPagedSystemAddressValid)
STUB(MmIsThisAnNtAsSystem)
STUB(MmLockPagableImageSection)
STUB(MmMapLockedPagesSpecifyCache)
STUB(MmMapLockedPagesWithReservedMapping)
STUB(MmMapMemoryDumpMdl)
STUB(MmMapVideoDisplay)
STUB(MmMapViewInSessionSpace)
STUB(MmPrefetchPages)
STUB(MmProbeAndLockProcessPages)
STUB(MmProbeAndLockSelectedPages)
STUB(MmProtectMdlSystemAddress)
STUB(MmSecureVirtualMemory)
STUB(MmSetAddressRangeModified)
STUB(MmSetBankedSection)
STUB(MmUnmapReservedMapping)
STUB(MmUnmapVideoDisplay)
STUB(MmUnmapViewInSessionSpace)
STUB(MmUnmapViewInSystemSpace)
STUB(MmUnsecureVirtualMemory)
STUB(NlsOemLeadByteInfo)
STUB(ObDeleteCapturedInsertInfo)
STUB(ObSetHandleAttributes)
STUB(PfxFindPrefix)
STUB(PfxInitialize)
STUB(PfxInsertPrefix)
STUB(PfxRemovePrefix)
STUB(PoCancelDeviceNotify)
STUB(PoRegisterDeviceNotify)
STUB(PoRequestShutdownEvent)
STUB(PoSetHiberRange)
STUB(PoShutdownBugCheck)
STUB(PsEstablishWin32Callouts)
STUB(PsGetCurrentProcess)
STUB(PsGetCurrentProcessWow64Process)
STUB(PsGetCurrentThread)
STUB(PsGetCurrentThreadPreviousMode)
STUB(PsGetCurrentThreadProcess)
STUB(PsGetCurrentThreadProcessId)
STUB(PsGetCurrentThreadStackBase)
STUB(PsGetCurrentThreadStackLimit)
STUB(PsGetCurrentThreadTeb)
STUB(PsGetCurrentThreadWin32Thread)
STUB(PsGetCurrentThreadWin32ThreadAndEnterCriticalRegion)
STUB(PsGetProcessSessionIdEx)
STUB(PsGetProcessWow64Process)
STUB(PsGetThreadFreezeCount)
STUB(PsGetThreadHardErrorsAreDisabled)
STUB(PsGetThreadId)
STUB(PsGetThreadProcess)
STUB(PsGetThreadProcessId)
STUB(PsGetThreadSessionId)
STUB(PsGetThreadTeb)
STUB(PsGetThreadWin32Thread)
STUB(PsIsSystemProcess)
STUB(PsIsSystemThread)
STUB(PsIsThreadImpersonating)
STUB(PsLookupThreadByThreadId)
STUB(PsProcessType)
STUB(PsSetThreadHardErrorsAreDisabled)
STUB(PsSetThreadWin32Thread)
STUB(PsWrapApcWow64Thread)
STUB(RtlAnsiStringToUnicodeSize)
STUB(RtlCompareMemoryUlong)
STUB(RtlCopyMemory)
STUB(RtlCopyMemoryNonTemporal)
STUB(RtlFillMemory)
STUB(RtlLookupFunctionEntry)
STUB(RtlMoveMemory)
STUB(RtlOemStringToUnicodeSize)
STUB(RtlPcToFileHeader)
STUB(RtlPrefetchMemoryNonTemporal)
STUB(RtlRestoreContext)
STUB(RtlTraceDatabaseAdd)
STUB(RtlTraceDatabaseCreate)
STUB(RtlTraceDatabaseDestroy)
STUB(RtlTraceDatabaseEnumerate)
STUB(RtlTraceDatabaseFind)
STUB(RtlTraceDatabaseLock)
STUB(RtlTraceDatabaseUnlock)
STUB(RtlTraceDatabaseValidate)
STUB(RtlUnicodeStringToAnsiSize)
STUB(RtlUnicodeStringToOemSize)
STUB(RtlUnwindEx)
STUB(RtlVirtualUnwind)
STUB(RtlZeroMemory)
STUB(SeFilterToken)
STUB(SeQueryAuthenticationIdToken)
STUB(SeQueryInformationToken)
STUB(SeQuerySessionIdToken)
STUB(SeReportSecurityEvent)
STUB(SeSetAuditParameter)
STUB(SeTokenIsAdmin)
STUB(SeTokenIsRestricted)
STUB(SeTokenObjectType)
STUB(VfFailDeviceNode)
STUB(VfFailDriver)
STUB(VfFailSystemBIOS)
STUB(VfIsVerificationEnabled)
STUB(WmiFlushTrace)
STUB(WmiGetClock)
STUB(WmiQueryTrace)
STUB(WmiQueryTraceInformation)
STUB(WmiStartTrace)
STUB(WmiStopTrace)
STUB(WmiTraceFastEvent)
STUB(WmiTraceMessage)
STUB(WmiTraceMessageVa)
STUB(WmiUpdateTrace)
STUB(XIPDispatch)
STUB(__C_specific_handler)
STUB(__misaligned_access)
STUB(_local_unwind)
STUB(_setjmp)
STUB(_setjmpex)
STUB(longjmp)
STUB(KfReleaseSpinLock)
STUB(KeAcquireInStackQueuedSpinLock)
STUB(KeReleaseInStackQueuedSpinLock)
STUB(KfAcquireSpinLock)
STUB(KeBugCheck)
STUB(MmMapIoSpace)
STUB(MmUnmapIoSpace)

View File

@@ -36,6 +36,7 @@
<directory name="include">
<pch>ntoskrnl.h</pch>
</directory>
<file>amd64stubs.c</file>
<directory name="ke">
<if property="ARCH" value="i386">
<directory name="i386">
@@ -172,7 +173,7 @@
<!-- file>dbgkobj.c</file -->
</directory>
<directory name="ex" root="intermediate">
<!-- file>zw.S</file -->
<file>zw.S</file>
</directory>
<directory name="ex">
<if property="ARCH" value="i386">