release 1.85

This commit is contained in:
notaz 2013-08-31 18:22:59 +03:00
parent 92dfd9afa6
commit 68af34fe20
11 changed files with 80 additions and 51 deletions

12
platform/pandora/PicoDrive.sh Executable file
View file

@ -0,0 +1,12 @@
#!/bin/sh
# 2x2M hugepages should be enough
sudo -n /usr/pandora/scripts/op_hugetlb.sh 4
./PicoDrive "$@"
# restore stuff if pico crashes
./picorestore
sudo -n /usr/pandora/scripts/op_lcdrate.sh 60
sudo -n /usr/pandora/scripts/op_gamma.sh 0
sudo -n /usr/pandora/scripts/op_hugetlb.sh 0