nova: avoid warnings because of oom handling

Use kernel branch which is more accurate in accounting memory, which avoids
kernel messages of following form:

[0] warning: insufficient resources ...

Fixes #1830
This commit is contained in:
Alexander Boettcher
2015-12-22 11:14:14 +01:00
committed by Christian Helmuth
parent b1b3c7bf34
commit 1d5aa4ca7e
5 changed files with 10 additions and 6 deletions

View File

@@ -1 +1 @@
0cdaf637a3a1c087b6350142316230c9e963a8d7
001f770ae2ae32c6f43e295355021065f4a28ee5

View File

@@ -4,7 +4,7 @@ DOWNLOADS := nova.git
# r9 branch - use r9_debug for more verbose kernel messages
URL(nova) := https://github.com/alex-ab/NOVA.git
REV(nova) := 12032f96fd3f09c248cad9d76527d4b3ac087fef
REV(nova) := c852537f73209f9d9d4d2bec50e01d8fec76214e
DIR(nova) := src/kernel/nova
PATCHES := $(wildcard $(REP_DIR)/patches/*.patch)