🔧 将部分中断信息显示,统一到kprint

This commit is contained in:
fslongjin
2022-02-22 20:54:31 +08:00
parent 3961c0e1be
commit fa273198b3
3 changed files with 20 additions and 46 deletions

View File

@ -705,6 +705,9 @@ int do_scroll(bool direction, int pixels)
* @param pixels 要滑动的像素数量
* @param animation 是否包含滑动动画
*/
// @todo: 修复用户态触发键盘中断时产生#UD错误
// @todo采用双缓冲区防止画面撕裂
int scroll(bool direction, int pixels, bool animation)
{
// 暂时不支持反方向滚动