mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
pandora: workaround some reported problems
This commit is contained in:
parent
8d9b4b32d4
commit
d9653efdf7
3 changed files with 17 additions and 6 deletions
|
@ -1,7 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
# 2x2M hugepages should be enough
|
||||
sudo -n /usr/pandora/scripts/op_hugetlb.sh 4
|
||||
# 3.2.30 on pandora has broken hugetlb
|
||||
if [ "`uname -r`" != "3.2.30" ]; then
|
||||
# 2x2M hugepages should be enough
|
||||
sudo -n /usr/pandora/scripts/op_hugetlb.sh 4
|
||||
fi
|
||||
|
||||
./PicoDrive "$@"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue