62ee5bbd73
others. Differential Revision: https://reviews.freebsd.org/D16740
17 lines
293 B
Plaintext
17 lines
293 B
Plaintext
#
|
|
# DEFAULTS -- Default kernel configuration file for FreeBSD/arm64
|
|
#
|
|
# $FreeBSD$
|
|
|
|
machine arm64 aarch64
|
|
|
|
# Pseudo devices.
|
|
device mem # Memory and kernel memory devices
|
|
|
|
# Default partitioning schemes
|
|
options GEOM_PART_BSD
|
|
options GEOM_PART_MBR
|
|
options GEOM_PART_GPT
|
|
|
|
options NEW_PCIB
|