Skip to content

Commit

Permalink
feat: add strace feature
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Sep 17, 2024
1 parent 4cfb397 commit 7933f2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hermit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ rtl8139 = ["pci"]

shell = []
smp = []
strace = []
tcp = []
trace = []
udp = []
Expand Down
1 change: 1 addition & 0 deletions hermit/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ impl KernelSrc {
"rtl8139",
"shell",
"smp",
"strace",
"tcp",
"trace",
"udp",
Expand Down

0 comments on commit 7933f2b

Please sign in to comment.