Re: still newbie on X1000 and video cards
Posted: Fri Jan 21, 2022 4:09 pm
@Raziel
A few people have said just grab the Broadcom public source for CFE as a base. But that's not the CFE in the X1000. Which has been customised. CFE isn't even designed for a desktop computer let alone PPC so I don't how CFE was chosen, but there's likely other examples of software that was only designed for one purpose, then later expanded by a third party. The important part is knowing how to initialise the board. Once you have that you just need to recreate the loader commands to read off Amiga partitions and boot the amigaboot.of file. The binary interface is OpenFirmware and all the needed info for that can be read from CFE even.
A few people have said just grab the Broadcom public source for CFE as a base. But that's not the CFE in the X1000. Which has been customised. CFE isn't even designed for a desktop computer let alone PPC so I don't how CFE was chosen, but there's likely other examples of software that was only designed for one purpose, then later expanded by a third party. The important part is knowing how to initialise the board. Once you have that you just need to recreate the loader commands to read off Amiga partitions and boot the amigaboot.of file. The binary interface is OpenFirmware and all the needed info for that can be read from CFE even.