mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 16:31:06 +00:00
e70c13ce1f
- adds general support for semaphore timeouts - fixes PCID feature (aka tagged TLB) seeen on Lenovo X201 Fixes #1211
11 lines
256 B
Plaintext
11 lines
256 B
Plaintext
LICENSE := GPLv2
|
|
VERSION := git
|
|
DOWNLOADS := nova.git
|
|
|
|
URL(nova) := https://github.com/alex-ab/NOVA.git
|
|
# r6 branch
|
|
REV(nova) := f304d54b176ef7b1de9bd6fff6884e1444a0c116
|
|
DIR(nova) := src/kernel/nova
|
|
|
|
PATCHES := $(wildcard $(REP_DIR)/patches/*.patch)
|