os_kernel_lab/labcodes_answer/lab1_result/tools/gdbinit
os_lab_user 89d1308e41 update lab1_result
1. Now can edit/analysis/debug in eclipse
2. add .cproject .project in .gitignore
3. fix some warnning using gcc-4.8
2015-02-11 00:11:06 +08:00

7 lines
97 B
Plaintext

file bin/kernel
file obj/bootblock.o
target remote :1234
break bootmain
break kern_init
continue