Hi,
Yeah, the 80286 had real mode and 16-bit protected mode. It
could switch from real mode to protected mode just fine. After all
that was the whole point of the 80286, protected mode accessed
more than one megabyte of memory. But most programs then
were real mode. And the memory access circuit was different in
protected mode than in real mode. And interrupt logic was also
different. So to run most programs you had to be in real mode.
And Intel did not have a way for the 80286 to transition from
protected mode to real mode. By making protected mode
incompatible with real mode, and not providing a way to restore
real mode, prompted the brain dead comment. The PC/AT had
the keyboard controller reboot/reset the CPU.
The 80386 had real mode, 16-bit protected mode, 32-bit
protected mode, and virtual 86 mode. V86 allowed protected
mode to look like real mode to run real mode programs. Ta da,
problems fixed, more or less.
Cheers,
Steve N.