Search found 6 matches

by doscore
November 26th, 2023, 1:21 am
Forum: Miscellaneous
Topic: Compiling RUNIX (PSXLinux)
Replies: 58
Views: 185154

Re: Compiling RUNIX (PSXLinux)

Oh cool cheers for testing it out, ive been too busy lately. this initial build version of blackroo was the beta version of runnix as historically it wasnt building but the alpha version was. I have my 8mb ps2 console that i need to test it on. yes everything needs to be built for mips (on an old 32...
by doscore
July 30th, 2023, 6:49 pm
Forum: Input/Output
Topic: PSX Keyboard and Mouse Adaptor (SCPH-2000 Prototype)
Replies: 65
Views: 186311

Re: PSX Keyboard and Mouse Adaptor (SCPH-2000 Prototype)

hopefully you get to it soon :) i would love to use it on linux for psx and ps2, particularly the for the ps2. another route i was looking at was taking the IR sensor and writing some generic IR communicator from the serial port on my main dev machine to send it scan codes to see if i can unlock it ...
by doscore
June 12th, 2023, 1:56 am
Forum: Miscellaneous
Topic: Compiling RUNIX (PSXLinux)
Replies: 58
Views: 185154

Re: Compiling RUNIX (PSXLinux)

After some long hard work beta 2 finally compiles I'll have the code up on git later this week The proc file system in relation to kcore.c,(about binary files) shm.c (shared memory) , sysctl, etc.. This is an important step because we were unable to compile a new kernel without using the existing co...
by doscore
November 10th, 2022, 9:58 pm
Forum: Miscellaneous
Topic: Compiling RUNIX (PSXLinux)
Replies: 58
Views: 185154

Re: Compiling RUNIX (PSXLinux)

I've never used UniRom. I prefer Lameguy's n00bROM :) Just try it in an emulator for now. I recommend NO$PSX or DuckStation. In the latest build of NO$PSX, you can finally enable 8 MB RAM too which is awesome (while DuckStation has had it just after launch if I recall). yes for sure ill give that m...
by doscore
November 10th, 2022, 5:06 pm
Forum: Miscellaneous
Topic: Compiling RUNIX (PSXLinux)
Replies: 58
Views: 185154

Re: Compiling RUNIX (PSXLinux)

So while i am able to read ps2 cards i have been unable to access the PSX FS which is a shame.. BUT not all hope is lost.. http://www.vediio.com/flash/images/BRLmem.png http://www.vediio.com/flash/images/BRL_ps2.png i did try to setup the psxlinux.exe here with a bunch of other homebrew on a disc vi...
by doscore
November 10th, 2022, 8:17 am
Forum: Miscellaneous
Topic: Compiling RUNIX (PSXLinux)
Replies: 58
Views: 185154

Re: Compiling RUNIX (PSXLinux)

You need the missing tool to build a rootfs on a memory card. I suppose you could look through the code to see how it's mounted and try and to understand the format. I tried this years ago with a pre-built image, and that was always the stumbling block. It didn't output and video from memory, just ...