Deleted Added
sdiff udiff text old ( 104487 ) new ( 104519 )
full compact
1# $FreeBSD: head/sys/conf/NOTES 104487 2002-10-04 20:42:36Z sam $
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

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

109#options PQ_NORMALCACHE # color for 64k/16k cache
110
111# This allows you to actually store this configuration file into
112# the kernel binary itself, where it may be later read by saying:
113# strings -n 3 /boot/kernel/kernel | sed -n 's/^___//p' > MYKERNEL
114#
115options INCLUDE_CONFIG_FILE # Include this file in kernel
116
117options GEOM # Use the GEOMetry system for
118 # disk-I/O transformations.
119
120#
121# The root device and filesystem type can be compiled in;
122# this provides a fallback option if the root device cannot
123# be correctly guessed by the bootstrap code, or an override if
124# the RB_DFLTROOT flag (-r) is specified when booting the kernel.
125#
126options ROOTDEVNAME=\"ufs:da0s2e\"

--- 2179 unchanged lines hidden ---