Routines to simulate a serial port to a console device.
- Author
- Olivier Hureau, Hugo Feydel , Julien ALaimo console.cc Routines to simulate a serial port to a console device. A console has input (a keyboard) and output (a display). These are each simulated by operations on UNIX files. The simulated device is asynchronous, so we have to invoke the interrupt handler (after a simulated delay), to signal that a byte has arrived and/or that a written byte has departed.
DO NOT CHANGE – part of the machine emulation
Copyright (c) 1992-1993 The Regents of the University of California. All rights reserved. See copyright.h for copyright notice and limitation of liability and disclaimer of warranty provisions.
- Author
- Olivier Hureau, Hugo Feydel , Julien ALaimo console.cc Routines to simulate a serial port to a console device. A console has input (a keyboard) and output (a display). These are each simulated by operations on UNIX files. Instead of console, Synchconsole, it simulate device synchonously,