toaruos/kernel/fs
Kevin Lange 339b82e10c [massive commit] Userspace terminal.
Completely removes:
* The kernel terminal (both VGA and graphical)
* The kernel ANSI parser (obviously)
* kgets() function
* Dozens of other functions that were made useless

Adds:
* Userspace terminal that should work (relatively) well
* Keyboard device driver (implemented with a "pipe" object)
* Stabalized interrupt interface
* `clear` uses the c library
* All panic screens and kprintf() output goes to the serial line ONLY
* The kernel boots directly into /bin/terminal (no arguments, unless you
  want to add them (such as -f))
2012-01-25 00:19:52 -06:00
..
devfs.c Restructure directory tree for kernel modules 2011-12-14 22:15:47 -06:00
ext2_disk.c Restructure directory tree for kernel modules 2011-12-14 22:15:47 -06:00
ext2_initrd.c [misc] Boot logging to screen 2011-12-26 19:23:58 -06:00
nulldev.c [pipe] Pipe (ring buffer) device? 2012-01-24 17:56:35 -06:00
pipe.c [massive commit] Userspace terminal. 2012-01-25 00:19:52 -06:00
vfs.c Restructure directory tree for kernel modules 2011-12-14 22:15:47 -06:00