patrick0703.blogspot.com patrick0703.blogspot.com

patrick0703.blogspot.com

patrick blog

訂閱: 文章 (Atom). Wikipedia - Recent changes [en]. Format My Source Code for Blogging. Linux Kernel module and Device Driver.

http://patrick0703.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR PATRICK0703.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

November

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.2 out of 5 with 6 reviews
5 star
3
4 star
1
3 star
2
2 star
0
1 star
0

Hey there! Start your review of patrick0703.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.3 seconds

FAVICON PREVIEW

  • patrick0703.blogspot.com

    16x16

  • patrick0703.blogspot.com

    32x32

CONTACTS AT PATRICK0703.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
patrick blog | patrick0703.blogspot.com Reviews
<META>
DESCRIPTION
訂閱: 文章 (Atom). Wikipedia - Recent changes [en]. Format My Source Code for Blogging. Linux Kernel module and Device Driver.
<META>
KEYWORDS
1 patrick blog
2 沒有文章
3 我的網誌清單
4 christian krohg
5 richliu's blog
6 笑話 學習障礙
7 joel ding 的部落格
8 strtok 在兩重迴圈內的現象
9 karta language
10 vm的網路設定
CONTENT
Page content here
KEYWORDS ON
PAGE
patrick blog,沒有文章,我的網誌清單,christian krohg,richliu's blog,笑話 學習障礙,joel ding 的部落格,strtok 在兩重迴圈內的現象,karta language,vm的網路設定,關於我自己,patrick,檢視我的完整簡介
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

patrick blog | patrick0703.blogspot.com Reviews

https://patrick0703.blogspot.com

訂閱: 文章 (Atom). Wikipedia - Recent changes [en]. Format My Source Code for Blogging. Linux Kernel module and Device Driver.

INTERNAL PAGES

patrick0703.blogspot.com patrick0703.blogspot.com
1

patrick blog: 組合語言 程式

http://patrick0703.blogspot.com/2009/02/blog-post_7507.html

CODE 16 (Thumb)ARM7 TDMI = 節省空間 速度慢. LDR R0 =sHello 把sHello的記憶體位址給r0暫存器. DCB (defined constant byte)8bit. DCH (Defined constant halfwork) 16bit. DCW (Defined Constant work) 32bit. LDRB r1,[r0],#1. CMP r1,#0 比較r1是否等於0. CPSR :current program status register. SPSR :stack program status register 前一個cpsr. AREA HelloARM, CODE, READONLY ; 定義程式碼區段與屬性. CODE32 ; 使用32位元ARM指令. LDR r0, =sHello ; 載入sHello符號所在的位址到r0 H的ascii是72 換成16進位是48. LDR r1, [r0], #1 ; 載入r0指到的Byte到r1,並且累加r0. CMP r1, #0 ; 比較r1的值是否為零. 0 ; 定義字串與結尾字元.

2

patrick blog: 組合語言 開發程式設定

http://patrick0703.blogspot.com/2009/02/blog-post_27.html

Scattered descriptor File RAMBoot.scf. ARMfromELF Output File name hello.bin. 訂閱: 張貼留言 (Atom). Wikipedia - Recent changes [en]. Wikipedia:Requests for comment/Protect user pages by default. Mc 在 putty 下的顯示問題. Format My Source Code for Blogging. Linux Kernel module and Device Driver.

3

patrick blog: 面試問題

http://patrick0703.blogspot.com/2009/04/blog-post_01.html

程式設計部分: QT是c 的寫的,請問c與c 有何不同? Ans:c 具有物件 繼承 封裝 同名義是,個別在詳細說明一下. 邏輯DEBUG:程式沒問題 但硬體不聽你操作 如何debug,. Socket:為什麼socket server要用while連線 不是連一次 就可以. Ans:被打開時 touch一個file在nfs資料夾中 QT會去打開此檔案 看是否開的起來. Ans:沒有,架構上有參照,但因為硬體連接的腳位已和當初不一樣 必須要修改暫存器的address. 2 本部門做IPMI,遠端伺服器管理,用網頁或者ap介面即時監控遠端cpu 風扇 記憶體的狀況. 3 3個月試用期 給你小工作 跟專案有關的 讓你修改部分功能. 訂閱: 張貼留言 (Atom). Wikipedia - Recent changes [en]. Wikipedia:Requests for comment/Protect user pages by default. Mc 在 putty 下的顯示問題. Format My Source Code for Blogging.

4

patrick blog: x86 無線網卡可以用

http://patrick0703.blogspot.com/2009/03/blog-post.html

