From 3f54c4b9be330ae624c852ed6edcb2ce7609f348 Mon Sep 17 00:00:00 2001 From: Dongliang Mu Date: Mon, 3 Jun 2024 10:41:47 +0800 Subject: [PATCH] upgrade linux kernel 5.4 to 6.6.32 --- challenge/vm/vm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/challenge/vm/vm b/challenge/vm/vm index 2e97e1dde..ae365c470 100755 --- a/challenge/vm/vm +++ b/challenge/vm/vm @@ -221,9 +221,9 @@ def build(path): obj-m += debug.o all: - \tmake -C /opt/linux/linux-5.4 M={workdir} modules + \tmake -C /opt/linux/linux-6.6.32 M={workdir} modules clean: - \tmake -C /opt/linux/linux-5.4 M={workdir} clean + \tmake -C /opt/linux/linux-6.6.32 M={workdir} clean """ ) )