update for mooc OS labs
This commit is contained in:
@@ -70,7 +70,7 @@ endef
|
||||
# finish all
|
||||
define do_finish_all
|
||||
ALLDEPS = $$(ALLOBJS:.o=.d)
|
||||
$$(sort $$(dir $$(ALLOBJS)) $(BINDIR) $(OBJDIR)):
|
||||
$$(sort $$(dir $$(ALLOBJS)) $(BINDIR)$(SLASH) $(OBJDIR)$(SLASH)):
|
||||
@$(MKDIR) $$@
|
||||
endef
|
||||
|
||||
|
||||
6
labcodes_answer/lab1_result/tools/lab1init
Normal file
6
labcodes_answer/lab1_result/tools/lab1init
Normal file
@@ -0,0 +1,6 @@
|
||||
file bin/kernel
|
||||
target remote :1234
|
||||
set architecture i8086
|
||||
b *0x7c00
|
||||
continue
|
||||
x /2i $pc
|
||||
3
labcodes_answer/lab1_result/tools/moninit
Normal file
3
labcodes_answer/lab1_result/tools/moninit
Normal file
@@ -0,0 +1,3 @@
|
||||
file bin/kernel
|
||||
target remote :1234
|
||||
break kern_init
|
||||
Reference in New Issue
Block a user