Cleans library directory

This commit is contained in:
2026-03-21 21:56:22 +01:00
parent fadecc7c95
commit 897775f63a
14 changed files with 253 additions and 41 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 *0x800bf000
# add-symbol-file target/riscv64/debug/test_pic 0x800bf000
# break machine_mode_entry
break *0x800cfdd8
add-symbol-file target/riscv64/debug/test_pic 0x800cfdd8
c