Make ZD1211REV B=1 install. Modprobe -v zd1211b 會執行 insmod /lib/modules/2.6.9/net/zd1211b.ko. 插入無線網卡,ifup eth1 找不到任何資訊. GATEWAY=192.168.1.254. IPADDR=192.168.1.51. NETMASK=255.255.255.0. Essid會跑掉iwconfig eth1 essid meme07. Ifconfig eth1 192.168.1.52. Ping 192.168.1.254. Ping 168.95.1.1出不去. 再ifdown eth1 ; ; ifup eth1. 訂閱: 張貼留言 (Atom). Format My Source Code for Blogging. Mc 在 putty 下的顯示問題. Wikipedia - Recent changes [en]. Wikipedia:Requests for comment/Protect user pages by default.

5

patrick blog: 移植 qtopia , arm filesystem,tslib

http://patrick0703.blogspot.com/2009/05/qtopia-arm-filesystemtslib.html

移植 qtopia , arm filesystem,tslib. Qtopia,arm filesystem,tslib移植過程可參考http:/ flykof.pixnet.net/blog/post/23068651. 12288;(也就是/home/flykof/ intall/opt/Qtopia中). 1要抓Qtopia 4.3.3的完整source code,不要抓Qtopia核心版的. 3編譯Qtopia:指定安裝的路徑,加入keyboard,mouse,tslib的驅動. Export LD LIBRARY PATH=/home/flykof/build-qtopia/lib:$ LD LIBRARY PATH. 最後將arm filesystem tslib函式庫 Qtopia燒寫到板子中,但是大小65M,燒不進去. 訂閱: 張貼留言 (Atom). Wikipedia - Recent changes [en]. Format My Source Code for Blogging. Linux Kernel module and Device Driver.

UPGRADE TO PREMIUM TO VIEW 4 MORE

TOTAL PAGES IN THIS WEBSITE

9

LINKS TO THIS WEBSITE

kartaforfun.blogspot.com kartaforfun.blogspot.com

Karta Language: 磁片版linux

http://kartaforfun.blogspot.com/2009/02/linux.html

Syslinux /dev/fb0 做出 MBR 和 ldlinux.sys. Tar zxfv busybox-1.1.3.tar.gz. Make menuconfig 改 .config. Mke2fs #dd if=/dev/ram9 of=initrd ). 訂閱: 張貼留言 (Atom). 密技偷看initrd.gz 或.img 或ramdisk.gz. Design the new driver in make menuconfig. Hello world 3 #ifdef. Hello world 2 單一hello.c檔變兩個.

kartaforfun.blogspot.com kartaforfun.blogspot.com

Karta Language: 三月 2009

http://kartaforfun.blogspot.com/2009_03_01_archive.html

