WIP: A useful SMP threading system
David Pitt (3386) 1248 posts |
I noticed “SMP WIP progress.”:https://gitlab.riscosopen.org/RiscOS/Sources/Programmer/SMP/-/merge_requests/1 For the Titanium a ROM was built which included the five modified Modules. That is now running on the Titanium. Building the SMP module didn’t get very far. "h.defs", line 35: Serious error: #include file "Global/CPUCoreWS.h" wouldn't open I cannot find a |
Jeffrey Lee (213) 6048 posts |
The SMP module won’t work yet on the Titanium – the HAL needs updating to add multicore support. Pi, OMAP4, OMAP5 & iMx6 should all be fine.
That should be exported by the new kernel. |
David Pitt (3386) 1248 posts |
I cannot find a CPUCoreWS file anywhere. Thanks, I’ve got the right Kernel now.
The ROM and SMP module are now running on the RPi4. The Tests run, a good sign. Thanks for the help. |