Ben Gras 1e399dd8bd various kernel printing fixes
. remove some call cycles by low-level functions invoking printf(); e.g.
	  send_sig() gets a return value that the caller should check
	. reason: very-early-phase printf() would trigger a printf() causing
	  infinite recursion -> GPF
	. move serial initialization a little earlier so DEBUG_EXTRA works for
	  serial earlier (e.g. its first instance, for "cstart")
	. closes tracker item 583:
	  System Fails to Complete Startup with Verbose 2 and 3 Boot Parameters,
	  reported by Stephen Hatton / pikpik.
2012-03-28 18:23:12 +02:00
2010-10-25 08:32:14 +00:00
2012-03-14 16:54:30 +01:00
2012-03-25 21:58:27 +02:00
2011-11-18 11:11:04 +01:00
2012-03-28 08:57:38 +00:00
2012-03-14 16:02:59 +01:00
2012-03-27 12:31:30 +02:00
2012-03-28 18:23:12 +02:00
2012-03-27 02:19:46 +02:00
2012-03-25 21:58:27 +02:00
2012-03-27 12:31:30 +02:00
2012-03-28 08:57:38 +00:00
2012-03-25 21:58:27 +02:00
2012-03-27 02:19:46 +02:00
2012-03-27 02:19:46 +02:00
2010-01-21 10:16:05 +00:00
2012-03-14 16:02:59 +01: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%