Difference between revisions of "/boot/"
From GhostBSD Wiki
Line 1: | Line 1: | ||
{{Welcome}} | {{Welcome}} | ||
+ | |||
+ | ==programs and configuration files used during operating system bootstrap== | ||
{|class="wikitable" style="width:96.5%;background:#FFFFFF; border:2px solid #008000;text-align:left;padding: 10px" | {|class="wikitable" style="width:96.5%;background:#FFFFFF; border:2px solid #008000;text-align:left;padding: 10px" | ||
Line 6: | Line 8: | ||
! scope="col" style="width: 350px;"|'''Description''' | ! scope="col" style="width: 350px;"|'''Description''' | ||
|- | |- | ||
− | | | + | |defaults/ |
− | | | + | |default bootstrapping configuration files; see [https://www.freebsd.org/cgi/man.cgi?query=loader.conf&sektion=5&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports loader.conf(5)] |
+ | |- | ||
+ | |dtb/ | ||
+ | |Compiled flattened device tree (FDT) files; see [https://www.freebsd.org/cgi/man.cgi?query=fdt&sektion=4&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports fdt(4)] and [https://www.freebsd.org/cgi/man.cgi?query=dtc&sektion=1&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports dtc(1)] | ||
+ | |- | ||
+ | |firmware/ | ||
+ | |loadable kernel modules containing binary firmware <br/>for hardware that needs firmware downloaded to it to function | ||
+ | |- | ||
+ | |kernel/ | ||
+ | |pure kernel executable (the operating system loaded into memory at boot time) and kernel modules | ||
+ | |- | ||
+ | |modules/ | ||
+ | |third-party loadable kernel modules; see [https://www.freebsd.org/cgi/man.cgi?query=kldstat&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports kldstat(8)] | ||
+ | |- | ||
+ | |overlays/ | ||
+ | |Compiled flattened device tree (FDT) overlays; see [https://www.freebsd.org/cgi/man.cgi?query=fdt&sektion=4&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports fdt(4)] and [https://www.freebsd.org/cgi/man.cgi?query=dtc&sektion=1&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports dtc(1)] | ||
+ | |- | ||
+ | |zfs/ | ||
+ | |[https://www.freebsd.org/cgi/man.cgi?query=zfs&sektion=8&apropos=0&manpath=FreeBSD+12.1-RELEASE+and+Ports zfs(8)] zpool cache files | ||
|- | |- | ||
!colspan="2"|'''Back to ''' [[image:Icon Disti GhostBSD.png|50px|link=Directory Structure]]'''Directory Structure''' | !colspan="2"|'''Back to ''' [[image:Icon Disti GhostBSD.png|50px|link=Directory Structure]]'''Directory Structure''' |
Revision as of 14:19, 28 January 2020
Welcome to /boot/. |
programs and configuration files used during operating system bootstrap
Directory | Description |
---|---|
defaults/ | default bootstrapping configuration files; see loader.conf(5) |
dtb/ | Compiled flattened device tree (FDT) files; see fdt(4) and dtc(1) |
firmware/ | loadable kernel modules containing binary firmware for hardware that needs firmware downloaded to it to function |
kernel/ | pure kernel executable (the operating system loaded into memory at boot time) and kernel modules |
modules/ | third-party loadable kernel modules; see kldstat(8) |
overlays/ | Compiled flattened device tree (FDT) overlays; see fdt(4) and dtc(1) |
zfs/ | zfs(8) zpool cache files |
Back to Directory Structure |