diff --git a/project/armemu-test.mk b/project/armemu-test.mk index 151beedd..9ad31342 100644 --- a/project/armemu-test.mk +++ b/project/armemu-test.mk @@ -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 diff --git a/target/armemu/armemu.conf b/target/armemu/armemu.conf index 7eaea5d1..df900833 100644 --- a/target/armemu/armemu.conf +++ b/target/armemu/armemu.conf @@ -9,6 +9,10 @@ file = lk.bin display = no console = yes network = no +block = yes [network] device = /dev/tap0 + +[block] +file = ../blk.bin