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