Deleted Added
full compact
NOTES (104487) NOTES (104519)
1# $FreeBSD: head/sys/conf/NOTES 104487 2002-10-04 20:42:36Z sam $
1# $FreeBSD: head/sys/conf/NOTES 104519 2002-10-05 16:35:33Z phk $
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
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.
117options GEOM_AES
118options GEOM_BSD
119options GEOM_GPT
120options GEOM_MBR
121options GEOM_PC98
122options GEOM_SUNLABEL
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 ---
123
124#
125# The root device and filesystem type can be compiled in;
126# this provides a fallback option if the root device cannot
127# be correctly guessed by the bootstrap code, or an override if
128# the RB_DFLTROOT flag (-r) is specified when booting the kernel.
129#
130options ROOTDEVNAME=\"ufs:da0s2e\"

--- 2179 unchanged lines hidden ---