summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Bentele2019-07-31 00:26:55 +0200
committerManuel Bentele2019-07-31 00:26:55 +0200
commite3b5f9886d8a9ee5972227e42148d6a3d0727701 (patch)
tree736ccf0c86eb1033087779210fd2c700dee2f1bc
parentExtended Makefile to load kernel modules (diff)
downloadkernel-qcow2-e3b5f9886d8a9ee5972227e42148d6a3d0727701.tar.gz
kernel-qcow2-e3b5f9886d8a9ee5972227e42148d6a3d0727701.tar.xz
kernel-qcow2-e3b5f9886d8a9ee5972227e42148d6a3d0727701.zip
Added first version of the QCOW2 Linux kernel implementation
-rw-r--r--Makefile2
m---------implementation/loop0
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b009bb6..ca4483c 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,8 @@ KERNEL_MOD_CONFIG := $(shell pwd)/config/kernel-qcow2_x86-64_module.config
LOCAL_MOD_CONFIG += CONFIG_BLK_DEV_LOOP=m
LOCAL_MOD_CONFIG += CONFIG_BLK_DEV_LOOP_FILE_FMT_RAW=m
LOCAL_MOD_CONFIG += CONFIG_BLK_DEV_LOOP_FILE_FMT_QCOW=m
+LOCAL_MOD_CONFIG += CONFIG_ZLIB_INFLATE=y
+LOCAL_MOD_CONFIG += CONFIG_ZLIB_DEFLATE=y
BUILD ?= vanilla
KERNEL_DIR ?= $(KERNEL_SRC_DIR)
diff --git a/implementation/loop b/implementation/loop
-Subproject b9562e46df0f2ddfbd01b99a44a3c4eaa3f32fe
+Subproject 76c7edc7d401a79d2cd807e6d197e4fe5ecf8c8