DEFAULTS revision 281494
1#
2# DEFAULTS -- Default kernel configuration file for FreeBSD/arm64
3#
4# $FreeBSD: head/sys/arm64/conf/DEFAULTS 281494 2015-04-13 14:43:10Z andrew $
5
6machine		arm64
7
8# Pseudo devices.
9device		mem		# Memory and kernel memory devices
10
11# Default partitioning schemes
12options 	GEOM_PART_BSD
13options 	GEOM_PART_MBR
14
15