diff --git a/README.md b/README.md index 788e908..89df065 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ ## Overview -This repository contains Linux kernels and modules for benchmarks which need Linux VMs as baselines. +This repository contains Linux kernels for benchmarks which need Linux VMs as baselines. -`vmlinuz-5.15.0-105-generic` is a specific version of the Linux kernel designed for Ubuntu 20.04 LTS (Focal Fossa). This kernel version belongs to the 5.15.0-105 series and includes updates for performance, stability, and security enhancements. +`vmlinuz-5.15.0-105` is compiled from Linux 5.15.105 source code with default settings, except for enabling the Ext2 file system and disabling `SYSTEM_REVOCATION_KEYS` and `SYSTEM_TRUSTED_KEYS`. The kernel already includes VirtIO drivers such as `Virtio-Net` and `Virtio-Block`. -[kernel](kernel/) contains additional kernel modules that can be loaded into the Linux kernel. The `virtio_blk.ko` module, for instance, provides support for the VirtIO block driver. diff --git a/kernel/drivers/block/virtio_blk.ko b/kernel/drivers/block/virtio_blk.ko deleted file mode 100644 index a92de19..0000000 Binary files a/kernel/drivers/block/virtio_blk.ko and /dev/null differ diff --git a/kernel/drivers/net/net_failover.ko b/kernel/drivers/net/net_failover.ko deleted file mode 100644 index 8b7da4b..0000000 Binary files a/kernel/drivers/net/net_failover.ko and /dev/null differ diff --git a/kernel/drivers/net/virtio_net.ko b/kernel/drivers/net/virtio_net.ko deleted file mode 100644 index 0846b66..0000000 Binary files a/kernel/drivers/net/virtio_net.ko and /dev/null differ diff --git a/kernel/net/core/failover.ko b/kernel/net/core/failover.ko deleted file mode 100644 index ae6c13d..0000000 Binary files a/kernel/net/core/failover.ko and /dev/null differ diff --git a/vmlinuz-5.15.0-105-generic b/vmlinuz-5.15.0-105 old mode 100755 new mode 100644 similarity index 57% rename from vmlinuz-5.15.0-105-generic rename to vmlinuz-5.15.0-105 index 717f19c..431a83a Binary files a/vmlinuz-5.15.0-105-generic and b/vmlinuz-5.15.0-105 differ