Alexander Boettcher 12f87260c0 nova: add x2apic support
Fixes #5413
2025-01-30 16:30:13 +01:00

12 lines
298 B
Plaintext

LICENSE := GPLv2
VERSION := git
DOWNLOADS := nova.git
# r10 branch
URL(nova) := https://github.com/alex-ab/NOVA.git
REV(nova) := 62420ca0cc6e648946bab553045e9334a408b982
DIR(nova) := src/kernel/nova
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))
PATCH_OPT := -p1 -d ${DIR(nova)}