1239679Srwatson#
2257527Sbrooks# BERI_SIM_MDROOT -- Kernel for the SRI/Cambridge "BERI" (Bluespec Extensible
3257527Sbrooks# RISC Implementation) FPGA soft core, as configured for simulation.
4239679Srwatson#
5239679Srwatson# $FreeBSD$
6239679Srwatson#
7239679Srwatson
8257527Sbrooksinclude "BERI_SIM_BASE"
9239679Srwatson
10239679Srwatsonident		BERI_SIM_MDROOT
11239679Srwatson
12239679Srwatson#
13257527Sbrooks# This kernel configuration uses an embedded memory root file system.
14239679Srwatson# Adjust the following path based on local requirements.
15239679Srwatson#
16239679Srwatsonoptions 	MD_ROOT			# MD is a potential root device
17257527Sbrooksoptions 	MD_ROOT_SIZE=26112	# 25.5MB
18239679Srwatsonoptions 	ROOTDEVNAME=\"ufs:md0\"
19