minix/servers
Ben Gras 3121eec6bd . map text (kernel's and processes') in readonly
. map kernel in non-user
 . don't map in first pages of kernel code and data
   if possible

these first pages could actually be freed but as the
kernel isn't allowed to touch them either we can't reuse
them until VM has totally taken over page table management
and kernel doesn't rely on identity mapping any more.
2008-12-18 15:35:22 +00:00
..
ds Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
inet dynamic HZ, library stacktrace 2008-12-11 14:54:42 +00:00
init Open stdin, stdout and stderr only after /etc/rc has executed. (/etc/rc 2008-12-11 14:43:25 +00:00
is Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
mfs throw out debugging code. 2008-12-11 14:44:10 +00:00
pm . no more HZ 2008-12-11 14:49:17 +00:00
rs No more HZ. 2008-12-11 14:43:53 +00:00
vfs Initialize deferred field. This seems to fix a hanging select() bug. 2008-12-17 14:20:08 +00:00
vm . map text (kernel's and processes') in readonly 2008-12-18 15:35:22 +00:00
Makefile Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00