Showing tag results for History

Dec 25, 2014
Post comments count0
Post likes count1

My pants are fancy!

Raymond Chen

During the development of Windows, the User Research team tried out an early build of some proposed changes on volunteers from the general community. During one of the tests, they invited the volunteer to just play around with a particular component, to explore it the way they would at home. The usability subject scrolled around a bit, admired t...

History
Dec 19, 2014
Post comments count0
Post likes count1

How did protected-mode 16-bit Windows fix up jumps to functions that got discarded?

Raymond Chen

Commenter Neil presumes that Windows 286 and later simply fixed up the movable entry table with jmp selector:offset instructions once and for all. It could have, but it went one step further. Recall that the point of the movable entry table is to provide a fixed location that always refers to a specific function, no matter where that function...

History