mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-01 19:46:45 +00:00
9b93ebfa18
- Win7 32 bit VM on 32bit Genode/Nova runs fin runs fine - tested on Phenom II X4 Issue #2454
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) := 2006635a22505a59854dd55a6e0a74749cd6568e
|
|
DIR(nova) := src/kernel/nova
|
|
|
|
PATCHES := $(wildcard $(REP_DIR)/patches/*.patch)
|