mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 02:40:08 +00:00
71183783a2
Make sure that the segment and flag registers of local ECs are initialized after recall by initializing them at EC creation time. Fixes #2000
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) := db9bd2dada63382b761d169651ff7e2f75df3eaa
|
|
DIR(nova) := src/kernel/nova
|
|
|
|
PATCHES := $(wildcard $(REP_DIR)/patches/*.patch)
|