Writing-a-Kernel-in-C++Write a Kernel in C++ToolsExamples will show hot to use :-GJGPP - a complete 32-bit C/C++ development system for INtel 80386(an...
分类:
编程语言 时间:
2014-10-07 04:15:53
阅读次数:
294
【Linux概念与体系教程http://www.cnblogs.com/vamei/archive/2012/10/10/2718229.html】1.Linux开机启动(bootstrap)启动顺序:BIOS -> MBR -> boot loader -> kernel -> init proc...
分类:
系统相关 时间:
2014-10-06 00:14:49
阅读次数:
360
repo仅仅是google用Python脚本写的调用git的一个脚本,主要是用来下载、管理Android项目的软件仓库。1. 下载 repo 的地址: http://android.git.kernel.org/repo ,能够用 wget http://android.git.kernel.org...
分类:
其他好文 时间:
2014-10-05 10:41:48
阅读次数:
192
查看内核版本信息:cat/etc/lsb-releaseuname-a————————————————————————————————root@ubuntu:/work/jz2440/kernel/linux-2.6.22.6# uname -aLinux ubuntu 2.6.35-22-gene...
分类:
其他好文 时间:
2014-10-05 10:07:28
阅读次数:
165
Data Types in the KernelUse of Standard C Types/* * datasize.c -- print the size of common data items * This runs with any Linux kernel (not any Unix,...
分类:
其他好文 时间:
2014-10-04 21:17:27
阅读次数:
248
引入Recently SVMs using spatial pyramid matching (SPM) kernel have been highly successful in image classification. Despite its popularity, these nonline...
分类:
其他好文 时间:
2014-10-03 12:44:34
阅读次数:
278
引入 Recently SVMs using spatial pyramid matching (SPM) kernel have been highly successful in image classification. Despite its popularity, these nonlin...
分类:
其他好文 时间:
2014-10-02 23:06:13
阅读次数:
917
dateLinux时钟分为系统时钟(System Clock)和硬件(Real Time Clock,简称RTC)时钟。系统时钟是指当前Linux Kernel中的时钟,而硬件时钟则是主板上由电池供电的时钟,这个硬件时钟可以在BIOS中进行设置。当Linux启动时,硬件时钟会去读取系统时钟的 设置,...
分类:
其他好文 时间:
2014-10-02 13:31:02
阅读次数:
228
操作系统:ubuntu 12.04 apt-get install bochs 错误一: 00000000000p[ ? ? ] >>PANIC<< bochsrc:10: vgaromimage directive malformed. vgaromimage: /usr/share/vgabios/vgabios.bin 改成 vgaromimage: fil...
分类:
其他好文 时间:
2014-10-02 13:08:43
阅读次数:
197