Re: documentation for vm86()

From: vin pane (vinayak_pane_at_lycos.com)
Date: 02/18/04


Date: 18 Feb 2004 04:03:39 -0800

Now I am writing a module for controlling the IO devices. Is it
necessary to open the new tty ? why ? There is one signal handler
which is monitoring on the devices , isn't it ? if any state changes
occurs it performs the Standard intrrupt roputine .
 Okey Now I got some pseudo codes coming in my way . They are like
0x1C, 0x38 and so on what should be done to ignore them ? if I says
just return the program dosen't works .



Relevant Pages

  • Re: forkpty() on Solaris
    ... figure out what the right ioctl would be to "set the controlling terminal". ... After the fork, before opening the tty, call setsid. ... It never was; the point is to create a new session; you then have to ... to opinions held by my employer, Sun Microsystems. ...
    (comp.unix.programmer)
  • Re: forkpty() on Solaris
    ... I spent some time with the man pages and was unable to ... figure out what the right ioctl would be to "set the controlling terminal". ... After the fork, before opening the tty, call setsid. ... I tried putting a call to setsid() in the child process, ...
    (comp.unix.programmer)
  • Re: forkpty() on Solaris
    ... figure out what the right ioctl would be to "set the controlling terminal". ... After the fork, before opening the tty, call setsid. ... want the open to assign make the process a process group leader. ...
    (comp.unix.programmer)
  • Re: Problem with smpatch in a script
    ... > to be causing it to buffer output when it's not writing to a tty. ... then the standard solution is to use expect to give it one and ...
    (comp.unix.solaris)
  • Re: tty_mutex and tty_old_pgrp
    ... It races against things like a third party haungup of the controlling ... tty session if the lock is not held. ... refcounting ttys would not be a bad thing but would require some driver ... work because the driver level objects hung off a tty are often not ...
    (Linux-Kernel)