ChinaUnix.net
相关文章推荐:

BOOT mode uart ctrl

最近在看uart的驱动,一直模不到头脑。 不是很明白什么是uart核心?uart和tty驱动的关系,还有uart和AMBA总线的关系? 哪位大侠能简单说明一下,谢谢了!!:)

by zhuhai620 - 内核/嵌入技术 - 2006-11-01 22:30:07 阅读(1317) 回复(3)

相关讨论

最近在看uart的驱动,一直模不到头脑。 不是很明白什么是uart核心?uart和tty驱动的关系,还有uart和AMBA总线的关系? 哪位大侠能简单说明一下,谢谢了!!:)

by zhuhai620 - 程序开发 - 2006-10-30 10:17:42 阅读(666) 回复(0)

How to boot HP-UX into LVM Maintenance mode 1. boot to LVM Maintenance mode by following these steps: a. shutdown -hy now b. Interrupt the autoboot process c. boot from the primary boot path (boot pri isl) d. The system will prompt you, asking if you want to interact with IPL/ISL, answer 'yes'. e. At the ISL prompt, boot the system in LVM Maintenance mode: ISL> hpux -lm ...

by tangle - HP文档中心 - 2006-03-28 10:14:38 阅读(2506) 回复(0)

各位大大, 除了在 grub.conf 或 lilo.conf 內以vga=xxx 作為引導之外. 在新kernel設定時能否加入kernel 在boot 機是的video mode呢? 因為我試過在intel845主板上, 是可以使用1024x768來顯示, 但到了機器intel815e時只可以用640x480來顯示呢? 而不能由 640x480改到1024x768. 請教各位. Thanks.

by 惠繪洋 - 内核/嵌入技术 - 2004-12-17 14:50:45 阅读(376) 回复(0)

关于uart的CTS/RTS 2008-03-29 15:28 RTS (request to send) 请求发送 谈这个问题之前我们先介绍另一个概念,DCE(Data Communication Equipment数据通讯设备)速度。它是指两个modem之间即电话线之间的传输速度,我们所说的56K指的就是这个速度。而DTE(Data Terminal Equipment数据终端设备)速度是指从本地计算机到modem的传输速度,如果电话线传输速率(DCE速度)为56000bps,modem在接收到数据后按V.42 bis协议解压缩56000×4=115200b...

by liuake - 网络技术文档中心 - 2008-08-11 22:40:21 阅读(4633) 回复(0)

请问安装SCO5.05时,在boot后可以敲一些什么东西,具体是什么意思?(比如:defbootstr link=ad160 )

by lxr01 - 其他UNIX - 2007-02-06 09:38:40 阅读(1546) 回复(2)

单用户启动 , killall -HUP inetd.conf passwd

by sharkman2004 - BSD - 2005-06-18 14:45:12 阅读(808) 回复(0)

发现一种新的模式组建无线Mesh网络,多跳之后,带宽并没有下降。之前做的无线mesh网络,最大的问题就是网络经过n跳之后,带宽基本呈1/n的趋势下降。这种模式经过实验,带宽在多跳之后并没有下降,在以后的项目实践过程中应该可以很好地利用起来。 原文: AHDEMO mode Usage Create the VAP device with: wlanconfig ath0 create wlandev wifi0 wlanmode ahdemo See tickets #728 & #729 for patches to correct the re...

by Tedunix - 网络技术文档中心 - 2009-06-24 10:43:23 阅读(1307) 回复(0)

参见 http://effbot.org/imagingbook/concepts.htm#mode 另: 本地保留查询页面 http://www.pythonware.com/library/pil/handbook/ http://effbot.org/zone/pil-index.htm mode # The mode of an image defines the type and depth of a pixel in the image. The current release supports the following standard modes: 1 (1-bit pixels, black and white, stored with one pixel per byte) L (8-bit pixels, black and white...

by stlaw - Python文档中心 - 2009-04-03 16:15:41 阅读(1293) 回复(0)

mysql可以运行在不同sql mode模式下面,sql mode模式定义了mysql应该支持的sql语法,数据校验等! 查看默认的sql mode模式: select @@sql_mode; 我的数据库是: STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION 在此模式下面,如果插入的数据的长度大于定义的长度,那么就会报错! set session sql_mode='REAL_AS_FLOAT,PIPES_AS_CONCAT,ANSI_QUOTES,IGNORE_SPACE,ANSI'; 在这种模式下面:插入的数据的长度大...

by 破壳成龙 - MySQL文档中心 - 2008-11-26 19:55:14 阅读(1309) 回复(0)