Kevin O'Connor wrote:
]On Thu, Jul 21, 2011 at 02:49:08AM +0300, Nikolay Nikolov wrote: ]> Hi, all, ]> ]> I made a patch for proper Ctrl-Break handling. This is useful for ]> MS-DOS or compatible operating systems like FreeDOS.
...
]> + enqueue_key(0, 0); ] ]RBIL implies the 0000 should be added to the keyboard buffer before ]the int 0x1B - though I'm not really familiar enough to say which is ]really correct.
It looks like Phoenix legacy BIOS and AMI legacy BIOS add the 0000 after int 1b.
Thanks, Scott
] ]-Kevin