No description
Find a file
Ben Gras 9843d7a625 For /dev/mem, map in memory to be copied to memory's own address space
one page at a time, and use safecopies to copy it to the requesting
process.

This lets /dev/mem access the entire physical address space, as the minix
page tables only allow access by default to physical RAM, which breaks
e.g. the VESA X driver in some cases.
2007-03-09 16:03:19 +00:00
boot ctty command without parameters to disable serial console. 2007-01-08 14:30:11 +00:00
commands Merge of kjb's update to man system to move section 9 to 1x. 2007-03-05 16:31:39 +00:00
docs Note about mkfs needing more memory after r2751. 2007-02-23 08:33:33 +00:00
drivers For /dev/mem, map in memory to be copied to memory's own address space 2007-03-09 16:03:19 +00:00
etc Make /dev/mouse an alias for /dev/kbdaux for X 2007-03-08 16:04:59 +00:00
include . let kernel use read_tsc() from sysutil library 2007-03-08 15:39:14 +00:00
kernel output CRLF instead of just LF to serial 2007-03-09 15:45:35 +00:00
lib . let kernel use read_tsc() from sysutil library 2007-03-08 15:39:14 +00:00
man correct references to manpage section 9 to 1x. 2007-03-05 16:43:03 +00:00
servers Minor change to path lookup that fixes the bug that creating a file 2007-02-28 13:13:39 +00:00
test Default amount of memory for tests (some ran out of memory) 2006-10-25 13:35:03 +00:00
tools Russian setup document contributed by Roman Ignatov. 2007-03-08 15:18:57 +00:00
LICENSE *** empty log message *** 2006-03-08 16:34:36 +00:00
Makefile No gmake in use 2006-03-08 16:46:40 +00:00