Changeset 216 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Jan 21, 2007 9:40:14 PM (18 years ago)
- Location:
- trunk/src/VBox/HostDrivers/Support/darwin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.c
r206 r216 539 539 540 540 541 542 541 /** Runtime assert implementation for the Darwin Ring-0 driver. 543 542 * @todo this one needs fixing! */ -
trunk/src/VBox/HostDrivers/Support/darwin/load.sh
r206 r216 11 11 exit 1; 12 12 fi 13 if [ -n "$*" ]; then 14 OPTS="$*" 15 else 16 OPTS="-t" 17 fi 13 18 14 19 trap "sudo chown -R `whoami` $DIR; exit 1" INT … … 16 21 sudo chown -R root:wheel "$DIR" 17 22 sudo chmod -R o-rwx "$DIR" 18 sync ; sleep 1; sync19 sudo kextload -t"$DIR"23 sync 24 sudo kextload $OPTS "$DIR" 20 25 sudo chown -R `whoami` "$DIR" 26 sudo chmod 666 /dev/vboxdrv 21 27 22 28
Note:
See TracChangeset
for help on using the changeset viewer.