Link
ithic.com
That's exactly what i was talking about. Thanks Neko!I'm also not entirely sure what he is talking about either.
That's exactly what i was talking about. Thanks Neko!I'm also not entirely sure what he is talking about either.
He means drivers, the kernel, etc. Sure you could change them, but could you change everything else, assuming that modifying the hardware itself went OK?
No, no and no. Just put another piece of ram into your pc and see, if everything doesn't work anymore... I suppose not!
More RAM doesn't need any modification to existing software to support it!
Are you sure about that? Ok, seems just too unplausible to me. Also I couldn't find any references.
Or maybe in the case of dingoo, they had to support modules by another vendor?
No, no and no. Just put another piece of ram into your pc and see, if everything doesn't work anymore... I suppose not!
More RAM doesn't need any modification to existing software to support it!
does in the embedded world, or at least needs the kernel recompiling (it's been done for the dingoo)
If the RAM configuration changes you may have to do more than auto-detect the capacity. Like if you go from using one chipselect to two, you may have to setup a second set of registers or another enable flag. Or if the speed rating changes you'll have to change the setup for that.
This still can be (and probably is) done automatically as part of memory detection routines. At least, I don't see any reason why not. I'd imagine you do something like attempting to read and write different values to different chips using different chip selects, and see if it works? Speed differences between different chips on the same bus sounds a little odd to me, but again I guess if the hardware supports it you can probably cope.