]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/mips/conf/BERI_SIM_MDROOT
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / sys / mips / conf / BERI_SIM_MDROOT
1 #
2 # BERI_SIM_MDROOT -- Kernel for the SRI/Cambridge "BERI" (Bluespec Extensible
3 # RISC Implementation) FPGA soft core, as configured for simulation.
4 #
5 # $FreeBSD$
6 #
7
8 include "BERI_SIM_BASE"
9
10 ident           BERI_SIM_MDROOT
11
12 #
13 # This kernel configuration uses an embedded memory root file system.
14 # Adjust the following path based on local requirements.
15 #
16 options         MD_ROOT                 # MD is a potential root device
17 options         MD_ROOT_SIZE=26112      # 25.5MB
18 options         ROOTDEVNAME=\"ufs:md0\"