8cdae428f2
in PISM (Bluespec C-interface device) o Add a kernel config Sponsored by: HEIF5
21 lines
399 B
Plaintext
21 lines
399 B
Plaintext
#
|
|
# BERI_SIM_VIRTIO -- Kernel for the SRI/Cambridge "BERI" (Bluespec Extensible
|
|
# RISC Implementation) FPGA soft core, as configured for simulation.
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
include "BERI_SIM_BASE"
|
|
|
|
ident BERI_SIM_VIRTIO
|
|
|
|
device virtio
|
|
device virtio_blk
|
|
device virtio_mmio
|
|
device altera_pio
|
|
|
|
#
|
|
# This kernel expects to find its root filesystem on the SD Card.
|
|
#
|
|
options ROOTDEVNAME=\"ufs:/dev/vtbd0\"
|