码迷,mamicode.com
首页 >  
搜索关键字:kernel bios dell r520    ( 8502个结果
JBoss 系列九十六:JBoss MSC - 简介及一个简单演示样例
什么是JBoss MSCJBoss MSC 即JBoss Modular Service Container,是第三代 JBoss 产品 JBoss 7和WildFfly的内核,JBoss MSC 替换了之前的JMX Kernel 和MicroContainer,它主要特定能够总结例如以下三点:高并...
分类:其他好文   时间:2014-07-16 21:03:39    阅读次数:227
三星笔记本R428安装xp win7双系统,切换系统重启才能进入系统解决办法。
三星笔记本XPwin7双系统切换重启解决方法三星笔记本有个奇怪的现象,就是装有XP和win7双系统xp切换到win7。进系统是会重启一次,并且bios回复光驱为第一启动项,win7切换到XP也是一样。但是如果一直只用其中的一个系统时则没有重启的现象。经过两天的实践我的三星R428本本终于可以一次就切...
分类:Windows程序   时间:2014-07-14 00:37:56    阅读次数:374
High availability with the Distributed Replicated Block Device
The 2.6.33 Linux® kernel has introduced a useful new service called the Distributed Replicated Block Device (DRBD). This service mirrors an entire blo...
分类:其他好文   时间:2014-07-13 11:38:56    阅读次数:397
使用U盘引导安装CentOS
一、制作linux引导盘1.格式化U盘:格式成FAT32格式2.安装syslinuxhttps://www.kernel.org/pub/linux/utils/boot/syslinux/下载相应版本将syslinux-4.04.zip解压到window下一个目录中,进入syslinux目录下wi...
分类:其他好文   时间:2014-07-13 00:53:41    阅读次数:312
Mac OS X中Android Kernel的下载方法
在上一篇日志中,我总结了大家提供的下载Android源码的方法,这里再简单总结一下内核的下载方法。参考这里的介绍:http://source.android.com/source/building-kernels.html#downloading-sources ,下载内核源码相对简单很多。我这里下载下来一共1G多一些。在终端输入: $ git clone https://android.goo...
分类:移动开发   时间:2014-07-12 23:35:53    阅读次数:260
nginx conf by linux kernel
#nginx conf by linux kernel net.ipv4.tcp_max_tw_buckets = 6000 net.ipv4.ip_local_port_range = 1024 65000 net.ipv4.tcp_tw_recycle=1 net_ipv4.tcp_tw_reuse=1 net_ipv4.tcp_syncookies=1 net.core.soma...
分类:系统相关   时间:2014-07-12 18:04:24    阅读次数:212
PatentTips - Scheduling compute kernel workgroups to heterogeneous processors based on historical processor execution times and utilizations
BACKGROUND OF THE INVENTION 1. Field of the InventionThe present invention relates generally to heterogeneous computer systems.2. Background ArtComput...
分类:其他好文   时间:2014-07-12 14:44:24    阅读次数:296
PatentTips - Hardware virtualization such as separation kernel hypervisors
BACKGROUND1. FieldInnovations herein pertain to computer virtualization, computer security and/or data isolation, and/or the use of a separation kerne...
分类:其他好文   时间:2014-07-12 14:12:35    阅读次数:205
[原]__ASSEMBLY__的用途
在Linux Kernel中有些constant需要被C code 跟 assembler共同使用在用constant的時候,不能單方面給0x1000UL因為assembler無法看這東西。但是C compiler卻可以。所以使用這個gcc feature.讓C compiler看到的constan...
分类:其他好文   时间:2014-07-12 14:07:30    阅读次数:166
Virtio: An I/O virtualization framework for Linux
The Linux kernel supports a variety of virtualization schemes, and that's likely to grow as virtualization advances and new schemes are discovered (fo...
分类:系统相关   时间:2014-07-12 13:53:15    阅读次数:420
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!