2012-08-25 12:02:13 +00:00
|
|
|
#
|
2013-10-22 15:45:31 +00:00
|
|
|
# BERI_DE4_MDROOT -- Kernel for the SRI/Cambridge "BERI" (Bluespec Extensible
|
|
|
|
# RISC # Implementation) FPGA soft core, as configured in its Terasic DE-4
|
|
|
|
# reference configuration.
|
2012-08-25 12:02:13 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2015-11-19 01:58:12 +00:00
|
|
|
#NO_UNIVERSE
|
|
|
|
|
2013-10-22 15:45:31 +00:00
|
|
|
include "BERI_DE4_BASE"
|
2012-08-25 12:02:13 +00:00
|
|
|
|
|
|
|
ident BERI_DE4_MDROOT
|
|
|
|
|
|
|
|
#
|
|
|
|
# This kernel configuration uses an embedded 8MB memory root file system.
|
|
|
|
# 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\"
|