nova: update to r9

Fixes compiler warnings and re-enables debug commits regarding out of memory
situations.

Fixes #1551
This commit is contained in:
Alexander Boettcher 2015-06-01 11:01:26 +02:00 committed by Christian Helmuth
parent 55ec357d09
commit 7b6cd28dcb
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
70a0463d4ae4f5cfc6146b43d7bb2e904d208d55
2b256e6b852999be88a940c2dd211e40558213ed

View File

@ -3,8 +3,8 @@ VERSION := git
DOWNLOADS := nova.git
URL(nova) := https://github.com/alex-ab/NOVA.git
# r8 branch
REV(nova) := 9916e624f59462b8bb157dad3b38592e4ffbc561
# r9 branch
REV(nova) := 27a42d2124a6631f58e7d925170b6b3bac36e2f8
DIR(nova) := src/kernel/nova
PATCHES := $(wildcard $(REP_DIR)/patches/*.patch)