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
This commit is contained in:
os_lab_user
2015-02-11 00:11:06 +08:00
parent df589cbdde
commit 89d1308e41
5 changed files with 15 additions and 9 deletions

View File

@@ -1,4 +1,6 @@
file bin/kernel
file obj/bootblock.o
target remote :1234
break bootmain
break kern_init
continue
continue