[armemu] add test code for block device
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -9,6 +9,10 @@ file = lk.bin
|
||||
display = no
|
||||
console = yes
|
||||
network = no
|
||||
block = yes
|
||||
|
||||
[network]
|
||||
device = /dev/tap0
|
||||
|
||||
[block]
|
||||
file = ../blk.bin
|
||||
|
||||
Reference in New Issue
Block a user