mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 14:57:49 +00:00
Update to gutenberg 0.3.0
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user