VirtualBox

Changeset 216 in vbox for trunk/src/VBox/HostDrivers/Support


Ignore:
Timestamp:
Jan 21, 2007 9:40:14 PM (18 years ago)
Author:
vboxsync
Message:

...

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  
    539539
    540540
    541 
    542541/** Runtime assert implementation for the Darwin Ring-0 driver.
    543542 * @todo this one needs fixing! */
  • trunk/src/VBox/HostDrivers/Support/darwin/load.sh

    r206 r216  
    1111    exit 1;
    1212fi
     13if [ -n "$*" ]; then
     14  OPTS="$*"
     15else
     16  OPTS="-t"
     17fi
    1318
    1419trap "sudo chown -R `whoami` $DIR; exit 1" INT
     
    1621sudo chown -R root:wheel "$DIR"
    1722sudo chmod -R o-rwx "$DIR"
    18 sync ; sleep 1; sync
    19 sudo kextload -t "$DIR"
     23sync
     24sudo kextload $OPTS "$DIR"
    2025sudo chown -R `whoami` "$DIR"
     26sudo chmod 666 /dev/vboxdrv
    2127
    2228
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