Skip to content

Commit ca3dfc7

Browse files
committed
Merge branch 'post-10' into post-11
2 parents bc618ad + 76282b9 commit ca3dfc7

File tree

4 files changed

+1
-10
lines changed

4 files changed

+1
-10
lines changed

.cargo/config.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[unstable]
22
build-std = ["core", "compiler_builtins", "alloc"]
3+
build-std-features = ["compiler-builtins-mem"]
34

45
[build]
56
target = "x86_64-blog_os.json"

Cargo.lock

-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ harness = false
1414

1515
[dependencies]
1616
bootloader = { version = "0.9.8", features = ["map_physical_memory"]}
17-
rlibc = "1.0.0"
1817
volatile = "0.2.6"
1918
spin = "0.5.2"
2019
x86_64 = "0.12.1"

src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
#![reexport_test_harness_main = "test_main"]
1010

1111
extern crate alloc;
12-
extern crate rlibc;
13-
1412
use core::panic::PanicInfo;
1513

1614
pub mod allocator;

0 commit comments

Comments
 (0)