Deleted Added
full compact
NOTES (197019) NOTES (197383)
1# $FreeBSD: head/sys/conf/NOTES 197019 2009-09-09 05:53:26Z delphij $
1# $FreeBSD: head/sys/conf/NOTES 197383 2009-09-21 08:17:57Z delphij $
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

--- 2743 unchanged lines hidden (view full) ---

2753# BKTR_ALLOC_PAGES has no effect except to cause warnings, and
2754# BROOKTREE_ALLOC_PAGES hasn't actually been superseded by it, since the
2755# driver still mostly spells this option BROOKTREE_ALLOC_PAGES.
2756##options BKTR_ALLOC_PAGES=(217*4+1)
2757options BROOKTREE_ALLOC_PAGES=(217*4+1)
2758options MAXFILES=999
2759
2760# x86 real mode emulator
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

--- 2743 unchanged lines hidden (view full) ---

2753# BKTR_ALLOC_PAGES has no effect except to cause warnings, and
2754# BROOKTREE_ALLOC_PAGES hasn't actually been superseded by it, since the
2755# driver still mostly spells this option BROOKTREE_ALLOC_PAGES.
2756##options BKTR_ALLOC_PAGES=(217*4+1)
2757options BROOKTREE_ALLOC_PAGES=(217*4+1)
2758options MAXFILES=999
2759
2760# x86 real mode emulator
2761options X86EMU
2761options X86BIOS