mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-14 00:40:01 +00:00
4d7d4dd2fc
Kernel fails to lookup a capability it just got delegated, if the backing store for the destination capability was before backed by a zero-page. Triggers if PCID (64bit) is in use or in SMP setups. Fixes #2101
11 lines
304 B
Plaintext
11 lines
304 B
Plaintext
LICENSE := GPLv2
|
|
VERSION := git
|
|
DOWNLOADS := nova.git
|
|
|
|
# r9 branch - use r9_debug for more verbose kernel messages
|
|
URL(nova) := https://github.com/alex-ab/NOVA.git
|
|
REV(nova) := bc5851221c412aa92d06c57b5b41944dd2ab08ae
|
|
DIR(nova) := src/kernel/nova
|
|
|
|
PATCHES := $(wildcard $(REP_DIR)/patches/*.patch)
|