]> Zhao Yanbai Git Server - minix.git/commit
- tty: only report unrecognized scancodes once; forget about
authorBen Gras <ben@minix3.org>
Mon, 21 Sep 2009 14:25:54 +0000 (14:25 +0000)
committerBen Gras <ben@minix3.org>
Mon, 21 Sep 2009 14:25:54 +0000 (14:25 +0000)
commit89bf7bae277981c30725a9bcdd817b5daff014f5
tree32bf25b9c9177edb87139f1c33e8ec9d75c1cc71
parent36e935fe0f06d8db40ef844e32024eed8fd217f5
 - tty: only report unrecognized scancodes once; forget about
   remembering the origin and cursor position as that feature didn't
   really work properly anyway
 - tty: map in video and font memory using a vm call, access it from C,
   thereby eliminating pesky weird segment calls and assembly to access it,
   and unbreaks loadfont (Roman Ignatov)
 - bios_wini: fix bios_wini by allocating a <1MB buffers for it
 - memory: preallocate ramdisk, makes it a bit faster (and doesn't
   fail halfway if you allocate a huge one)
 - floppy: use <1MB buffer
 - ramdisk proto: because of the 2x1 page reservations, binaries
   got a little fatter and didn't fit on the ramdisk any more.
   increase it.
drivers/at_wini/at_wini.c
drivers/bios_wini/Makefile
drivers/bios_wini/bios_wini.c
drivers/floppy/floppy.c
drivers/log/log.c
drivers/memory/memory.c
drivers/memory/ramdisk/proto
drivers/tty/console.c
drivers/tty/keyboard.c