File tree Expand file tree Collapse file tree 14 files changed +3
-23
lines changed Expand file tree Collapse file tree 14 files changed +3
-23
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ default-features = false
60
60
61
61
[features ]
62
62
default = [
63
- # "nullnet",
63
+ " nullnet" ,
64
64
]
65
65
66
66
nullnet = []
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ default-features = false
39
39
40
40
[features ]
41
41
default = [
42
- " test_ab" ,
43
- " test_cd" ,
42
+ # "test_ab",
43
+ # "test_cd",
44
44
" shadow" ,
45
45
# "benchnet",
46
46
# "benchnvme"
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ edition = "2018"
6
6
7
7
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
8
[dependencies ]
9
- slabmalloc = { path = " ../slabmalloc" }
10
9
libsyscalls = { path = " ../libsyscalls" , version = " 0.1.0" }
11
10
12
11
# [dev-dependencies]
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ edition = "2018"
7
7
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
8
[dependencies ]
9
9
spin = { path = " ../../../lib/spin-rs" }
10
- x86_64 = " 0.7.5"
11
10
syscalls = { path = " ../../interfaces/syscalls" , version = " 0.1.0" }
12
11
platform = { path = " ../../interfaces/platform" , version = " 0.1.0" }
13
12
pc-keyboard = " 0.3.1"
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ edition = "2018"
7
7
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
8
[dependencies ]
9
9
# spin = "0.5.2"
10
- x86_64 = " 0.7.5"
11
10
libsyscalls = { path = " ../libsyscalls" , version = " 0.1.0" }
12
11
console = { path = " ../console" , version = " 0.1.0" }
13
12
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ edition = "2018"
7
7
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
8
9
9
[dependencies ]
10
- slabmalloc = { path = " ../slabmalloc" }
11
10
libsyscalls = { path = " ../libsyscalls" , version = " 0.1.0" }
12
11
spin = { path = " ../../../lib/spin-rs" }
13
12
hashbrown = " 0.6"
Original file line number Diff line number Diff line change @@ -17,15 +17,13 @@ panic = "abort"
17
17
debug = true
18
18
19
19
[dependencies ]
20
- x86_64 = " 0.7.5"
21
20
syscalls = { path = " ../../sys/interfaces/syscalls" , version = " 0.1.0" }
22
21
usr = { path = " ../../sys/interfaces/usr" , version = " 0.1.0" }
23
22
create = { path = " ../../sys/interfaces/create" , version = " 0.1.0" }
24
23
proxy = { path = " ../../sys/interfaces/proxy" , version = " 0.1.0" }
25
24
libsyscalls = { path = " ../../sys/lib/libsyscalls" , version = " 0.1.0" }
26
25
libtime = { path = " ../../sys/lib/libtime" , version = " 0.1.0" }
27
26
console = { path = " ../../sys/lib/console" , version = " 0.1.0" }
28
- slabmalloc = { path = " ../../sys/lib/slabmalloc" }
29
27
malloc = { path = " ../../sys/lib/malloc" , version = " 0.1.0" }
30
28
rref = { path = " ../../sys/lib/rref" , version = " 0.1.0" }
31
29
spin = { path = " ../../lib/spin-rs" }
Original file line number Diff line number Diff line change @@ -17,15 +17,13 @@ panic = "abort"
17
17
debug = true
18
18
19
19
[dependencies ]
20
- x86_64 = " 0.7.5"
21
20
syscalls = { path = " ../../../sys/interfaces/syscalls" , version = " 0.1.0" }
22
21
usr = { path = " ../../../sys/interfaces/usr" , version = " 0.1.0" }
23
22
create = { path = " ../../../sys/interfaces/create" , version = " 0.1.0" }
24
23
proxy = { path = " ../../../sys/interfaces/proxy" , version = " 0.1.0" }
25
24
libsyscalls = { path = " ../../../sys/lib/libsyscalls" , version = " 0.1.0" }
26
25
libtime = { path = " ../../../sys/lib/libtime" , version = " 0.1.0" }
27
26
console = { path = " ../../../sys/lib/console" , version = " 0.1.0" }
28
- slabmalloc = { path = " ../../../sys/lib/slabmalloc" }
29
27
malloc = { path = " ../../../sys/lib/malloc" , version = " 0.1.0" }
30
28
rref = { path = " ../../../sys/lib/rref" , version = " 0.1.0" }
31
29
spin = { path = " ../../../lib/spin-rs" }
Original file line number Diff line number Diff line change @@ -17,15 +17,13 @@ panic = "abort"
17
17
debug = true
18
18
19
19
[dependencies ]
20
- x86_64 = " 0.7.5"
21
20
syscalls = { path = " ../../../sys/interfaces/syscalls" , version = " 0.1.0" }
22
21
usr = { path = " ../../../sys/interfaces/usr" , version = " 0.1.0" }
23
22
create = { path = " ../../../sys/interfaces/create" , version = " 0.1.0" }
24
23
proxy = { path = " ../../../sys/interfaces/proxy" , version = " 0.1.0" }
25
24
libsyscalls = { path = " ../../../sys/lib/libsyscalls" , version = " 0.1.0" }
26
25
libtime = { path = " ../../../sys/lib/libtime" , version = " 0.1.0" }
27
26
console = { path = " ../../../sys/lib/console" , version = " 0.1.0" }
28
- slabmalloc = { path = " ../../../sys/lib/slabmalloc" }
29
27
malloc = { path = " ../../../sys/lib/malloc" , version = " 0.1.0" }
30
28
rref = { path = " ../../../sys/lib/rref" , version = " 0.1.0" }
31
29
spin = { path = " ../../../lib/spin-rs" }
Original file line number Diff line number Diff line change @@ -17,15 +17,13 @@ panic = "abort"
17
17
debug = true
18
18
19
19
[dependencies ]
20
- x86_64 = " 0.7.5"
21
20
syscalls = { path = " ../../../sys/interfaces/syscalls" , version = " 0.1.0" }
22
21
usr = { path = " ../../../sys/interfaces/usr" , version = " 0.1.0" }
23
22
create = { path = " ../../../sys/interfaces/create" , version = " 0.1.0" }
24
23
proxy = { path = " ../../../sys/interfaces/proxy" , version = " 0.1.0" }
25
24
libsyscalls = { path = " ../../../sys/lib/libsyscalls" , version = " 0.1.0" }
26
25
libtime = { path = " ../../../sys/lib/libtime" , version = " 0.1.0" }
27
26
console = { path = " ../../../sys/lib/console" , version = " 0.1.0" }
28
- slabmalloc = { path = " ../../../sys/lib/slabmalloc" }
29
27
malloc = { path = " ../../../sys/lib/malloc" , version = " 0.1.0" }
30
28
rref = { path = " ../../../sys/lib/rref" , version = " 0.1.0" }
31
29
tls = { path = " ../../../sys/lib/tls" , version = " 0.1.0" }
You can’t perform that action at this time.
0 commit comments