Skip to content

Commit a1c557b

Browse files
committed
use builtin functions for basic operations (e.g. memcpy)
1 parent 95e8ca3 commit a1c557b

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
@@ -25,7 +25,6 @@ pub mod console;
2525
pub mod consts;
2626
pub mod errno;
2727
pub mod mm;
28-
pub mod rlib;
2928
pub mod scheduler;
3029
pub mod synch;
3130
pub mod syscall;

src/rlib.rs

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

0 commit comments

Comments
 (0)