NetBSD/sys/arch/i386/conf/largepages.inc
thorpej a68986edfc Add optional support for mapping the kernel with large (4MB) pages.
Right now, only does kernel text, and wastes a little memory, but
there is some noticeable performance improvement even with just text.
2000-09-07 17:20:58 +00:00

9 lines
243 B
PHP

# $NetBSD: largepages.inc,v 1.1 2000/09/07 17:20:58 thorpej Exp $
#
# Options to create a kernel suitable for mapping with large
# pages.
#
makeoptions KERN_LDSCRIPT="kern.ldscript.4MB"
options LARGEPAGES # Use large pages for kernel image