Conversation
Recommended reading also: "DOS memory models"
1
0
1
@jarkko fiddling with all that so many years ago has foreshadowed my mm career in retrospect. Like the author, I was able to do the job of freeing the conventional memory, but didn't really know what happens behind the scenes, lol.
1
0
2
@vbabk I have not that much but one thing I did back in 2012 was arch/x86/realmode, which is relocatable (at least a bit more given limitations) version of the trampoline code used when waking up from suspend etc. It was like historical exhibition tour on x86 legacy layers at the same time ;-)

And as a teen I wrote a few 3D engines and stuff like that for MS-DOS then using either DOS/4GW or Tran's PMODE (never did my own so called "DOS extender") :-) Good times...
1
0
1
@vbabka Turbo Assembler was like JavaScript of that day ;-)
2
0
1
@vbabka Nice stuff to read and watch YouTube videos, a memory lane to good old days :-)
0
0
1
@vbabka Related, a generational experience:

mov ax, 13h
int 10h

;-)
1
0
2
@jarkko that's indeed very graphics array, sir
0
0
1