Thomas Cort e978660932 mined: built without UNIX defined.
* Remove undef NULL, EOF, getchar, putchar
* Rename putchar, getchar, _putchar, _getchar to putch, getch, _putch,
  _getch to avoid conflict with libc functions.
* Rename UP() to UP1() (for UP 1 line) to avoid conflict with UP
  definition in termcap.h. Rename DN1 LF1 RT1 for consistency.
* Add termcap.h for prototypes for tputs and friends.
* Add libterminfo references to Makefile
* Add return value to _putch() to make it work as tputs expects.
* Make putch() call _putch()
* Remove UNIX ifdefs and all code in the !UNIX branches.

closes #43

Change-Id: I0a6f7298aa8b12a74225badc88d3c236a02669ea
2015-03-28 08:38:33 +01:00
2014-08-29 12:56:04 -04:00
2015-03-25 06:53:44 +01:00
2014-08-01 14:58:40 +02:00
2015-03-25 06:53:44 +01:00
2015-03-14 14:59:16 +01:00
2014-08-07 14:27:32 +02:00
2014-07-31 16:00:30 +02:00
2015-03-18 07:49:03 +01:00
2014-07-28 17:05:59 +02:00
2015-03-28 08:38:33 +01:00
2014-07-28 17:05:59 +02:00
2014-07-28 17:05:57 +02:00
2010-01-21 10:16:05 +00:00
Description
A fun microkernel meant to match modern usecases
GPL-3.0 148 MiB
Languages
C 78.2%
Roff 10.2%
Assembly 4.6%
Shell 3.7%
Makefile 1.6%
Other 1.2%