码迷,mamicode.com
首页 >  
搜索关键字:kernel    ( 5514个结果
RedHat下GCC及G++的安装
GCC的安装:切换到安装光盘目录下:#mount /dev/cdrom /mnt/cdrom#cd /mnt/cdrom安装GCC依赖的*rpm程序,必须按照顺序依次执行:#rpm -ivh kernel-headers-2.6.18-164.el5.i386.rpm#rpm -ivh compat...
分类:其他好文   时间:2014-07-16 23:02:55    阅读次数:215
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
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
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
解决克隆 centos虚拟机后修改克隆后的机器的ip、mac、uuid失败的问题
解决办法:So here’s how we fix it:Remove the kernel’s networking interface rules file so that it can be regenerated# rm -f /etc/udev/rules.d/70-persistent-...
分类:其他好文   时间:2014-07-12 09:11:25    阅读次数:473
Kernel Page Global Directory (PGD) of Page table of Process created in Linux Kernel
Kernel Page Global Directory(PGD)of User process created在早期版本:在fork一个进程的时候,必须建立进程自己的内核页目录项(内核页目录项要与用户空间的页目录放在同一个物理地址连续的页面上,所以不能共享,但所有进程的内核页表与进程0共享)3G用...
分类:系统相关   时间:2014-07-11 18:06:32    阅读次数:413
编译Linux Kernel
最近编译 Linux Kernel 被 header 所在的文件骗了,使用命令如下 cd /usr/src/linux-headers-3.11.0-24-generic/ make menuconfig make make menuconfig都还是正常 make的时候就缺很多文件,headers 文件夹下面缺很多 src文件 后来经过同事指点,使用了下面的步骤,成功了 sud...
分类:系统相关   时间:2014-07-11 08:08:50    阅读次数:448
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!