File tree Expand file tree Collapse file tree 1 file changed +18
-9
lines changed Expand file tree Collapse file tree 1 file changed +18
-9
lines changed Original file line number Diff line number Diff line change @@ -14,19 +14,28 @@ edition = "2021"
14
14
documentation = " https://hermitcore.github.io/rusty-hermit/hermit_sys"
15
15
16
16
[features ]
17
- default = [" pci" , " acpi" , " smp" , " fsgsbase" ]
18
- # controls whether RustyHermit is build with -Z instrument-mcount
19
- instrument = [" rftrace" ]
20
- trace = []
17
+ default = [
18
+ " acpi" ,
19
+ " pci" ,
20
+ " smp" ,
21
+ " fsgsbase" ,
22
+ ]
23
+
24
+ aarch64-qemu-stdout = []
25
+ acpi = []
26
+ dhcpv4 = [" smoltcp/proto-dhcpv4" ]
21
27
fsgsbase = []
28
+
29
+ # Build the kernel with function instrument code for mcount-based tracing
30
+ instrument = [" rftrace" ]
31
+
22
32
pci = []
23
- acpi = []
33
+ smp = []
34
+ trace = []
24
35
vga = []
25
- dhcpv4 = [ " smoltcp/proto-dhcpv4 " ]
26
- # only for internal usage, please don't use it
36
+
37
+ # Internal feature for building the kernel from local sources
27
38
with_submodule = []
28
- smp = []
29
- aarch64-qemu-stdout = []
30
39
31
40
[build-dependencies ]
32
41
walkdir = " 2"
You can’t perform that action at this time.
0 commit comments