diff --git a/lagarto-ox.nix b/lagarto-ox.nix index 336f2fb..292986d 100644 --- a/lagarto-ox.nix +++ b/lagarto-ox.nix @@ -93,15 +93,18 @@ export PATH=${config.system.build.extraUtils}/bin - mkdir -p /tracing - mount -t tracefs nodev /tracing + #mkdir -p /tracing + #mount -t tracefs nodev /tracing - cd /tracing - echo nop > current_tracer - echo 100 > max_graph_depth - echo handle_page_fault > set_graph_function - echo function_graph > current_tracer - cd / + #cd /tracing + #echo nop > current_tracer + #echo 100 > max_graph_depth + #echo handle_page_fault > set_graph_function + #echo function_graph > current_tracer + #cd / + + # Open an interactive shell + ash memtool fill $((512 * 1024 * 1024))