T. Ment
2019-10-10 19:33:47 UTC
I'm reading DOS Internals chapter 6, resident programming in C. The
author uses a block swapping algorithm to exchange non resident code
with resident data. His explanation didn't make sense until I found
the same algorithm on the web.
http://kevingong.com/Math/BlockSwapping.html
(algorithm 3) The pictures helped me see what the code is all about.
Just some "news" I found interesting.
author uses a block swapping algorithm to exchange non resident code
with resident data. His explanation didn't make sense until I found
the same algorithm on the web.
http://kevingong.com/Math/BlockSwapping.html
(algorithm 3) The pictures helped me see what the code is all about.
Just some "news" I found interesting.