BERI_SIM_MDROOT revision 257527
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: stable/10/sys/mips/conf/BERI_SIM_MDROOT 257527 2013-11-01 21:15:39Z brooks $
6#
7
8include "BERI_SIM_BASE"
9
10ident		BERI_SIM_MDROOT
11
12#
13# This kernel configuration uses an embedded memory root file system.
14# Adjust the following path based on local requirements.
15#
16options 	MD_ROOT			# MD is a potential root device
17options 	MD_ROOT_SIZE=26112	# 25.5MB
18options 	ROOTDEVNAME=\"ufs:md0\"
19