Mail Archives: djgpp/1995/10/26/04:17:40
On Wed, 25 Oct 1995, A.Appleyard wrote:
> I never get this nuisance in my AAMACS which I wrote. In it when I want to
> ring the bell I directly call the DOS interrupt "AX=0x0200; DX=7; int21;" =
> "send character \007 to stdout (= the screen, there)", bypassing all of
> djgpp's buffers and all of DOS's write-to-file buffers.
Thanks for the info. Yes, Int21h/AH=2 works in Emacs also, but if I try
Int 21h/AH=40h, either by calling write() or directly with int86() or
_go32_dpmi_sinulate_int(), I see the problem I described.
- Raw text -