mirror of
https://github.com/opnsense/src.git
synced 2026-04-05 01:15:30 -04:00
15 lines
270 B
Text
15 lines
270 B
Text
#
|
|
# 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 NEW_PCIB
|