mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
356e6498b6
- disable iommu - increase root_cnode further for native boot - support vesa driver on native hardware - don't mask edge triggered ioapic irqs - increase various allocators to get noux_tool_chain_* booting natively 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.2
|
|
REV(sel4) := e70cd7613bb3aed71d3df58c72146cc44a60190e
|
|
DIR(sel4) := src/kernel/sel4
|
|
|
|
PATCHES := $(wildcard $(REP_DIR)/patches/*.patch)
|