summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 03b99ac..db3a268 100644
--- a/flake.nix
+++ b/flake.nix
@@ -115,7 +115,8 @@
-ex "layout asm" \
-ex "layout regs" \
-ex "focus cmd" \
- -ex "tbreak hart0_boot" \
+ -ex "(\$sp < (char*)hart0_initial_stack+8)" \
+ -ex "tbreak hart0_early_boot" \
-ex "c"
'';
}