1#
2# BERI_SIM_MDROOT -- Kernel for the SRI/Cambridge "BERI" (Bluespec Extensible
3# RISC Implementation) FPGA soft core, as configured for simulation.
4#
5# $FreeBSD$
6#
7
8#NO_UNIVERSE
9
10include "BERI_SIM_BASE"
11
12ident		BERI_SIM_MDROOT
13
14#
15# This kernel configuration uses an embedded memory root file system.
16# Adjust the following path based on local requirements.
17#
18options 	MD_ROOT			# MD is a potential root device
19options 	MD_ROOT_SIZE=26112	# 25.5MB
20options 	ROOTDEVNAME=\"ufs:md0\"
21