原创 cli()/sti()移除指南

cli()/sti()移除指南 UniProcessor:UP 單處理器MultiProcessor:MP 多處理器#### cli()/sti() removal guide, started by Ingo Molnar mingo

原创 44b0引導註釋

  轉自http://www.dzkf.cn/html/qianrushixitong/2006/0725/64.html    ******************************************************

原创 Linux下使用math函數庫注意

由於math的函數不再libc中,所以編譯的時候要加上-lm選項  

原创 如何使用multiICE燒寫Bootload

         1)啓動multi-ice server        2) AXD Debugger 啓動        3)stop 程序        4)ob c:/44b0.cfg        5) File->Load

原创 如何在uClinux上添加用戶程序

         1)修改user下的Makefile文件        2)修改config下的Confiure.help文件        3)修

原创 Google 面試準備

To begin with try:·       Programming interviews exposed - http://www.piexposed.com/about/HELPFUL LINKSWe know intervie

原创 Linux下如何動態加載,卸載庫

1)程序中include # <dlfcn.h> 2)調用dlopen ("libtest.so", RTLD_LAZY); 3)編譯的時候加–ldl 例如: dlclose (handle); 

原创 Linux2.6內核驅動hello.c

 hello.c代碼 /**//**************************************************/#include <linux/init.h>#include <linux/module.h>MOD

原创 arm9200開發文檔

2007.8.13 u-boot1.1.6初步調試成功。 1.在網上找了幾個u-boot的移植文檔,之前一直沒有成功,後來,設置好u-boot的程序運行地址後,make clean && make at91rm9200dk_config

原创 Using OpenWRT on TP-Link WR841N-V7.2 router

1.      Visit the OpenWRT website https://openwrt.org/, find the supportinghardware tables. According to your router, s

原创 FC9安裝vm-tools最終方案

轉載:http://blog.csdn.net/chinazcw/archive/2008/06/25/2587103.aspx   1、打開菜單“VM -> Install VMware Tools”,然後有光盤自動彈出,把裏面的源代碼

原创 IT人士羣聚喝酒的講究『轉』

大家喝的是啤酒,這時你入座了…… 你給自己倒了杯可樂,這叫低配置。 你給自已倒了杯啤酒,這叫標準配置。 你給自己倒了杯茶水,這茶的顏色還跟啤酒一樣,這

原创 如何編譯動態庫

  比如說通過以下的方法: gcc -c -fPIC test1.c                                     //PI

原创 Linux內存泄漏檢測

valgrind --leak-check=yes -v ./checker

原创 Linux循環緩衝實現

內核中有很好的循環緩衝的實現 在kernel/kfifo.c中,以及include/linux/kfifo.h中。 我們可以根據內核的代碼,改爲用戶態的程序,實現如下。 fifo.h文件如下#ifndef _LINUX_FIFO_H #d