toaruos/loader
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
..
crtbegin.s comment the crt0 2011-04-18 15:09:44 -05:00
echo.c [echo] New lines in echo 2011-04-19 01:50:33 -05:00
hello.c [bin] Some minor updates to the test apps 2011-04-15 16:31:58 -05:00
link.ld [sys] And now for the user side too 2011-04-11 16:51:31 -05:00
sh.c [task] Drop debug output for fork stacks (that's all cleared up) 2011-04-18 15:04:27 -05:00
syscall.c VESA mode switching support. 2011-12-25 00:40:40 -06:00
yes.c [bin] Yes. 2011-04-15 13:18:01 -05:00