Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1308059
  • 博文数量: 860
  • 博客积分: 425
  • 博客等级: 下士
  • 技术积分: 1464
  • 用 户 组: 普通用户
  • 注册时间: 2011-08-20 19:57
个人简介

对技术执着

文章分类

全部博文(860)

文章存档

2019年(16)

2018年(12)

2015年(732)

2013年(85)

2012年(15)

我的朋友

分类: LINUX

2015-03-14 16:28:03

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