sel4: enable vesa driver

kernel : add required and reserved boot regions to device memory

Issue #2044
This commit is contained in:
Alexander Boettcher
2016-07-05 15:58:46 +02:00
committed by Christian Helmuth
parent 821afd0199
commit 99b8fc4408
4 changed files with 88 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
# Specifics for the seL4 kernel API x86 32 bit
#
SPECS += sel4 x86_32 ps2
SPECS += sel4 x86_32 ps2 vesa framebuffer
include $(call select_from_repositories,mk/spec/x86_32.mk)
include $(call select_from_repositories,mk/spec/sel4.mk)