Guest User

Untitled

a guest
Aug 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. 4,5c4,5
  2. < # For more information on this file, please read the handbook section on
  3. < # Kernel Configuration Files:
  4. ---
  5. > # For more information on this file, please read the config(5) manual page,
  6. > # and/or the handbook section on Kernel Configuration Files:
  7. 19c19
  8. < # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.474.2.17.2.1 2009/04/15 03:14:26 kensmith Exp $
  9. ---
  10. > # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.519.2.19 2012/03/31 10:47:40 marius Exp $
  11. 28a29,34
  12. > # Use the following to compile in values accessible to the kernel
  13. > # through getenv() (or kenv(1) in userland). The format of the file
  14. > # is 'variable=value', see kenv(1)
  15. > #
  16. > # env "GENERIC.env"
  17. >
  18. 34c40
  19. < #options INET6 # IPv6 communications protocols
  20. ---
  21. > options INET6 # IPv6 communications protocols
  22. 52c58
  23. < options COMPAT_43TTY # BSD 4.3 TTY compat [KEEP THIS!]
  24. ---
  25. > options COMPAT_43TTY # BSD 4.3 TTY compat (sgtty)
  26. 62a69
  27. > options P1003_1B_SEMAPHORES # POSIX-style semaphores
  28. 63a71
  29. > options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
  30. 65,66c73
  31. < #options ADAPTIVE_GIANT # Giant mutex is adaptive.
  32. < #options STOP_NMI # Stop CPUS using NMI instead of IPI
  33. ---
  34. > options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
  35. 67a75
  36. > options MAC # TrustedBSD MAC Framework
  37. 68a77
  38. > options INCLUDE_CONFIG_FILE # Include this file in kernel
  39. 70,77c79,80
  40. < ### upgrade to 8.0
  41. < options P1003_1B_SEMAPHORES
  42. < options PRINTF_BUFR_SIZE=128
  43. < options HWPMC_HOOKS
  44. < options MAC
  45. < options FLOWTABLE
  46. < device acpi
  47. < ## END
Add Comment
Please, Sign In to add comment