mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
26796c8f7a
- sorting of initializer by Christian Prochaska - issue #3253 - leak of FPU register state reported by Julian Stecklina - thanks ! - fix page table synchronization bug - by Julian Stecklina - add a second dynamic buddy if the memory requirements could not be fulfilled by the first dynamic buddy - disable vtlb peek if EPT/NPT is enabled
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) := eef83cd3f7a25555e0fb8e29950a0ae436b7bc1c
|
|
DIR(nova) := src/kernel/nova
|
|
|
|
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))
|