我们看\projects\03_day\harib00j中的文件ipl10.nas:
相当于一个boot源文件,它使用int 0x13
ah=0x2加载某些扇区的文件(loader+kernel)到内存0x从c200中asmhead.nas:相当于一个loader源文件,作用是1.设置VGA为320...
分类:
其他好文 时间:
2014-06-16 11:10:32
阅读次数:
174
https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txtIntroduction------------The configuration database is a collection of configuratio...
分类:
系统相关 时间:
2014-06-15 23:22:07
阅读次数:
313
Linux 的编译使用 GNU make 工具来检查整个系统的文件和调用 gcc 工具以及脚本完成编译源代码生成 image 等操作。要了解整个编译系统,我们首先要了解 Linux 内核的 Makefile 文件。
Linux 的 编译系统包括 5 个部分
Makefile
顶层的 Makefile 文件
.config
内核配置文件
arch/$(ARCH...
分类:
系统相关 时间:
2014-06-15 16:05:05
阅读次数:
351
编译环境:windows8.1Anaconda python2.7Visual studio 2012CUDA6.0Pthread for windowsIntel Math Kernel Librarycuda-convnet 原始文件下载地址:https://github.com/dnouri/...
参考:http://blog.csdn.net/broadview2006/article/details/4171397里面的内容出自简而言之,Windows并没有将运行在Ring
0的代码全部视为内核,而是区分为Kernel和Executive,Executive可以理解为“管理层”的意思,解释...
分类:
其他好文 时间:
2014-06-12 16:56:36
阅读次数:
2840
1,查看是否支持硬件虚拟化egrep--color=auto‘(vmx|xvm)‘/proc/cpuinfo2,安装xenyum-yinstallxenkernel-xen3,titleCentOS(3.7.4-1.el6xen.x86_64)root(hd0,0)kernel/xen.gzdom0_mem=512Mcpufreq=xendom0_max_vcpus=1dom0_vcpus_pinmodule/vmlinuz-3.7.4-1.el6xen.x86_64roroot=..
分类:
其他好文 时间:
2014-06-10 23:11:45
阅读次数:
376
自动安装oracle所需要的rpm包(需要访问外网):#!/bin/sh
rpmpack="
binutils
compat-libstdc++*
elfutils-libelf
elfutils-libelf-devel
elfutils-libelf-devel-static
gcc
gcc-c++
glibc
glibc-common
glibc-devel
glibc-headers
kernel-headers
ksh
libaio
libaio-devel
lib..
分类:
数据库 时间:
2014-06-10 18:46:44
阅读次数:
290
1、安装GIT核心wget
https://www.kernel.org/pub/software/scm/git/git-2.0.0.tar.gztar -zvxf
git-2.0.0.tar.gz 解压进入git解压目录,然后配置、安装:autoconf./configure --with-cu...
分类:
其他好文 时间:
2014-06-10 16:16:10
阅读次数:
303