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$
6#
7
8#NO_UNIVERSE
9
10include "BERI_SIM_BASE"
11
12ident		BERI_SIM_SDROOT
13
14#
15# This kernel expects to find its root filesystem on the SD Card.
16#
17options 	ROOTDEVNAME=\"ufs:/dev/altera_sdcard0\"
18