Use once crate to ensure that memory::init is only called once

This commit is contained in:
Philipp Oppermann
2017-11-19 13:19:17 +01:00
parent 76550dcd95
commit f2bbe43099
3 changed files with 5 additions and 0 deletions

View File

@@ -13,3 +13,4 @@ spin = "0.4.5"
multiboot2 = "0.1.0"
bitflags = "0.7.0"
x86_64 = "0.1.2"
once = "0.3.3"