logoalt Hacker News

pjc50today at 1:42 PM1 replyview on HN

I was under the impression that the permissions only kicked in once you were in 32-bit mode on the 386, what Windows called "386 Enhanced" mode.


Replies

peterfireflytoday at 7:30 PM

Any protected mode (if enabled). It was introduced with the 286.

The operating system/DOS extender could choose to let tasks (programs) run with the highest privileges, which would turn off some of the checks but not all of them -- you still needed valid selectors into valid slots in the descriptor tables.

show 1 reply