Changeset 4145 in vbox for trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp
- Timestamp:
- Aug 14, 2007 9:52:27 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp
r4071 r4145 76 76 #pragma alloc_text (PAGE, VBoxGuestShutdown) 77 77 #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) */ 80 81 #pragma alloc_text (PAGE, vboxWorkerThread) 81 82 #pragma alloc_text (PAGE, reserveHypervisorMemory)
Note:
See TracChangeset
for help on using the changeset viewer.