nova: update kernel to fix assertion

Some special pages (0-page, 1-page) in the kernel must not be freed up
during PD destruction.

Fixes #1828
This commit is contained in:
Alexander Boettcher 2015-12-18 11:30:01 +01:00 committed by Christian Helmuth
parent 6699290766
commit 7ee3e98551
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
d4dbaf29783212a7efc49129b2f435cebf4f8660
0cdaf637a3a1c087b6350142316230c9e963a8d7

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) := d662428faa1649240a99dac7dda2be8c8662078c
REV(nova) := 12032f96fd3f09c248cad9d76527d4b3ac087fef
DIR(nova) := src/kernel/nova
PATCHES := $(wildcard $(REP_DIR)/patches/*.patch)