The kernel is now known as `kernel.ko' and it and its matching modules

live in ``/boot/kernel/''.
This commit is contained in:
David E. O'Brien 2000-09-06 17:51:31 +00:00
parent 81667275a9
commit 1a3ad32399
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65526

View File

@ -52,6 +52,13 @@ programs and configuration files used during operating system bootstrap
.It Li defaults/
default bootstrapping configuration files; see
.Xr loader.conf 5
.It Li kernel/
pure kernel executable (the operating system loaded into memory
at boot time).
.It Li modules/
third-part loadable kernel modules;
see
.Xr kldstat 8
.El
.It Li /dev/
block and character device files
@ -117,13 +124,6 @@ uucp configuration files;
see
.Xr uucp 1
.El
.It Li /kernel
pure kernel executable (the operating system loaded into memory
at boot time).
.It Li /modules/
loadable kernel modules;
see
.Xr kldstat 8
.It Li /mnt/
empty directory commonly used by
system administrators as a temporary mount point