mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-18 15:27:50 +00:00
Convert front matters to hugo's toml-based format
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: post
|
||||
title: 'Allocating Frames'
|
||||
---
|
||||
+++
|
||||
title = "Allocating Frames"
|
||||
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