Recent content by perfect_genius

  1. P

    Is it possible to read from two USB ports at the same time?

    I just asked the author of DobieStation, he knows little about USB.
  2. P

    Is it possible to read from two USB ports at the same time?

    There is very little about USB in this analysis: psi-rockin.github.io/ps2tek/ IOP Interrupts: 22 IRQ22 USB IOP DMA: 24-27 Channel 'U' (USB DMA, controlled through USB registers) Does anyone know what these registers are? How does USB work at a low level?
  3. P

    Is it possible to read from two USB ports at the same time?

    It turns out that research is needed here. I wrote a program to read a file from two USBs, and yes - the speed dropped by half. One person suggested that I run a read on two threads, but PS2 threads are cooperative, not parallel, right? As a result, now I will go to low-level access, the USB driver.
  4. P

    Is it possible to read from two USB ports at the same time?

    But why? Because the IOP will have to constantly switch between ports? But what about the ability of MIPS to execute several instructions in parallel?
  5. P

    Is it possible to read from two USB ports at the same time?

    I'm new to PS2 development and have read a lot of information but haven't found anything about reading from two USB sticks at the same time. In theory, this would double the reading speed. Also, the ps2sdk repository is hard to understand on the topic of USB.
  6. P

    PS2 Actual 'Hello World' using Game Screen on PS2

    Have you tried software renderer?
Back
Top