minix/drivers/tty
Ben Gras dd56aa321f to let tty run with its own page table (instead of with the kernel identity
map table), make it map in video memory.

sadly, this breaks tty in non-paged mode.

happily, this simplifies the code by throwing out the messing
around with segments, and throws out vidcopy.s.
2009-05-12 12:43:18 +00:00
..
keymaps Added a separate keymap for escaped scancodes. This makes the code 2009-02-04 17:04:16 +00:00
console.c to let tty run with its own page table (instead of with the kernel identity 2009-05-12 12:43:18 +00:00
keyboard.c don't flush output for SIGWINCH. found by Joren l'Ami. 2009-04-06 09:39:42 +00:00
Makefile to let tty run with its own page table (instead of with the kernel identity 2009-05-12 12:43:18 +00:00
pty.c don't flush output for SIGWINCH. found by Joren l'Ami. 2009-04-06 09:39:42 +00:00
rs232.c don't flush output for SIGWINCH. found by Joren l'Ami. 2009-04-06 09:39:42 +00:00
tty.c don't flush output for SIGWINCH. found by Joren l'Ami. 2009-04-06 09:39:42 +00:00
tty.h to let tty run with its own page table (instead of with the kernel identity 2009-05-12 12:43:18 +00:00