Keyboard programming via the PPI
- Love4Boobies
- Member
- Posts: 2111
- Joined: Fri Mar 07, 2008 5:36 pm
- Location: Bucharest, Romania
Keyboard programming via the PPI
On old systems, before KBCs came to be they used PPIs (Programmable Peripheral Interface controllers) to control the keyboard. Did anyone here ever write a driver for such a thing? Is the keyboard the only thing PPIs were used for (I doubt it). Do you know of any emulators and/or virtual machines offer PPI support?
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
[ Project UDI ]
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: Keyboard programming via the PPI
From a google query, most references go back to a 8086 era system.
In other words: don't bother
In other words: don't bother
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: Keyboard programming via the PPI
http://www.nondot.org/sabre/os/files/HC ... ardFAQ.txt has about twenty lines of PPI programming.
- Love4Boobies
- Member
- Posts: 2111
- Joined: Fri Mar 07, 2008 5:36 pm
- Location: Bucharest, Romania
Re: Keyboard programming via the PPI
It was just out of curiosity. Besides, writing a driver for that doesn't look like much of a job either.Combuster wrote:From a google query, most references go back to a 8086 era system.
In other words: don't bother
Thanks for the tipTroy Martin wrote:http://www.nondot.org/sabre/os/files/HCI/KeyboardFAQ.txt has about twenty lines of PPI programming.
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
[ Project UDI ]