/boot/
From GhostBSD Wiki
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 |