NetBSD/sys/arch/pc532
mycroft 93768384ee Fix a bug in pmap_collect_pv(), even though nobody currently uses it:
When we put a page on the collection list, we must subtract NPVPPG from the
total free count: one for each pv_entry that's free in that page, and one for
each free pv_entry in other pages that we're going to eat by moving the ones
in the page being collected.
1999-03-27 05:57:02 +00:00
..
compile
conf clean up kernel/config files files for machVM lossage. 1999-03-24 06:06:09 +00:00
dev defopt MINIROOTSIZE 1999-03-17 18:59:21 +00:00
fpu {bzero, bcopy} -> {memset, memcpy} 1998-09-12 19:14:58 +00:00
include Garbage-collect. 1999-03-20 01:40:25 +00:00
pc532 Fix a bug in pmap_collect_pv(), even though nobody currently uses it: 1999-03-27 05:57:02 +00:00
stand convert from NOxxx= to MKxxx=no. 1999-02-13 02:54:17 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
To.Do