-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
修改: .vscode/settings.json 修改: lab2/.gdb.in 修改: lab2/.qemu.out 修改: lab2/bin/kernel 修改: lab2/bin/ucore.img 修改: lab2/kern/mm/buddy_pmm.c 修改: lab2/kern/mm/pmm.c 修改: lab2/obj/kern/mm/buddy_pmm.o 删除: lab2/obj/kern/mm/buddy_pmm_.d 删除: lab2/obj/kern/mm/buddy_pmm_.o 修改: lab2/obj/kern/mm/pmm.d 修改: lab2/obj/kern/mm/pmm.o 修改: lab2/obj/kernel.asm 修改: lab2/obj/kernel.sym
- Loading branch information
1 parent
3b67833
commit 762b2de
Showing
14 changed files
with
2,070 additions
and
1,842 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"files.associations": { | ||
"memlayout.h": "c", | ||
"error.h": "c" | ||
"error.h": "c", | ||
"sbi.h": "c" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
target remote localhost:1234 | ||
break *0xffffffffc0201968 | ||
break *0xffffffffc020197e | ||
continue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
obj/kern/mm/pmm.o obj/kern/mm/pmm.d: kern/mm/pmm.c kern/mm/default_pmm.h \ | ||
kern/mm/pmm.h kern/debug/assert.h libs/defs.h libs/atomic.h \ | ||
kern/mm/memlayout.h libs/list.h kern/mm/mmu.h libs/riscv.h \ | ||
kern/mm/best_fit_pmm.h kern/mm/buddy_pmm_.h libs/error.h libs/sbi.h \ | ||
kern/mm/best_fit_pmm.h kern/mm/buddy_pmm.h libs/error.h libs/sbi.h \ | ||
libs/stdio.h libs/stdarg.h libs/string.h kern/mm/../sync/sync.h \ | ||
kern/driver/intr.h |
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters