S03appinit 280 B

123456789
  1. #!/bin/sh
  2. ifconfig lo up
  3. mkdir /tmp/dev
  4. ln -s /dev/memalloc /tmp/dev/memalloc
  5. insmod /lib/modules/galcore.ko registerMemBase=0xe0f00000 irqLine=48 contiguousSize=0x1000000 physSize=0x10000000 powerManagement=0
  6. cd /usr/app
  7. export LD_LIBRARY_PATH=/usr/app
  8. ./initenv.sh
  9. ./uiEngine&