Re: Question about 68k cpu
Hi,
Thanks for the tips, I can now run the 68k code with that.
My only aim is to init the netboard and pass the first check, but many trouble with it. apparently my ram/reg mapping in model3 doesn't correspond to the mapping of the board -> model3 wait for memory modification at some addresses and board does this at others places. May be because I have processed all the code (convert from 32b to 16b and little indians).
Anyway, It's only preliminary tests nothing more. I now see it's a very complex task (for me,
). I suppose it'll take you only some hours to do what I've done in weeks...
I will post all I find later of course
Bart wrote:For the time being, my recommendation is to run this 68K from the main thread and simply ensure "-no-sound" and "-no-dsb" are always forced on in your dev build. You're not going to care about sound initially
Thanks for the tips, I can now run the 68k code with that.
My only aim is to init the netboard and pass the first check, but many trouble with it. apparently my ram/reg mapping in model3 doesn't correspond to the mapping of the board -> model3 wait for memory modification at some addresses and board does this at others places. May be because I have processed all the code (convert from 32b to 16b and little indians).
Anyway, It's only preliminary tests nothing more. I now see it's a very complex task (for me,
I will post all I find later of course