🐛 修复了需要映射的物理地址跨越页表时,产生内存越界的问题

This commit is contained in:
fslongjin
2022-05-18 21:03:47 +08:00
parent 5df5d79900
commit 8d8fd391fb
7 changed files with 130 additions and 162 deletions

View File

@ -68,7 +68,7 @@ grub==2.06
- [x] VFS虚拟文件系统
- [ ] 解析ELF文件格式
- [x] 解析ELF文件格式
- [x] 浮点数支持