mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 08:21:08 +00:00
53a83fb76e
- Avoid DoS against kernel, reported by Julian Stecklina - Provide EFI systab pointer through HIP - Fix PCID bug Fixes #3440
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) := b4c0d9e659772e2fe7f9e4595420ebc6a71d5467
|
|
DIR(nova) := src/kernel/nova
|
|
|
|
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))
|