Route add default gw 192.168.35.254. 2重要的資料結構file operations,file,inode. 重要的資料結構file operations,file,inode. 通常初始化為 THIS MODULE (. 改變的是file結構裡的loff t f pos參數,file結構看後面. Loff t *);. Aio read ) (. Loff t );. Loff t *);. Aio write ) (. Loff t );. Filldir t );. Poll table struct *);. 檢查檔案I/O狀態,下次的讀寫如有停頓,延遲,來不及的情況,應該提供kernel用來休眠等待. Vm area struct *);. Aio fsync ) (. File lock *);. Loff t *);. Loff t *);. Loff t *,. Read actor t ,. Loff t *,. Get unmapped area )(. File lock *);. File operations fops = {.

kartaforfun.blogspot.com kartaforfun.blogspot.com

Karta Language: 二月 2009

http://kartaforfun.blogspot.com/2009_02_01_archive.html

MAJOR(dev t dev);. MINOR(dev t dev);. MKDEV(int major , int minor);. 1int register chrdev region(dev t first , unsigned int count , char *name);. Ex: register chrdev region( MKDEV(major,minor) , 1 , "char reg" );. 第三個參數:出現在/proc/devices與sysfs的名稱 (2.6以上 sysfs /sys/module/.). 2int alloc chrdev region(dev t *dev , unsigned int firstminor , unsigned int count , char *name);. Ex: alloc chrdev region( &dnoev , 0 , 1 , "char reg" );. 第四個參數:出現在/proc/devices與sysfs的名稱 (2.6以上 sysfs /sys/module/.). Design the new dr...

kartaforfun.blogspot.com kartaforfun.blogspot.com

Karta Language: 密技偷看initrd.gz 或.img 或ramdisk.gz

http://kartaforfun.blogspot.com/2009/02/initrdgz-img-ramdiskgz.html

密技偷看initrd.gz 或.img 或ramdisk.gz. 偷看initrd.gz 或.img 或ramdisk.gz. Cp -af /boot/initrd-2.4.20-8.img . Mv initrd-2.4.20-8.img initrd.gz. Mount -o loop initrd tmp. Mv initrd.gz initrd-2.4.20-8.img. 訂閱: 張貼留言 (Atom). 密技偷看initrd.gz 或.img 或ramdisk.gz. Design the new driver in make menuconfig. Hello world 3 #ifdef. Hello world 2 單一hello.c檔變兩個.

kartaforfun.blogspot.com kartaforfun.blogspot.com

Karta Language: 2.重要的資料結構file_operations,file,inode

http://kartaforfun.blogspot.com/2009/03/fileoperationsfileinode-fileoperations.html

2重要的資料結構file operations,file,inode. 重要的資料結構file operations,file,inode. 通常初始化為 THIS MODULE (. 改變的是file結構裡的loff t f pos參數,file結構看後面. Loff t *);. Aio read ) (. Loff t );. Loff t *);. Aio write ) (. Loff t );. Filldir t );. Poll table struct *);. 檢查檔案I/O狀態,下次的讀寫如有停頓,延遲,來不及的情況,應該提供kernel用來休眠等待. Vm area struct *);. Aio fsync ) (. File lock *);. Loff t *);. Loff t *);. Loff t *,. Read actor t ,. Loff t *,. Get unmapped area )(. File lock *);. File operations fops = {. Device read ,. Device write ,. Device open ,.

kartaforfun.blogspot.com kartaforfun.blogspot.com

Karta Language: 一月 2009

http://kartaforfun.blogspot.com/2009_01_01_archive.html

SetupUi( this );. QObject: connect(this- pushButton, SIGNAL(clicked() , this, SLOT(openfile() );. QObject: connect(this- pushButton 2, SIGNAL(clicked() , this, SLOT(savefile() );. QString fileName = QFileDialog: getOpenFileName(this- textEdit, "Open Text File",. C: ", "Text Files (*.txt *.java *.c *.cpp); All files (*.*)");. 開檔成功才做( QIODevice: ReadOnly 開檔成功傳1). If(file.open(QIODevice: ReadOnly) {. TextEdit- setText(stream.readAll() ;. Fileopen(QFile: WriteOnly QFile: Text). Tr("sorry %1: n%2.").

kartaforfun.blogspot.com kartaforfun.blogspot.com

Karta Language: 1.主編號與次編號major與minor

http://kartaforfun.blogspot.com/2009/02/majorminor.html

MAJOR(dev t dev);. MINOR(dev t dev);. MKDEV(int major , int minor);. 1int register chrdev region(dev t first , unsigned int count , char *name);. Ex: register chrdev region( MKDEV(major,minor) , 1 , "char reg" );. 第三個參數:出現在/proc/devices與sysfs的名稱 (2.6以上 sysfs /sys/module/.). 2int alloc chrdev region(dev t *dev , unsigned int firstminor , unsigned int count , char *name);. Ex: alloc chrdev region( &dnoev , 0 , 1 , "char reg" );. 第四個參數:出現在/proc/devices與sysfs的名稱 (2.6以上 sysfs /sys/module/.).

kartaforfun.blogspot.com kartaforfun.blogspot.com

Karta Language: 好用的dd指令

http://kartaforfun.blogspot.com/2009/02/dd.html

Dd if=/dev/zero of=xxx count=8000 bs=1024. Mount -o loop xxx 路徑. 訂閱: 張貼留言 (Atom). 密技偷看initrd.gz 或.img 或ramdisk.gz. Design the new driver in make menuconfig. Hello world 3 #ifdef. Hello world 2 單一hello.c檔變兩個.

kartaforfun.blogspot.com kartaforfun.blogspot.com

Karta Language: VM的網路設定

http://kartaforfun.blogspot.com/2009/03/vm.html

Route add default gw 192.168.35.254. 訂閱: 張貼留言 (Atom). 2重要的資料結構file operations,file,inode.

UPGRADE TO PREMIUM TO VIEW 21 MORE

TOTAL LINKS TO THIS WEBSITE

30

OTHER SITES

patrick066.skyrock.com patrick066.skyrock.com

patrick066's blog - Blog de patrick066 - Skyrock.com

09/09/2008 at 10:22 AM. 14/09/2008 at 1:33 AM. Subscribe to my blog! Don't forget that insults, racism, etc. are forbidden by Skyrock's 'General Terms of Use' and that you can be identified by your IP address (66.160.134.4) if someone makes a complaint. Please enter the sequence of characters in the field below. Posted on Sunday, 14 September 2008 at 1:24 AM. Please enter the sequence of characters in the field below. Posted on Sunday, 14 September 2008 at 1:16 AM. Ma cherie d amour ,lucie ager de 6ans.

patrick067.skyrock.com patrick067.skyrock.com

patrick067's blog - Blog de patrick067 - Skyrock.com

24/07/2010 at 1:36 PM. 27/07/2011 at 4:46 AM. Subscribe to my blog! LMFAO - Champagne Showers (CLIP OFFICIEL). Add this video to my blog. Don't forget that insults, racism, etc. are forbidden by Skyrock's 'General Terms of Use' and that you can be identified by your IP address (66.160.134.4) if someone makes a complaint. Please enter the sequence of characters in the field below. Posted on Friday, 08 July 2011 at 10:25 AM. ARAFAT DJ et ses danseur en demo de la danse 202. Add this video to my blog. Don't...

patrick0694.skyrock.com patrick0694.skyrock.com

patrick0694's blog - Zocken - Skyrock.com

More options ▼. Subscribe to my blog. Created: 01/01/2012 at 3:13 PM. Updated: 01/01/2012 at 10:13 PM. Top Spiele des Jahers! Don't forget that insults, racism, etc. are forbidden by Skyrock's 'General Terms of Use' and that you can be identified by your IP address (66.160.134.14) if someone makes a complaint. Please enter the sequence of characters in the field below. Posted on Sunday, 01 January 2012 at 10:13 PM. Please enter the sequence of characters in the field below. Sun, January 01, 2012.

patrick06sstv.blogspot.com patrick06sstv.blogspot.com

SSTV. ET. ATV . WebSDR - Internet . AMIS RADIO AMATEUR RADIO BLOGGER

patrick0703.blogspot.com patrick0703.blogspot.com

patrick blog

訂閱: 文章 (Atom). Wikipedia - Recent changes [en]. Format My Source Code for Blogging. Linux Kernel module and Device Driver.

patrick07100.skyrock.com patrick07100.skyrock.com

patrick07100's blog - blog personnel - Skyrock.com

Salut tous le monde je vous presente mon blog personnel. 13/11/2007 at 12:53 PM. 01/02/2009 at 1:58 PM. Subscribe to my blog! Don't forget that insults, racism, etc. are forbidden by Skyrock's 'General Terms of Use' and that you can be identified by your IP address (66.160.134.2) if someone makes a complaint. Please enter the sequence of characters in the field below. Posted on Sunday, 01 February 2009 at 2:02 PM. Hommage a arnaud mon filleul. Please enter the sequence of characters in the field below.

patrick0711.skyrock.com patrick0711.skyrock.com

Blog de patrick0711 - Blog de patrick0711 - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. Mise à jour :. Abonne-toi à mon blog! L'avenir entre les main. Et oui cette image représente l'avenir que nous avons entre nos main l'avenir est fragile c'est pour sa qu'il faut le préservé . Il ne faut jamais revenir en arrière toujours aller de l'avant et vivre sa vie a fond mai cette vie est devant soie et non derrière. Ou poster avec :. Retape dans le champ ci-dessous la suite de chiffres et de lettres qui apparaissent dans le cadre ci-contre. Retape dans...

patrick072.skyrock.com patrick072.skyrock.com

Blog de patrick072 - photos diverses - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. Mise à jour :. Abonne-toi à mon blog! Tu n'es pas un VIP! Pour voir ses 10 articles secrets, connecte-toi! Sélectionne une page :. Page n 1 sur 7. Page n 2 sur 7. Page n 3 sur 7. Page n 4 sur 7. Page n 5 sur 7. Page n 6 sur 7. Page n 7 sur 7. Poster sur mon blog.

patrick08002.tripod.com patrick08002.tripod.com

Tanks of World War II

Tanks of World War II. German Panzer 1 A. German King Tiger Tank. American General Lee Mk Tank. American Sherman M4 Tank. This site provides a brief history and many facts about the most famous tanks of World War II! Learn about the heavy armorment of the German Tiger Tank and what battles the Russian T-34 tanks won. Learn all of this information and more here at Tanks of World War II! A German Panzer Model 1A. An American Sherman Tank.

patrick080557.skyrock.com patrick080557.skyrock.com

patrick080557's blog - mes sculptures a la tronconneuse - Skyrock.com

Mes sculptures a la tronconneuse. Le mois d aout j ai trouve un passe temps la sculpturea la tronconneuse. 03/04/2007 at 6:51 AM. 21/04/2007 at 1:27 AM. Subscribe to my blog! Je suis un passionné de bois et depuis le mois d AOUT je m exerce a la tronconneuse pour faire des sculptures a la tronconneuse et je finis a la ponceuse a disque. Please enter the sequence of characters in the field below. Posted on Tuesday, 03 April 2007 at 9:29 AM. Edited on Thursday, 05 April 2007 at 11:07 PM. Je suis tres fier ...