2013-10-22 15:45:31 +00:00
|
|
|
#
|
|
|
|
# BERI_SIM_SDROOT -- Kernel for the SRI/Cambridge "BERI" (Bluespec Extensible
|
|
|
|
# RISC Implementation) FPGA soft core, as configured for simulation.
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2015-11-19 01:58:12 +00:00
|
|
|
#NO_UNIVERSE
|
|
|
|
|
2013-10-22 15:45:31 +00:00
|
|
|
include "BERI_SIM_BASE"
|
|
|
|
|
|
|
|
ident BERI_SIM_SDROOT
|
|
|
|
|
|
|
|
#
|
|
|
|
# This kernel expects to find its root filesystem on the SD Card.
|
|
|
|
#
|
|
|
|
options ROOTDEVNAME=\"ufs:/dev/altera_sdcard0\"
|