Chinaunix首页 | 论坛 | 博客
  • 博客访问: 200157
  • 博文数量: 37
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 375
  • 用 户 组: 普通用户
  • 注册时间: 2015-04-23 21:00
个人简介

潜心静气。。慢慢出成果

文章分类

全部博文(37)

文章存档

2018年(5)

2017年(6)

2016年(23)

2015年(3)

我的朋友

分类: LINUX

2016-11-14 14:39:21

原版内核,启动显示logo过程中会出现一个闪动的光标,这是控制台下的输入标识符,去掉方法:
drivers/video/console/fbcon.c ,
static void fb_flashcursor(void *private)   和 static void fbcon_cursor(struct vc_data *vc, int mode) 里的内容注释掉,使之变成空函数即可。
阅读(1558) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~