奥机O'Gate

Powered by 融智网
 
经验分:61    随笔:4    文章:0   评论:1

相关链接

最新公告


«五月»
293012345
6789101112
13141516171819
20212223242526
272829303112
3456789

最新发表

30天阅读排行

最新评论

技术交流

使用串口连接到Linux

1 将BIOS输出重定向到串口   这一功能需要主版支持, 请参考主板用户手册.    2 将Grub输出重定向到串口   编辑grub的配置文件/boot/grub/menu.lst, 添加如下行:   serial --unit=0 --speed=9600 --word=8 --parity=no --stop=1   terminal --timeout=10 serial console   grub 引导过程中, 会将输出同时发送到终端屏幕和串口.   grub引导过程中将在终端和连接到串口的超级终端上提示Press any key to cont......

posted @ 2009年8月6日 22:31 | officegate 阅读 (458) | 评论 (0) | [ 技术交流 ]