Update to gutenberg 0.3.0

This commit is contained in:
Philipp Oppermann
2018-01-28 20:01:35 +01:00
parent abc9f350d2
commit 7f3de8dcb4
18 changed files with 19 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
title = "Allocating Frames"
order = 5
path = "allocating-frames"
date = "2015-11-15"
date = 2015-11-15
+++
In this post we create an allocator that provides free physical frames for a future paging module. To get the required information about available and used memory we use the Multiboot information structure. Additionally, we improve the `panic` handler to print the corresponding message and source line.