]> Zhao Yanbai Git Server - minix.git/commit
to let tty run with its own page table (instead of with the kernel identity
authorBen Gras <ben@minix3.org>
Tue, 12 May 2009 12:43:18 +0000 (12:43 +0000)
committerBen Gras <ben@minix3.org>
Tue, 12 May 2009 12:43:18 +0000 (12:43 +0000)
commitdd56aa321f027bc8dc7c8f7ec30f44283b00607c
tree3719337bbb3486dff4d188eb83b6429161cd9504
parent909c1bb8a7235784c4d6ee64f324a4b2aa1867b9
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.
drivers/tty/Makefile
drivers/tty/console.c
drivers/tty/tty.h
drivers/tty/vidcopy.s [deleted file]
include/sys/video.h