mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-02 20:16:48 +00:00
af93f8d01b
- adjust syscall bindings to support -fPIC - read serial i/o ports from BIOS data area - use autoconf.h provided by sel4 -- to avoid ambiguity between sel4 kernel and user libraries -- remove manual set defines - remove debug messages - increase user virtual area to 3GB Issue #1720 Issue #2044
11 lines
270 B
Plaintext
11 lines
270 B
Plaintext
LICENSE := GPLv2
|
|
VERSION := git
|
|
DOWNLOADS := sel4.git
|
|
|
|
URL(sel4) := https://github.com/seL4/seL4.git
|
|
# master branch, version 3.1
|
|
REV(sel4) := 8150e914c377bb2d94796c6857d08f64973a7295
|
|
DIR(sel4) := src/kernel/sel4
|
|
|
|
PATCHES := $(wildcard $(REP_DIR)/patches/*.patch)
|