mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-29 01:58:55 +00:00
240ec72086
With issue #4391 a regression was introduced, which makes VMs on AMD SVM non working.
11 lines
265 B
Plaintext
11 lines
265 B
Plaintext
LICENSE := GPLv2
|
|
VERSION := git
|
|
DOWNLOADS := nova.git
|
|
|
|
# r10 branch
|
|
URL(nova) := https://github.com/alex-ab/NOVA.git
|
|
REV(nova) := d7804f2125ad9ba1b86ad983261f72bdc1c0cfe7
|
|
DIR(nova) := src/kernel/nova
|
|
|
|
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))
|