mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Publish first post (minimal multiboot kernel)
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
layout: post
|
layout: post
|
||||||
title: '[DRAFT] A minimal x86 kernel in small steps'
|
title: 'A minimal x86 kernel in small steps'
|
||||||
related_posts: null
|
|
||||||
---
|
---
|
||||||
This post explains how to create a minimal x86 operating system kernel. In fact, it will just boot and print `OK` to the screen. The following blog posts we will extend it using the [Rust] programming language.
|
This post explains how to create a minimal x86 operating system kernel. In fact, it will just boot and print `OK` to the screen. The following blog posts we will extend it using the [Rust] programming language.
|
||||||
|
|
||||||
Reference in New Issue
Block a user