DragonOS/tools/.gdbinit
LoGin 4fda81ce81
使得DragonOS kernel 能为riscv64编译通过(尚未能启动) (#457)
* 使得DragonOS kernel 能为riscv64编译通过(尚未能启动)

* 修正了系统调用号声明不正确的问题,同时添加了编译配置文档
2023-11-25 12:07:39 +08:00

4 lines
83 B
Plaintext

target remote localhost:1234
file bin/kernel/kernel.elf
set follow-fork-mode child