JonathanDotCel / pcdrv_testapp_nugget

Playstation1 'pcdrv' file server app using unirom + nops. (nugget version)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pcdrv_testapp_nugget

Playstation1 'pcdrv' file server app using unirom + nops. (nugget version)

If you're using the PSYQ SDK, see here: https://github.com/JonathanDotCel/pcdrv_testapp_psyq

Discord: https://psx.dev

How compile?

  • Install docker
  • Run buildme.bat

What do I do?

Put unirom in debug mode

nops /debug or l1 + square The installs unirom's kernel mode handler, so you can do sio stuff while games/apps are running.

Upload via unirom & monitor

nops /fast /upload pcdrvtest.exe /m

the /m part leaves the monitor open for the pcdrv stuff

Where's the pcdrv: or sim: virtual device?

Uinirom won't provide it due to kernel space limitations. I'll write some code for that if there's interest.

About

Playstation1 'pcdrv' file server app using unirom + nops. (nugget version)

License:Mozilla Public License 2.0


Languages

Language:C 82.7%Language:Makefile 4.9%Language:Batchfile 4.7%Language:Assembly 4.6%Language:Shell 3.1%