Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152746554
D48693.id149990.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
646 B
Referenced Files
None
Subscribers
None
D48693.id149990.diff
View Options
diff --git a/share/man/man7/development.7 b/share/man/man7/development.7
--- a/share/man/man7/development.7
+++ b/share/man/man7/development.7
@@ -144,6 +144,21 @@
reboot
.Ed
.Pp
+To configure a custom kernel,
+first copy a kernel configuration for the relevant architecture,
+in this case AMD64:
+.Pp
+.Dl cp src/sys/amd64/conf/MINIMAL ~/HOSTNAME
+.Pp
+After editing the new kernel configuration, build it, and install,
+moving the old kernel to
+.Pa /boot/kernel.old/ :
+.Bd -literal -offset indent
+cd src
+make -j8 kernel KERNCONF=~/HOSTNAME
+reboot
+.Ed
+.Pp
Rebuild and reinstall a single piece of userspace, in this
case
.Xr ls 1 :
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 17, 8:54 PM (11 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31679696
Default Alt Text
D48693.id149990.diff (646 B)
Attached To
Mode
D48693: build/development.7: System building examples
Attached
Detach File
Event Timeline
Log In to Comment