VirtualBox

Ignore:
Timestamp:
Aug 14, 2007 9:52:27 AM (17 years ago)
Author:
vboxsync
Message:

Never (!!) put the isr handler in pagable memory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp

    r4071 r4145  
    7676#pragma alloc_text (PAGE, VBoxGuestShutdown)
    7777#pragma alloc_text (PAGE, VBoxGuestNotSupportedStub)
    78 #pragma alloc_text (PAGE, VBoxGuestDpcHandler)
    79 #pragma alloc_text (PAGE, VBoxGuestIsrHandler)
     78/* Note: at least the isr handler should be in non-pagable memory! */
     79/*#pragma alloc_text (PAGE, VBoxGuestDpcHandler)
     80 #pragma alloc_text (PAGE, VBoxGuestIsrHandler) */
    8081#pragma alloc_text (PAGE, vboxWorkerThread)
    8182#pragma alloc_text (PAGE, reserveHypervisorMemory)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette