[armemu] add test code for block device

This commit is contained in:
Travis Geiselbrecht
2010-05-06 17:21:24 -07:00
parent c84b9040a2
commit 83ae28f05f
2 changed files with 9 additions and 0 deletions

View File

@@ -4,6 +4,11 @@ LOCAL_DIR := $(GET_LOCAL_DIR)
TARGET := armemu
MODULES += \
lib/bio \
lib/partition \
lib/bcache \
lib/fs \
lib/fs/ext2 \
app/tests \
app/shell

View File

@@ -9,6 +9,10 @@ file = lk.bin
display = no
console = yes
network = no
block = yes
[network]
device = /dev/tap0
[block]
file = ../blk.bin