[armemu] add test code for block device
This commit is contained in:
@@ -4,6 +4,11 @@ LOCAL_DIR := $(GET_LOCAL_DIR)
|
|||||||
|
|
||||||
TARGET := armemu
|
TARGET := armemu
|
||||||
MODULES += \
|
MODULES += \
|
||||||
|
lib/bio \
|
||||||
|
lib/partition \
|
||||||
|
lib/bcache \
|
||||||
|
lib/fs \
|
||||||
|
lib/fs/ext2 \
|
||||||
app/tests \
|
app/tests \
|
||||||
app/shell
|
app/shell
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,10 @@ file = lk.bin
|
|||||||
display = no
|
display = no
|
||||||
console = yes
|
console = yes
|
||||||
network = no
|
network = no
|
||||||
|
block = yes
|
||||||
|
|
||||||
[network]
|
[network]
|
||||||
device = /dev/tap0
|
device = /dev/tap0
|
||||||
|
|
||||||
|
[block]
|
||||||
|
file = ../blk.bin
|
||||||
|
|||||||
Reference in New Issue
Block a user