Ben Gras 449ed17833 VM: shared memory pagefault fix
. if there is no memory there, it's not writable; this
	  check bug by the shared memory's writable() method causes
	  pagefaults not to be handled  at all in certain situations,
	  triggering an assert() in pt_writemap()
	. added some assert()s to catch this and similar situations
	  in the future

Change-Id: Ife89bfab4f9a3aa7bf4e33dfb0b13b89dcd5bb94
2013-03-07 10:40:22 +01:00
2013-02-02 01:20:09 +01:00
2013-02-11 21:37:10 +01:00
2013-03-06 11:56:56 +01:00
2013-02-01 11:41:48 +01:00
2013-03-06 18:13:46 +01:00
2013-03-06 18:12:29 +01:00
2013-02-26 09:44:20 +00:00
2013-03-06 09:56:08 +00:00
2013-03-06 11:56:56 +01:00
2013-03-06 09:56:08 +00:00
2013-02-28 10:08:53 +00:00
2013-03-05 16:44:54 +01:00
2013-02-26 09:44:20 +00:00
2013-03-07 10:40:22 +01:00
2013-03-06 11:56:56 +01:00
2013-03-06 09:56:08 +00:00
2013-02-28 10:08:54 +00:00
2013-03-05 16:44:54 +01: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%