NetBSD/sys/arch/i386/include
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
..
pc
ansi.h Define _BSD_CLOCKID_T_ and _BSD_TIMER_T_ 1996-11-15 22:38:45 +00:00
aout_machdep.h
apmvar.h clean up missing prototype, extra variable 1996-09-10 11:22:33 +00:00
asm.h
bus.h Two things pointed out by Chris Demetriou <cgd@cs.cmu.edu>: 1996-11-10 03:19:25 +00:00
cdefs.h
conf.h Implement poll(2). 1996-09-07 12:40:22 +00:00
cpu.h Changes for NKPDE calculation from cgd. 1996-11-18 01:06:09 +00:00
cpufunc.h
cputypes.h
db_machdep.h
disklabel.h Fix PR/2782: Remove definition of dos_partitions[]. 1996-10-01 00:06:05 +00:00
elf_machdep.h add and use a machine-dependent header, which currently defines some 1996-09-26 21:50:55 +00:00
endian.h add in_addr_t and in_port_t and use them. 1996-10-11 00:02:47 +00:00
float.h
frame.h
freebsd_machdep.h
gdt.h
ieeefp.h
intr.h
joystick.h
limits.h
linux_machdep.h
mouse.h
npx.h
param.h
pcb.h
pccons.h
pio.h
pmap.h Changes for NKPDE calculation from cgd. 1996-11-18 01:06:09 +00:00
proc.h
profile.h
psl.h
pte.h
ptrace.h
reg.h
segments.h change APM to use new almost-generalized BIOS trampoline: 1996-09-08 15:43:37 +00:00
setjmp.h
signal.h
specialreg.h
spkr.h
stdarg.h
svr4_machdep.h
sysarch.h
trap.h
tss.h
types.h
varargs.h
vm86.h
vmparam.h Add MACHINE_NONCONTIG as a define. 1996-11-15 09:21:41 +00:00