Changeset 2243 in vbox for trunk/src/VBox
- Timestamp:
- Apr 19, 2007 8:58:10 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c
r2142 r2243 2738 2738 ASMGetIDTR(&Idtr); 2739 2739 paIdt = (PSUPDRVIDTE)Idtr.pIdt; 2740 if ((uintptr_t)paIdt < 0x80000000) 2740 /* 2741 * Recent Linux kernels can be configured to 1G user /3G kernel. 2742 */ 2743 if ((uintptr_t)paIdt < 0x40000000) 2741 2744 { 2742 2745 AssertMsgFailed(("bad paIdt=%p\n", paIdt));
Note:
See TracChangeset
for help on using the changeset viewer.