BERI_SIM_SDROOT revision 257527
1#
2# BERI_SIM_SDROOT -- 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_SDROOT 257527 2013-11-01 21:15:39Z brooks $
6#
7
8include "BERI_SIM_BASE"
9
10ident		BERI_SIM_SDROOT
11
12#
13# This kernel expects to find its root filesystem on the SD Card.
14#
15options 	ROOTDEVNAME=\"ufs:/dev/altera_sdcard0\"
16