mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-18 17:00:26 +00:00
parent
7fadfbbd9f
commit
b50e54b0a8
@ -1 +1 @@
|
||||
ed5af2872f2aadb193301fd3a6d64f5b09a3609d
|
||||
d71ebf6cefa4a1526859188fe1646e3c71320f5b
|
||||
|
@ -4,7 +4,7 @@ DOWNLOADS := nova.git
|
||||
|
||||
# r10 branch
|
||||
URL(nova) := https://github.com/alex-ab/NOVA.git
|
||||
REV(nova) := 4276528a5c01f0429e5f1d204b80860547c8fa12
|
||||
REV(nova) := 0ebcb4fc5a25d1df4451a89cbc87d88e099acbd3
|
||||
DIR(nova) := src/kernel/nova
|
||||
|
||||
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))
|
||||
|
@ -24,7 +24,7 @@ CC_OPT += -pipe \
|
||||
-fdata-sections -fomit-frame-pointer -freg-struct-return \
|
||||
-freorder-blocks -funit-at-a-time -fno-exceptions -fno-rtti \
|
||||
-fno-stack-protector -fvisibility-inlines-hidden \
|
||||
-fno-asynchronous-unwind-tables -std=gnu++0x
|
||||
-fno-asynchronous-unwind-tables -std=gnu++0x -mgeneral-regs-only
|
||||
# kernel memory: 28M minimum dynamic or 10 pro mill of the system memory
|
||||
CC_OPT += -DCONFIG_MEMORY_DYN_MIN=0x1c00000 \
|
||||
-DCONFIG_MEMORY_DYN_PER_MILL=10
|
||||
|
Loading…
x
Reference in New Issue
Block a user