Thanks for posting that transcript. Bill was seriously mixed up here! It's understandable since he was speaking off the cuff about events of 30 years ago.
The guy who did IBM's keyboard design had nothing to do with Ctrl+Alt+Del. The keyboard doesn't know anything special about Ctrl+Alt+Del or any other key combination. It just sends scan codes over the wire for each individual key press or release.
The guy who wrote (or specified) the PC BIOS is who gave Ctrl+Alt+Del its special meaning. As I explained in that Reddit post, the BIOS simply checks for those keys being down and jumps to the reset/POST address.
It's all done in software, and any real mode program running on the machine can disable or take over Ctrl+Alt+Del just like it can any other keystroke or combination. So any program in DOS, in real mode Windows, or in any other real mode operating system can be that "funny piece of software that puts up a screen that looks like a log-in screen".
It wasn't until we got chips that supported protected mode, so ordinary applications couldn't smash the interrupt vectors, that there was any possibility of a guarantee that Ctrl+Alt+Del be always handled by the OS itself and not intercepted by some other program.
Also, back in the real mode days, no one would ever press Ctrl+Alt+Del with the expectation that they would get a login screen or any other kind of operating system response. After all, when Ctrl+Alt+Del was working correctly it would reboot the computer completely!
Comments
Thanks for posting that transcript. Bill was seriously mixed up here! It's understandable since he was speaking off the cuff about events of 30 years ago.
The guy who did IBM's keyboard design had nothing to do with Ctrl+Alt+Del. The keyboard doesn't know anything special about Ctrl+Alt+Del or any other key combination. It just sends scan codes over the wire for each individual key press or release.
The guy who wrote (or specified) the PC BIOS is who gave Ctrl+Alt+Del its special meaning. As I explained in that Reddit post, the BIOS simply checks for those keys being down and jumps to the reset/POST address.
It's all done in software, and any real mode program running on the machine can disable or take over Ctrl+Alt+Del just like it can any other keystroke or combination. So any program in DOS, in real mode Windows, or in any other real mode operating system can be that "funny piece of software that puts up a screen that looks like a log-in screen".
It wasn't until we got chips that supported protected mode, so ordinary applications couldn't smash the interrupt vectors, that there was any possibility of a guarantee that Ctrl+Alt+Del be always handled by the OS itself and not intercepted by some other program.
Also, back in the real mode days, no one would ever press Ctrl+Alt+Del with the expectation that they would get a login screen or any other kind of operating system response. After all, when Ctrl+Alt+Del was working correctly it would reboot the computer completely!