summaryrefslogtreecommitdiffstats
path: root/sys/mips/conf/BERI_SIM_MDROOT
blob: a5bfe42c2713d5e7faedda50e92c13a0091f9c1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# BERI_SIM -- Kernel for the SRI/Cambridge "BERI" (Bluespec Extensible RISC
# Implementation) FPGA soft core, as configured for simulation.
#
# $FreeBSD$
#

include "BERI_TEMPLATE"

ident		BERI_SIM_MDROOT

hints		"BERI_SIM.hints"	#Default places to look for devices.

#
# This kernel configuration uses an embedded 8MB memory root file system.
# Adjust the following path based on local requirements.
#
options 	MD_ROOT			# MD is a potential root device
options 	MD_ROOT_SIZE=8192
options 	ROOTDEVNAME=\"ufs:md0\"

device		altera_avgen
device		altera_jtag_uart
device		altera_sdcard
OpenPOWER on IntegriCloud