nova: support resume on AVX CPUs

Issue #5314
This commit is contained in:
Alexander Boettcher 2024-11-13 09:28:56 +01:00 committed by Christian Helmuth
parent ed2d9fef47
commit 28542e66ab
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
dd4d2aba9dd83ec08e956cb31274c62cbcaf91f6 3ca00c7332c39fe5be7fc14f3149e45bca428858

View File

@ -4,7 +4,7 @@ DOWNLOADS := nova.git
# r10 branch # r10 branch
URL(nova) := https://github.com/alex-ab/NOVA.git URL(nova) := https://github.com/alex-ab/NOVA.git
REV(nova) := 60419b83599fbe506308b0375371c49136e00985 REV(nova) := f74d1d0d9252de6178e30f4402cbb39ea664f3f7
DIR(nova) := src/kernel/nova DIR(nova) := src/kernel/nova
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch)) PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))