linux启动过程中,去除光标
时间:2021-06-11 10:45:08
收藏:0
阅读:28
注释drivers/video/console/fbcon.c 两个函数里的内容
static void fb_flashcursor(struct work_struct *work)
static void fbcon_cursor(struct vc_data *vc, int mode)
重新编译内核
原文:https://www.cnblogs.com/Rainingday/p/14873839.html
评论(0)