mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Rename first first-edition post to “Minimal Multiboot Kernel“
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
+++
|
+++
|
||||||
title = "A minimal x86 kernel"
|
title = "A minimal Multiboot Kernel"
|
||||||
order = 1
|
order = 1
|
||||||
path = "multiboot-kernel/"
|
path = "multiboot-kernel/"
|
||||||
date = 2015-08-18
|
date = 2015-08-18
|
||||||
+++
|
+++
|
||||||
|
|
||||||
This post explains how to create a minimal x86 operating system kernel. In fact, it will just boot and print `OK` to the screen. In subsequent blog posts we will extend it using the [Rust] programming language.
|
This post explains how to create a minimal x86 operating system kernel using the Multiboot standard. In fact, it will just boot and print `OK` to the screen. In subsequent blog posts we will extend it using the [Rust] programming language.
|
||||||
|
|
||||||
[Rust]: http://www.rust-lang.org/
|
[Rust]: http://www.rust-lang.org/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user