This commit is contained in:
2026-02-26 11:52:40 +01:00
parent 4dc05c4151
commit 79b75dc75b
8 changed files with 33 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
file target/riscv64/debug/kernel-rust
# file target/riscv64/debug/kernel-rust
target remote localhost:1234
break machine_mode_entry
# break *0x800dd1d8
# add-symbol-file target/riscv64/debug/test_pic 0x800dd1d8
# break machine_mode_entry
break *0x800bf000
add-symbol-file target/riscv64/debug/test_pic 0x800bf000
c