---
title: "Making an RISC-V OS (Part 3): Managing free memory"
url: https://daily.dev/posts/making-an-risc-v-os-part-3-managing-free-memory-dqfndazh7
source_url: https://traxys.me/riscv_os_buddy.html
type: article
source: "Hacker News"
published: 2024-04-10T04:52:35.994Z
updated: 2024-08-02T02:13:00.440Z
tags: ["arm"]
reading_time: 11
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Making an RISC-V OS (Part 3): Managing free memory

**[Hacker News](https://daily.dev/sources/hn)** · 11 min read · 0 upvotes · 0 comments

## Summary

The post discusses how to manage free memory in an RISC-V OS. It explains the use of device trees to gather system specs and the implementation of a buddy allocator in the page allocator.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://traxys.me/riscv_os_buddy.html>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#arm](https://daily.dev/tags/arm)

[View this post on daily.dev](https://daily.dev/posts/making-an-risc-v-os-part-3-managing-free-memory-dqfndazh7)
