2012-08-25 12:02:13 +00:00
|
|
|
#
|
2013-10-22 15:45:31 +00:00
|
|
|
# BERI_SIM_MDROOT -- Kernel for the SRI/Cambridge "BERI" (Bluespec Extensible
|
|
|
|
# RISC Implementation) FPGA soft core, as configured for simulation.
|
2012-08-25 12:02:13 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2013-10-22 15:45:31 +00:00
|
|
|
include "BERI_SIM_BASE"
|
2012-08-25 12:02:13 +00:00
|
|
|
|
|
|
|
ident BERI_SIM_MDROOT
|
|
|
|
|
|
|
|
#
|
2013-10-22 15:45:31 +00:00
|
|
|
# This kernel configuration uses an embedded memory root file system.
|
2012-08-25 12:02:13 +00:00
|
|
|
# Adjust the following path based on local requirements.
|
|
|
|
#
|
|
|
|
options MD_ROOT # MD is a potential root device
|
2013-10-22 15:45:31 +00:00
|
|
|
options MD_ROOT_SIZE=26112 # 25.5MB
|
2012-08-25 12:02:13 +00:00
|
|
|
options ROOTDEVNAME=\"ufs:md0\"
|