Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1357824
  • 博文数量: 1334
  • 博客积分: 645
  • 博客等级: 上士
  • 技术积分: 5762
  • 用 户 组: 普通用户
  • 注册时间: 2012-07-25 16:56
文章分类

全部博文(1334)

文章存档

2014年(108)

2013年(1059)

2012年(169)

分类: LINUX

2013-02-21 05:03:49

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