Lines Matching refs:kernel
23 The ACPI_NO_SEMAPHORES kernel configuration option has been removed. It
24 was never part of our default kernel config.
29 The ndis(4) driver has been removed. The NDISAPI kernel option has been
31 custom kernel configuration can remove this option from it now.
103 The FFS_ROOT kernel configuration option has been finally removed, after
104 having been a no-op since 4.9. That means users using a custom kernel
116 them were in our default kernel configuration file. The sicontrol(8)
130 IPsec has been removed from the system. Of our standard kernel
131 configurations, only the virtual kernel one had it. People running
154 Various former kernel configuration options which had been no-ops for
157 their kernel configuration files have to remove them.
169 already been removed from our default kernel configuration before 5.0,
174 been removed from our default kernel configuration.
184 at some point in the future. Users with a custom kernel configuration
202 They were all in our X86_64_GENERIC kernel configuration file, along with
291 The an(4) driver has been removed. It was in the X86_64_GENERIC kernel
311 dsched(4) has been removed and one of its kernel options, DSCHED_FQ, was
312 in our default kernel config file. So the DSCHED_FQ option has been turned
412 The _KPOSIX_VERSION and P1003_1B kernel options have been changed to
413 no-ops. They can be removed from custom kernel configurations.
431 The old USB stack, along with the kernel config option "device oldusb"
433 that for custom kernel configuration files which were derived from a
445 They should be removed or commented out in such custom kernel configs.
485 The code related to the SYSVMSG, SYSVSEM and SYSVSHM kernel options is
505 removed in kernel configs derived from X86_64_GENERIC.
527 An initial ramdisk image is now installed in /boot/kernel/initrd.img.gz
536 replace "device usb" with "device oldusb" in the kernel configuration.
616 The SMP kernel option has been made a no-op. All kernels now feature SMP
617 support. If you have 'options SMP' in your kernel config, you can as well
623 The DEVICE_POLLING kernel option has been made a no-op and it has been
625 kernel config, you need to change it to IFPOLL_ENABLE.
627 Also, the KTR_POLLING kernel option has been removed, so it must be
628 removed from kernel configs that have it.
644 The i386 specific COMPAT_OLDISA kernel option has been removed, since
654 The APIC_IO kernel option is no longer accepted after having been without
656 If you have 'options APIC_IO' in your kernel config, you'll have to
690 replace device usb in the kernel config. After that, a full
730 config and one (aha(4)) is in our X86_64_GENERIC kernel configuration
734 from your kernel configuration.
805 multiple kernel/module versions.
817 installing the new kernel.
854 Once you've done a full build of the world and kernel you can do incremental
864 In 2.1 kernel and modules has moved to boot directory. For most cases
868 * When installing a kernel without first doing a make buildworld,
869 installworld and upgrade to the same DESTDIR as kernel:
870 make DESTDIR/boot directory and move kernel and modules into this boot
871 directory; also move kernel.old and modules.old.
876 chflags noschg kernel
877 mv kernel kernel.old boot
878 chflags schg boot/kernel