🆕 内核栈反向追踪

This commit is contained in:
fslongjin
2022-06-22 23:31:47 +08:00
parent 7a03b221a6
commit 1ab51cb334
13 changed files with 379 additions and 24 deletions

View File

@ -6,6 +6,12 @@
This project is a operating system running on computer which is in X86_ 64 Architecture . The DragonOS is currently under development!
## Websites
- Home Page **[DragonOS.org](https://dragonos.org)**
- Documentation **[docs.DragonOS.org](https://docs.dragonos.org)**
- BBS **[bbs.DragonOS.org](https://bbs.dragonos.org)**
 
## Development Environment
GCC>=8.0
@ -72,11 +78,11 @@ grub==2.06
- [x] Floating point support
- [ ] Implementation of system call library based on POSIX
- [x] Implementation of system call library based on POSIX
- [ ] Shell
- [x] Shell
- [ ] Kernel stack backtracking
- [x] Kernel stack backtracking
- [ ] Dynamic loading module