Deleted Added
full compact
NOTES (105330) NOTES (105464)
1# $FreeBSD: head/sys/conf/NOTES 105330 2002-10-17 15:32:03Z sobomax $
1# $FreeBSD: head/sys/conf/NOTES 105464 2002-10-19 17:02:17Z 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

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

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_AES
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

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

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_AES
118options GEOM_BDE
118options GEOM_BSD
119options GEOM_GPT
120options GEOM_MBR
121options GEOM_PC98
122options GEOM_SUNLABEL
123
124#
125# The root device and filesystem type can be compiled in;

--- 2200 unchanged lines hidden ---
119options GEOM_BSD
120options GEOM_GPT
121options GEOM_MBR
122options GEOM_PC98
123options GEOM_SUNLABEL
124
125#
126# The root device and filesystem type can be compiled in;

--- 2200 unchanged lines hidden ---