Ben Gras 25817b0854 vm: change NO_MEM to a more impossible value
fixes an assert() firing when starting X. thanks to the report by pikpik.

	. NO_MEM was 0, which is actually an existing piece
	  of physical memory. it can't be allocated because it's reserved
	  for bios data (by the kernel), but it can be mapped in (e.g.
	  by X), causing sanity check disaster.
	. NONCONTIGUOUS is also obsolete as all allocations are single-page
	  now, i.e. NONCONTIGUOUS is really the default and only mode.
2012-09-19 15:31:36 +02:00
2010-10-25 08:32:14 +00:00
2012-08-12 23:30:54 +02:00
2011-11-18 11:11:04 +01:00
2012-09-18 13:17:52 +02:00
2012-09-18 13:17:52 +02:00
2012-06-25 17:21:01 +02:00
2012-09-18 15:11:51 +02:00
2012-09-13 23:20:34 +02:00
2012-08-28 13:49:27 -04:00
2012-09-10 19:20:03 +02:00
2012-06-25 09:15:27 +00:00
2012-09-19 13:07:18 +02:00
2012-08-27 15:31:03 +00:00
2012-06-18 10:54:52 +00:00
2012-06-18 10:54:55 +00:00
2010-01-21 10:16:05 +00:00
2012-06-18 10:54:51 +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%