Deleted Added
full compact
GENERIC (281497) GENERIC (282901)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/arm64
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/arm64
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
19# $FreeBSD: head/sys/arm64/conf/GENERIC 281497 2015-04-13 16:41:33Z andrew $
19# $FreeBSD: head/sys/arm64/conf/GENERIC 282901 2015-05-14 14:03:55Z trasz $
20
21cpu ARM64
22ident GENERIC
23
24makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
25makeoptions NO_MODULES=1 # We don't yet support modules on arm64
26
27options SCHED_ULE # ULE scheduler

--- 32 unchanged lines hidden (view full) ---

60options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
61options AUDIT # Security event auditing
62options CAPABILITY_MODE # Capsicum capability mode
63options CAPABILITIES # Capsicum capabilities
64options MAC # TrustedBSD MAC Framework
65options KDTRACE_FRAME # Ensure frames are compiled in
66options KDTRACE_HOOKS # Kernel DTrace hooks
67options VFP # Floating-point support
20
21cpu ARM64
22ident GENERIC
23
24makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
25makeoptions NO_MODULES=1 # We don't yet support modules on arm64
26
27options SCHED_ULE # ULE scheduler

--- 32 unchanged lines hidden (view full) ---

60options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
61options AUDIT # Security event auditing
62options CAPABILITY_MODE # Capsicum capability mode
63options CAPABILITIES # Capsicum capabilities
64options MAC # TrustedBSD MAC Framework
65options KDTRACE_FRAME # Ensure frames are compiled in
66options KDTRACE_HOOKS # Kernel DTrace hooks
67options VFP # Floating-point support
68options RACCT # Resource accounting framework
69options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
70options RCTL # Resource limits
68
69device virtio
70device virtio_mmio
71device virtio_blk
72device vtnet
73
74# Serial (COM) ports
75device uart # Generic UART driver

--- 19 unchanged lines hidden ---
71
72device virtio
73device virtio_mmio
74device virtio_blk
75device vtnet
76
77# Serial (COM) ports
78device uart # Generic UART driver

--- 19 unchanged lines hidden ---