Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!security!genrad!grkermit!masscomp!clyde!floyd!harpo!seismo!hao!hplabs!sri-unix!towson@amsaa From: towson%amsaa@sri-unix.UUCP Newsgroups: net.micro Subject: Re: Q: Final Word typeahead problem Message-ID: <14666@sri-arpa.UUCP> Date: Fri, 16-Dec-83 11:17:08 EST Article-I.D.: sri-arpa.14666 Posted: Fri Dec 16 11:17:08 1983 Date-Received: Tue, 20-Dec-83 01:30:31 EST Lines: 15 From: David Towson (CSD) Tim - Unless your system has a pretty fancy interrupt handler, it seems unlikely that typeahead will work while ANY program is being loaded from a floppy, as interrupts from the keyboard would interfere with the operation of the disk controller (if it uses interrupts) or of the disk-reading software (if the disk controller doesn't use interrupts). A fancy interrupt handler could determine the source of an interrupt (given proper hardware support), but really rapid typing would still screw things up occasionally unless you have a really fast processor. I don't see how a particular program could have a unique effect on this situation while it is being loaded (that is, before it even starts to execute). Are you sure you have the story straight? Dave