NetBSD/sys/arch/i386
fvdl c15f6d921f Changes for NKPDE calculation from cgd.
- New variables: biosextmem, biosbasemem, nkpde
- Above can be set by using the options BIOSEXTMEM, BIOSBASEMEM,
  and NKPDE respectively (EXTMEM_SIZE is now called BIOSEXTMEM).
  When preset this way, they won't be filled in / calculated.
- Readable by sysctl using machdep.nkpde, machdep.biosbasemem
  and machdep.biosextmem.
- nkpde is calculated as:

	min(NKPDE_MAX, NKPDE_BASE + (biosextmem >> 10) * NKPDE_SCALE)

  Where NKPDE_MAX is 31, NKPDE_BASE is 4, NKPDE_SCALE = 1.
1996-11-18 01:06:09 +00:00
..
apm_init The copyright for this file has been assigned to the NetBSD Foundation 1996-11-04 23:04:43 +00:00
bioscall The copyright for this file has been assigned to the NetBSD Foundation 1996-11-04 23:04:43 +00:00
boot Fix name conflict with boot() prototype in <sys/reboot.h> 1996-08-30 01:34:01 +00:00
compile new RCS ID format. 1994-10-27 04:14:23 +00:00
conf Move VNODEPAGER and DEVPAGER to std.i386 as well. 1996-11-16 01:16:38 +00:00
eisa Implement eisa_mem_{alloc,free}(), a method for allocating/freeing 1996-10-21 23:12:56 +00:00
i386 Changes for NKPDE calculation from cgd. 1996-11-18 01:06:09 +00:00
include Changes for NKPDE calculation from cgd. 1996-11-18 01:06:09 +00:00
isa remove extra $(DESTDIR). Fixes port-i386/2878. 1996-11-14 08:05:58 +00:00
netboot Fix #includes. 1996-02-02 18:05:36 +00:00
pci Make this compile again if PCI_CONF_MODE is defined (unused label). 1996-10-24 12:32:29 +00:00
stand LOCORE -> _LOCORE 1996-02-01 22:28:24 +00:00
Makefile new RCS ID format. 1994-10-27 04:14:23 +00:00