🆕 printk新增翻页滚动功能(bug:用户态触发中断时翻页会出现#UD)

This commit is contained in:
fslongjin
2022-02-22 20:45:32 +08:00
parent 12cc6a8375
commit 3961c0e1be
6 changed files with 162 additions and 51 deletions

View File

@ -20,15 +20,11 @@ bximage
1. clone本项目
2. 在根目录下创建bin文件夹
3. 将boot(empty).img复制到bin/并重命名为boot.img
4. 使用sudo权限运行run_in_bochs.sh
2. 运行命令 bash run.sh
## To do list:
- [x] bootloader
- [x] multiboot2
- [x] printk