Changeset 5947 in vbox
- Timestamp:
- Dec 4, 2007 5:17:30 AM (17 years ago)
- Location:
- trunk/src/VBox/Runtime/r0drv/solaris
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/the-solaris-kernel.h
r4544 r5947 31 31 #include <sys/vmsystm.h> 32 32 #include <sys/cyclic.h> 33 #include <sys/class.h> 33 34 #include <vm/hat.h> 34 35 #include <vm/seg_vn.h> -
trunk/src/VBox/Runtime/r0drv/solaris/thread2-r0drv-solaris.c
r4178 r5947 88 88 { 89 89 int rc; 90 /** @todo Passing hardcoded priority of 52, Find correct default priority */91 /* We know its from 0 to 127 priority, but what's the default?? */92 90 kthread_t* pKernThread = thread_create(NULL, NULL, rtThreadNativeMain, pThreadInt, 0, 93 curproc, LMS_USER, 52);91 curproc, LMS_USER, minclsyspri); 94 92 if (pKernThread) 95 93 {
Note:
See TracChangeset
for help on using the changeset viewer.