Lionel Sambuc 20a91f7755 Fix -DNEDUG builds
- assert() is macro which is defined as empty, while panic is always
   present. I added an explicit abort() after the macro to make sure the
   function never returns in case of wrong flags.

 - Fixed gcc build with -NDEBUG, -Os for ARM.
   * A few 'may be used uninitialized' messages
   * A few new missing support library functions where added in libminc.

Change-Id: I69fcda2cd3888390b7ddeff4c0cd849105ce86ff
2014-09-02 15:22:15 +02:00
2014-08-29 12:56:04 -04:00
2014-08-22 19:12:17 +02:00
2014-08-01 14:58:40 +02:00
2014-08-29 12:56:04 -04:00
2014-09-02 15:22:15 +02:00
2014-07-28 17:05:50 +02:00
2014-08-07 14:27:32 +02:00
2014-07-31 16:00:30 +02:00
2014-08-28 18:49:19 +02:00
2014-07-28 17:05:59 +02:00
2014-09-02 15:22:15 +02:00
2014-09-01 16:36:26 +02:00
2014-08-28 18:49:19 +02:00
2014-07-28 17:05:59 +02:00
2014-08-28 18:49:13 +02:00
2014-09-02 15:22:15 +02:00
2014-08-21 08:07:39 -04:00
2014-07-28 17:05:57 +02: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%