Skip to content

Commit 64b414b

Browse files
committed
use builtin functions for basic operations (e.g. memcpy)
1 parent cba225d commit 64b414b

File tree

3 files changed

+1
-165
lines changed

3 files changed

+1
-165
lines changed

.cargo/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[unstable]
22
build-std = ["core", "alloc"]
3+
build-std-features = ["compiler-builtins-mem"]
34

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

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ pub mod consts;
3535
pub mod errno;
3636
pub mod fs;
3737
pub mod mm;
38-
pub mod rlib;
3938
pub mod scheduler;
4039
pub mod synch;
4140
pub mod syscall;

src/rlib.rs

Lines changed: 0 additions & 164 deletions
This file was deleted.

0 commit comments

Comments
 (0)