mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
a07b5937d9
Makes the kernel robust against invalid guest FPU state provided by a VMM, e.g. our port of Vbox6. Issue #5314
12 lines
298 B
Plaintext
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) := 60419b83599fbe506308b0375371c49136e00985
|
|
DIR(nova) := src/kernel/nova
|
|
|
|
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))
|
|
PATCH_OPT := -p1 -d ${DIR(nova)}
|