mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
9506c89f88
- free up kernel memory of empty slabs (if already one empty slab is in place) - free up more page table entries - handle CPUs with invariant TSCs gracefully Genode/Nova running on CPUs without the invariant TSC feature may seem to 'hang'. The referenced commit of the nova branch fixes the issue for some older Intel CPUs. Fixes #1615
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
|
|
# r9 branch
|
|
REV(nova) := e56cf80c88cac7d709dd2685e4966ddebb0feed5
|
|
DIR(nova) := src/kernel/nova
|
|
|
|
PATCHES := $(wildcard $(REP_DIR)/patches/*.patch)
|