Regarding OpenBIOS and original CD audio player of psx #1916
-
Hi all, edit: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
So the bios is split into two sections: the kernel, and the shell. The shell is what displays the boot logos, and goes to some utility menu when there's no disc, or when there's an audio CD. Right now, openbios is a fairly accurate re-implementation of the kernel part, but the shell part is completely different, and is only there to boot the console, without providing any of the utilities of the original shell. |
Beta Was this translation helpful? Give feedback.
I mean, you can run any of the retail bioses into Redux without issue. You can specify which bios file to load inside the settings.
The shell in the retail bios is a separate binary always located at address 0x18000 inside the rom chip. It'll be copied and run from 0x80030000. This is indeed independent, and I've successfully ran it inside openbios in the past, but I haven't tried recently.
But all in all, the emulator doesn't really care nor knows about what's running. For it, it's all a jumble of code.