This distribution should contain the following files:

README		Introduction and installation intructions
bind.h		Included by kbind.c
contents	This file
emacs.bind	Key bindings for emacs-like editing
emacs.bindc	Compiled version of above (produced using "kbind emacs.bind")
kbind		kbind program, used to create binding tables
kbind.1		Documentation for above
kbind.c		Source code for above
kernel.tar	Kernel source files
patches		Patches to the kernel source
posix.doc	Some notes on POSIX compatibility
ttyio.doc	Programmer documentation on the terminal interface
ttymode		Program to turn on emacs-like line editing
ttymode.c	Source for above
vi.bind		Key bindings for vi-like editing


Files in kernel.tar:

include/linux/tty.h
include/linux/serial2.h
kernel/chr_drv/serial.c
kernel/chr_drv/tty/bind.h
kernel/chr_drv/tty/crted.c
kernel/chr_drv/tty/ed.c
kernel/chr_drv/tty/edfuncs.c
kernel/chr_drv/tty/ioctl.c
kernel/chr_drv/tty/output.c
kernel/chr_drv/tty/regexp.c
kernel/chr_drv/tty/softspace.h
kernel/chr_drv/tty/tty.c
kernel/chr_drv/tty/tty.doc
kernel/chr_drv/tty/tty_0.c
kernel/chr_drv/tty/tty_ed.h
kernel/chr_drv/tty/update.c
kernel/chr_drv/tty/use_count.h
kernel/chr_drv/vt2.c
