toaruos/kernel/sys
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
..
panic.c [massive commit] Userspace terminal. 2012-01-25 00:19:52 -06:00
process.c [massive commit] Userspace terminal. 2012-01-25 00:19:52 -06:00
syscall.c [massive commit] Userspace terminal. 2012-01-25 00:19:52 -06:00
system.c Interrupts on/off is a semaphore 2012-01-10 19:54:05 -06:00
task.c [massive commit] Userspace terminal. 2012-01-25 00:19:52 -06:00
version.c [version] Kernel version and codename, shell uname cmd 2011-12-16 02:15:44 -06:00