1239679Srwatson#
2256912Sbrooks# BERI_SIM_MDROOT -- Kernel for the SRI/Cambridge "BERI" (Bluespec Extensible
3256912Sbrooks# RISC Implementation) FPGA soft core, as configured for simulation.
4239679Srwatson#
5239679Srwatson# $FreeBSD$
6239679Srwatson#
7239679Srwatson
8291049Simp#NO_UNIVERSE
9291049Simp
10256912Sbrooksinclude "BERI_SIM_BASE"
11239679Srwatson
12239679Srwatsonident		BERI_SIM_MDROOT
13239679Srwatson
14239679Srwatson#
15256912Sbrooks# This kernel configuration uses an embedded memory root file system.
16239679Srwatson# Adjust the following path based on local requirements.
17239679Srwatson#
18239679Srwatsonoptions 	MD_ROOT			# MD is a potential root device
19256912Sbrooksoptions 	MD_ROOT_SIZE=26112	# 25.5MB
20239679Srwatsonoptions 	ROOTDEVNAME=\"ufs:md0\"
21