yifanlu / taiHEN

CFW framework for PS Vita
MIT License
307 stars 46 forks source link

Kernel plugins and ensö #72

Open CelesteBlue-dev opened 7 years ago

CelesteBlue-dev commented 7 years ago

Not compressed skprx cannot be launched at boot with enso. The problem is either related to enso, or to taihen, or maybe that's a kernel modules problem. I hope that someone could fix that. Else all kernel plugins will now have to be compiled using vita-make-fself -c. Regards.

yifanlu commented 7 years ago
  1. Not a taihen problem
  2. Stop touching boot_config.txt because that's unsupported. If you run into issues, that's your problem.
CelesteBlue-dev commented 7 years ago

Hey yifan I'm not touching bootconfig ! I use ur0tai/config.txt.

yifanlu commented 7 years ago

Issue is that for kernel modules loaded in boot; enso's internal loader is used instead of taihen's. I don't anticipate fixing this anytime soon so people should recompile plugins in the meantime.

CelesteBlue-dev commented 7 years ago

I understand. Thanks for all.