mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
3
.gitignore
vendored
3
.gitignore
vendored
@@ -11,5 +11,4 @@
|
|||||||
/target/
|
/target/
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
|
|
||||||
# Build directory
|
bootimage.bin
|
||||||
/build/
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title = "A Freestanding Rust Binary"
|
title = "A Freestanding Rust Binary"
|
||||||
order = 3
|
order = 3
|
||||||
path = "freestanding-rust-binary"
|
path = "freestanding-rust-binary"
|
||||||
date = 0000-01-01
|
date = 2018-02-10
|
||||||
template = "second-edition/page.html"
|
template = "second-edition/page.html"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
title = "A Minimal Rust Kernel"
|
title = "A Minimal Rust Kernel"
|
||||||
order = 4
|
order = 4
|
||||||
path = "minimal-rust-kernel"
|
path = "minimal-rust-kernel"
|
||||||
date = 0000-01-01
|
date = 2018-02-10
|
||||||
template = "second-edition/page.html"
|
template = "second-edition/page.html"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user