Richard Zidlicky writes:
> I don't see rewriting parts of the OS as useful, only OS part where > emulators spend noticeable time are screen drivers. I think the gain > in speed is not worth the added effort and risk of subtle bugs - the > most screen-demanding applications will use their own assembler code > called through sd.extop and we can't rewrite that. Of course you can! Theres nothing to stop you from adding native code that is called from inside sd.extop (iow.xtop in SMSQ parlance). In an ideal world that would use functions from a graphics card (via drivers). Per
