NOTES (d002f039aeb370370cd2cba63ad55cc4cf16c932) | NOTES (bc3ad3a179d54307b0adec96e64daaecaf657b09) |
---|---|
1# 2# NOTES -- Lines that can be cut/pasted into kernel and hints configs. 3# 4# This file contains machine dependent kernel configuration notes. For 5# machine independent notes, look in /sys/conf/NOTES. 6# 7# $FreeBSD$ 8# --- 578 unchanged lines hidden (view full) --- 587# 588# Number of initial kernel page table pages used for early bootstrap. 589# This number should include enough pages to map the kernel and any 590# modules or other data loaded with the kernel by the loader. Each 591# page table page maps 2MB. 592# 593options NKPT=31 594 | 1# 2# NOTES -- Lines that can be cut/pasted into kernel and hints configs. 3# 4# This file contains machine dependent kernel configuration notes. For 5# machine independent notes, look in /sys/conf/NOTES. 6# 7# $FreeBSD$ 8# --- 578 unchanged lines hidden (view full) --- 587# 588# Number of initial kernel page table pages used for early bootstrap. 589# This number should include enough pages to map the kernel and any 590# modules or other data loaded with the kernel by the loader. Each 591# page table page maps 2MB. 592# 593options NKPT=31 594 |
595# EFI Runtime Services support (not functional yet). 596options EFIRT 597 |
|
595 596##################################################################### 597# ABI Emulation 598 599#XXX keep these here for now and reactivate when support for emulating 600#XXX these 32 bit binaries is added. 601 602# Enable 32-bit runtime support for FreeBSD/i386 binaries. --- 84 unchanged lines hidden --- | 598 599##################################################################### 600# ABI Emulation 601 602#XXX keep these here for now and reactivate when support for emulating 603#XXX these 32 bit binaries is added. 604 605# Enable 32-bit runtime support for FreeBSD/i386 binaries. --- 84 unchanged lines hidden --- |