Ben Gras 49b9165251 vm: mmap support
. test74 for mmap functionality
	. vm: add a mem_file memory type that specifies an mmap()ped
	  memory range, backed by a file
	. add fdref, an object that keeps track of FD references within
	  VM per process and so knows how to de-duplicate the use of FD's
	  by various mmap()ped ranges; there can be many more than there can
	  be FD's
	. turned off for now, enable with 'filemap=1' as boot option

Change-Id: I640b1126cdaa522a0560301cf6732b7661555672
2013-05-31 15:42:01 +00:00
2013-04-12 18:55:40 +00:00
2013-05-31 15:42:00 +00:00
2013-04-09 16:43:13 +02:00
2013-05-31 15:42:01 +00:00
2013-05-31 15:42:01 +00:00
2013-04-12 18:55:40 +00:00
2013-05-31 15:42:00 +00:00
2013-05-31 15:42:00 +00:00
2013-05-30 16:29:20 +00:00
2013-05-13 11:18:15 +02:00
2013-05-31 16:13:41 +02:00
2013-05-31 15:42:01 +00:00
2013-04-12 18:55:40 +00:00
2013-05-31 15:42:00 +00:00
2013-05-31 15:42:01 +00:00
2013-05-13 11:18:15 +02:00
2013-05-31 16:13:41 +02:00
2013-05-26 14:12:54 +00:00
2010-01-21 10:16:05 +00:00
2013-04-04 12:50:12 +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%