ChinaUnix.net
相关文章推荐:

High Resolution Timer Support

编译内核事,不太确定high resolution timer是什么意思?望高手指点

by uid500 - 内核源码 - 2008-01-08 18:07:14 阅读(3933) 回复(2)

相关讨论

no hz和high resolution timer的引入对内核的调度有很大的影响: 1. 功耗有什么影响 2. 调度性能有什么影响 不知道那位做过这两个方面的profile?

by scopengl - 内核源码 - 2012-07-12 11:26:43 阅读(1620) 回复(0)

NAME nanosleep - high resolution sleep (REALTIME) SYNOPSIS #include int nanosleep(const struct timespec *rqtp, struct timespec *rmtp); DESCRIPTION The nanosleep() function shall cause the current thread to be suspended from execution until either the time interval specified by the rqtp argument has elapsed or a signal is delivered to the cal...

by yeahilly - Linux文档专区 - 2008-10-08 22:09:50 阅读(754) 回复(0)

原来的电脑是两根256M的内存条,今天把一根256M的换成了1G,现在电脑的内存是1G+256M。 想起来超过1G内存要在内核编译选项里修改high Memory support,可是突然发现选项high Memory support已经修改成了4GB,很奇怪! 按理说应该是off的,难道Fedora Core 6会自动修改这个选项???

by unix_fensi - 内核源码 - 2007-04-18 20:25:44 阅读(4821) 回复(2)

unix下有没有timer这种东西。我想在程序中定时执行某函数。

by 流言飞语 - C/C++ - 2005-09-27 16:41:20 阅读(1796) 回复(5)

resolution in pixels Color depth | 640x480 800x600 1024x768 1280x1024 256 (8bit)| 769 771 773 775 32000 (15bit)| 784 787 790 793 65000 (16bit)| 785 788 791 794 16.7 Mill.(24bit)| 786 789 792 795 本文来自ChinaUnix博客,如果...

by platinum - Linux文档专区 - 2006-01-26 01:58:00 阅读(554) 回复(0)

如何知道resolver发出的查询是recursive resolution or iteration resolution ? 现实中,哪一种多些? 谢谢指点!

by firecpk - 服务器应用 - 2009-07-27 22:18:36 阅读(1715) 回复(0)

TCP/IP Name resolution Although 32-bit Internet addresses provide machines an efficient means of identifying the source and destination of datagrams sent across an internetwork, users prefer meaningful, easily remembered names. Transmission Control Protocol/Internet Protocol (TCP/IP) provides a naming system that supports both flat and hierarchical network organizations. The topics discussed in t...

by netyu - AIX文档中心 - 2006-06-20 23:14:38 阅读(977) 回复(0)

Screen_resolution ?br>; Screen resolution can possibly be set in two ways, hardware and software. Hardware: Some graphics adapters have a switch to set the screen resolution. Consult the adapter manual for the settings. This switch also affects refresh rates, which are all tabled in the adapter manual. If you have such a graphics board, this is the only way to affect screen resolution and refresh...

by 我爱臭豆腐 - 其他UNIX - 2003-04-02 17:57:46 阅读(2760) 回复(0)

;************************************************************ ; Institute of Automation, Chinese Academy of Sciences ;File Name: Init.s ;Description: timer interrupt test. ;Author: JuGuang,Lee ;Date: ;************************************************************** IOPMOD EQU 0x3FF5000 ;I/O口模式寄存器 IOPDATA EQU 0x3FF5008 ;I/O口数据寄存器 TMOD EQU 0x3FF6000 ;定时器模式寄存器 TDATA0 EQU 0x3FF6...

by zls0315 - Linux文档专区 - 2008-04-28 16:35:10 阅读(605) 回复(0)