星期五, 10月 29, 2004

TODOS - today (next MONDAY)

要作的事:
    How to implement : 放電曲線紀錄
    check if 5 weeks (modifying KPN) developement can be reduce . (Midas think it's too long).

Linux Signal List

Linux Signals are:
Signal Name Number Description
SIGHUP 1 Hangup (POSIX)
SIGINT 2 Terminal interrupt (ANSI)
SIGQUIT 3 Terminal quit (POSIX)
SIGILL 4 Illegal instruction (ANSI)
SIGTRAP 5 Trace trap (POSIX)
SIGIOT 6 IOT Trap (4.2 BSD)
SIGBUS 7 BUS error (4.2 BSD)
SIGFPE 8 Floating point exception (ANSI)
SIGKILL 9 Kill(can't be caught or ignored) (POSIX)
SIGUSR1 10 User defined signal 1 (POSIX)
SIGSEGV 11 Invalid memory segment access (ANSI)
SIGUSR2 12 User defined signal 2 (POSIX)
SIGPIPE 13 Write on a pipe with no reader, Broken pipe (POSIX)
SIGALRM 14 Alarm clock (POSIX)
SIGTERM 15 Termination (ANSI)
SIGSTKFLT 16 Stack fault
SIGCHLD 17 Child process has stopped or exited, changed (POSIX)
SIGCONT 18 Continue executing, if stopped (POSIX)
SIGSTOP 19 Stop executing(can't be caught or ignored) (POSIX)
SIGTSTP 20 Terminal stop signal (POSIX)
SIGTTIN 21 Background process trying to read, from TTY (POSIX)
SIGTTOU 22 Background process trying to write, to TTY (POSIX)
SIGURG 23 Urgent condition on socket (4.2 BSD)
SIGXCPU 24 CPU limit exceeded (4.2 BSD)
SIGXFSZ 25 File size limit exceeded (4.2 BSD)
SIGVTALRM 26 Virtual alarm clock (4.2 BSD)
SIGPROF 27 Profiling alarm clock (4.2 BSD)
SIGWINCH 28 Window size change (4.3 BSD, Sun)
SIGIO 29 I/O now possible (4.2 BSD)
SIGPWR 30 Power failure restart (System V)

星期三, 10月 27, 2004

Try Different Fonts

Try Different Fonts:
Times
Courier
Ariel
Book Antiqua
Fixedsys

MEMO .. todos these days..

  1. 11/7號前要買刮鬍刀
  2. 11/2前要付保險費
  3. 要去看餐廳,姊說約6桌

try nvu

#include <try.gt>

gfun()
{
    try sourcecode;
    if( a==0){
       dsds;
    }
}

好像不用加 <br>
每個return後都會自動加。

原來tab是&bsp

星期日, 10月 24, 2004

態度差的TESCO Giodano sales

今天到中壢TESCO,去Giodano,要改褲子。
結果小姐一臉臭臉,態度超差的,
大概是因為當初不是跟他買的吧。
他收了褲子後,臭著一張臉說:
大概要20幾分鐘吧,現在沒空幫你改。
(可是當時一個客人也沒有呀)

也沒關係,去逛了一個小時後,
他好像正在改。
就在他店裡逛的一下,
他一邊改,以為我們是新客人,
馬上起身,態度極好多招乎,
但是一看到是我們,馬上就變了臉,
把改好的褲子丟出來,馬上作回味子上,
正眼都沒看我們一眼。

真差,這應該是7年級生吧。

typhone..again


又來一個,不用上班喔。

星期五, 10月 22, 2004

TODOS - today

Tinylogin - still don't work - progress: utmp cannot create.
Hydroff - deadline : Monday
Plone - try , is it usable ?

Plone試用..

Install在win2k上。
安裝和第一次啟動很快。幾乎不用什麼大腦。馬上就可以運作。

實際使用後:

內容分成Document和File。
Document的格式有plain text,Structur Text,reStructure Text。
File : 就是除Document外的其他file,提供upload。
Send mail功能不能使用,也就是說。。Plone不含smtp agent.
內容不能存成local檔。print command都會印出到printer上。

blog tools

movable type : perl
wordpress : php
Plone : Zope(Python) ?

星期三, 10月 20, 2004

星期四, 10月 14, 2004

Password was cracked by Virus - mutation of Lovegate

所以從今天起,把password改為原password到過來拼。

星期三, 10月 13, 2004

Cannot make menuconfig on Debian.. lack of ncurses

在Debian stable上不能make menuconfig.
....缺ncurses,可是查installed package卻還有libncurses5.so

google:好像是要裝ncurses developement library,這個和ncurses library不一樣。
libncurses-dev
libncurses5-dev
之類的

Aptitude中屬於 Vitrual Package
(這是在Debian unstable 找的: /libncurses-dev)

Furl

紀錄下google到的東西。。。
...已經註冊

Floppy Linux with GRUB

1.安裝(grub)


一般Floppy Linux都使用syslinux(不支援ext2,只能用fat),經過測試grub只用了132KB,並不大。

# mke2fs /dev/fd0
# mount /dev/fd0 /mnt/floppy

將grub需要的設定檔copy到floppy

# mkdir /mnt/floppy/boot
# mkdir /mnt/floppy/boot/grub
# cp /boot/grub/stage1 /mnt/floppy/boot/grub
# cp /boot/grub/stage2 /mnt/floppy/boot/grub

先su -成root,執行grub

grub> root (fd0)
grub> setup (fd0)
grub> quit

grub安裝完成

2. 安裝Rootfs

Rootfs要包含:

/bin /etc /proc /tmp /var /dev /mnt

dev下要有:

/dev/console /dev/fd0 /dev/null /dev/ram0 /dev/tty /dev/tty0

etc下要有:

/etc/rc.d/inittab /etc/rc.d/rc.sysinit /etc/fstab

bin下要有一些基本工具:

如:sh,ls,cd,cat……

一般使用busybox

(1)修改 Makefile 中的 DOSTATIC,將false 改為 true,這樣執行時就不需要有glibc了。
(2)BusyBox 上的 init,和一般所使用的 init 不一樣,她會先執行 /etc/init.d/rcS 而不是 /etc/rc.d/rc.sysinit。
為了和Redhat的配置相同,所以修改了 BusyBox 中的 init.c。底下是修到的部分

#ifndef INIT_SCRIPT
#define INIT_SRCIPT "/etc/rc.d/rc.sysinit"
#endif

(3) 安裝
#make
#make install

(3)./_install 文件。

#cp ./_install /tmp/floppy-linux -r

(4)建立其它的文件或文件:


#cd /tmp/floppy-linux
# mkdir dev etc etc/rc.d proc mnt tmp var
# chmod 755 dev etc etc/rc.d bin mnt tmp var
# chmod 555 proc
# cd dev
# mknod tty c 5 0
# mknod console c 5 1
# chmod 666 tty console
# mknod tty0 c 4 0
# chmod 666 tty0
# mknod ram0 b 1 0
# chmod 600 ram0
# mknod fd0 b 2 0
# chmod 600 fd0
# mknod null c 1 3
# chmod 666 null

(5) 配置文件:(inittab,rc.sysinit,fstab)

initab:
::sysinit:/etc/rc.d/rc.sysinit
::askfirst:/bin/sh
rc.sysinit:
#!/bin/sh
mount -a
# chmod 755 rc.sysinit
fstab:
proc /proc proc defaults 0 0

(6) 作Ramdisk:


# dd if=/dev/zero of=/tmp/initrd bs=1k count=4096
# losetup /dev/loop0 /tmp/initrd
# mke2fs -m 0 /dev/loop0>
# mount -t ext2 /dev/loop0 /mnt
# cp -r /tmp/floppy-linux/* /mnt
# umount /mnt
# losetup -d /dev/loop0
# dd if=/tmp/initrd | gzip -9 > /tmp/initrd.gz
# rm -f /tmp/initrd
# sync

3.核:

主要是去掉了一些不需要的,?核是725920Byte。包含了必要的网卡。

4.整合

在所用到了的全部搞好了,下面就是整合一下:

全部文件(文件)如下:

/lost+found/
/boot/
/boot/grub/
/boot/grub/stage1 =========Grub用到的文件
/boot/grub/stage2
/boot/grub/menu.lst =========Grub的配置文件指向grub.conf
/boot/grub/grub.conf
/boot/kernel =============核
/initrd.gz ===============存

Copyright controlled CD..

Available audio cd protections:
Note: this list is not complete, more protections are available. Availability is mainly targeted at Europe.

How to recognize a protected audio cd:
  • use Clony XXl (German version, homepage might be down. English version can be found here.)
  • use Tccd Scout (German version. English version unavailable ?)
  • visual inspection
Note: Clony XXL/Tccd Scout will not always properly recognize the protection because audio protections are hardware dependant protections, dependant on your reader. Your reader might not properly report/read the content of the disc in which case Clony XXL can't determine the protection. Another factor: audio protections are still evolving and newer versions are silently released.

Cactus Data Shield 200 (Example: Natalie Imbruglia - White lillies island)

A CDS200 protected audio cd can be recognized by visual inspection as follows:
  • Copyright statement refering to Midbar Tech, Tel-Aviv, Israel somewhere on the front/back cover or inlay.
  • Availability of the Cactusplayer (= proprietary mp3-player) when cd is inserted in a cd-rom player.
  • Availability of the hidden textfile 'versions.txt' in the datatrack. In this file the used version of CDS200 is mentioned. Note: older versions of CDS200 may not have this file.

Key2Audio (Example: Shakira - Laundry service)

A Key2Audio protected audio cd can be recognized by visual inspection as follows:
  • Warning stating 'will not play on pc/mac' on the front/back cover and labelside of cd.
  • Textstring 'Sony Music' or 'Sony dadc' on the innerring on the data-side of the cd.

[update 2002-12-01]
Doc.Loc (Example: Hitzone 21 - various artists, released in the Netherlands)

A Doc.loc protected audio cd can be recognized by visual inspection as follows:
  • Textstring 'DocData' on the innerring on the data-side of the cd.
Note: DocData not only develops audio copy protections, it has also normal cd replication/manufacturing plants. It has been reported that non-protected cds also may have the textstring 'DocData' on the innerring on the data-side of the cd.

Logo's

The record industry nowadays uses special logo's so customers can recognize cds which contain copy protections. The following logo's are used:


This logo is a general logo stating the cd has a copy protection.


This logo states the cd can be played on most cd/dvd players but not on a personal computer.


This logo states the cd can be played on a personal computer but cannot be copied.

Note: A lot of modern dvd players are also able to play mp3 cds. In order to achieve this a cdrom is used. This means you can encounter the same problems as when trying to play this cd on your personal computer.

A user-contributed list of protected cds around the world can be found here. Note: be aware that wrong information might be displayed! For the Netherlands an official site with list can be found here.
[/update]

How to copy/rip a protected audio cd:

General considerations:

Audio protections are hardware dependant protections, based on your reader. This means that when you have the 'right' reader, audio protections will give (almost) no trouble copying/ripping. But it could also mean that when you have the 'wrong' reader you won't be able to copy/rip the cd at all... The writing part is not interesting because all available writers are able to write protected audio cds.

Tricks used by audio protections: illegal Table Of Content entries, multi-session tricks. A normal audio cd-player is a single-session device, it just reads the first session where the audio tracks are, it isn't bothered by the extra sessions because it can't read the extra sessions. Also, an audio cd-player expects only audio-tracks so can't be confused by illegal TOC entries which claim that the audio-tracks are data-tracks. A Cdrom-player (or dvd-player, cd-writer) is a multi-session device, it tries to read all sessions. But these (illegal) extra sessions are purposely added to the cd to fool the cdrom-player. Also, a cdrom-player can read audio as well as data, so it can be confused by illegal TOC entries which claim that audio-tracks are data-tracks.

Because the protection is hardware dependant we can classify 3 categories:
  1. reader is (almost) not affected by protection and just reads the cd.
  2. reader is affected by protection, but is still able to read the cd using tricks.
  3. reader is affected by protection and can't even read the cd using tricks.

1.) You are lucky, you can copy/rip the protected cd relatively easy with programs like CloneCD, Feurio or ExactAudioCopy or Isobuster. You might need to tweak the advanced settings of these programs.
2.) You are still able to copy/rip the protected cd with the marker-trick.
3.) You are not able to read the protected cd, whatever you try, you won't succeed. Only option: try another firmware which might make your reader able to read the protected cds. LiteOn is a good example for this, since november 2002 recent models can suddenly read most audio protections, while before they couldn't read almost any...

[update 2002-12-01]
Recommended hardware:
  • Yamaha CRW F1 (appears to read all copy protections and all versions of the copy protections, also the older and more harder versions)
  • Plextor - all models
  • LiteOn - starting from models 40sp and higher with the latest firmware
[/update]

General tips regarding the used software:

CloneCD v4 is the easiest way to backup your audio protected cd. Just use the audio-profile which reads only the first session so your backup is not protected anymore.
Feurio can be used to rip the tracks. Of course your backup, when writing the ripped tracks, isn't protected anymore. Feurio is able to detect illegal TOC entries and gives you the option to ignore the further sessions and illegal entries. If you succeed in reading the protected audio cd with CloneCD you should also be able to rip it with Feurio. You might need to tweak the advanced settings of Feurio first.
Exact Audio Copy can be used to rip the tracks. Of course the protection is gone after ripping. In some cases you might need the option 'manually detect TOC' in order to be able to rip the tracks. The advantage of EAC is its secure reading method (which has nothing to do with the protection).


Always try to let your application to close the cd-tray with the protected audio cd in it. Do not insert the protected audio cd earlier because Windows might interfere with it and 'activate' the protection. Programs like CloneCD lock the drive so Windows can't mess up things. Again: don't insert the disk to early!

In order to prevent Windows (or the firmware of your drive) to access the protected cd too early, you also need to make sure that you have disabled 'auto insert notification' and 'auto play'. These options can be disabled through the device manager or the registry, depending on your Windows version. CloneCD also has a special entry in its settings for disabling these settings.

How to copy/rip a protected audio cd if the above mentioned methods don't work:
  • make a digital copy using your audio cd-player and a soundcard.
  • make an analog copy using your audio cd-player and a soundcard.
If your audio cd-player has a digital-out and your soundcard has a digital-in, you could connect the two and use the 'record audio data'-option from Feurio. Total Recorder is also able to record from line-in.
If your audio cd-player has no digital-out or your soundcard has no digital-in, you could still connect the 2 the analog way. Just connect the line-out cinch-plug with the line-in minijack-plug of your soundcard. Again use Feurio or Total Recorder to record incoming audio data. The disadvantage of this method is you are copying in the analog domain, your digital data is converted twice which might degrade the resulting copy. In practice an analog copy can be very good, but we CDFreakers prefer the best, so we go for the digital copy!

中藥

星期二, 10月 12, 2004

中藥

大黃牡丹皮湯

[組成藥物]

大黃、牡丹皮、桃仁、芒硝、冬瓜子。
[主治效能] 下腹右側疼痛,盲腸炎,月經困難症,卵巢炎,濕疹,上項各症便秘者均可用之。
[運用經驗] 本方應用範圍至為廣泛,凡屬於實證有便秘傾向之下半身特在下腹部之諸炎症化膿症均可適用。其特徵為腫脹,疼痛,發熱,痛苦自覺較強,脈緊有力者,用法得當,功效難述。

蟬蛻
來 源 : 本 品 為 蟬 科 昆 蟲 黑 蟬 ( Cryptotympana atrata FABRICIUS ) 羽 化 後 蛻 殼 。
功 用 : 散 風 熱 , 退 目 翳 , 宣 肺 透 疹 。
主 治 : 外 感 風 熱 , 頭 風 眩 暈 , 中 風 失 音 , 咽 喉 腫 痛 , 目 翳 ; 小 兒 驚 風 , 夜 啼 , 麻 疹 透 發 不 暢 , 風 疹 , 皮 膚 瘡 瘍 癮 疹 。
貯 藏 : 置 乾 燥 處 、 防 壓 碎 。
鑑 別 : 以 色 黃 , 乾 燥 , 體 輕 , 完 整 無 缺 , 無 泥 砂 為 佳 。


遠志
[別名]

遠志筒,遠志通,遠志肉,小草,小雞棵,山茶葉。
[來源]

遠志科 (Polygalaceae)。遠志 Polygala tenuifolia Willd. 的與卵葉遠志 Polygala sibirica L. 根皮部。
[性味]

味苦、辛,性溫。
[功能]

安神,益智,祛痰,抗菌。
[主治]

心氣鬱結,心血虛,痰涎壅塞,煩熱,精神恍惚,驚悸,不眠,神經衰弱,寒痰喘咳,益精強志,健忘。
[用法用量]

10~20公克/日;科學中藥:0.52.0公克/日。可依病症與體質酌量增減使用量。

加味逍遙散

加味逍遙散

[組成藥物]

當歸芍藥柴胡白朮茯苓甘草牡丹皮梔子薄荷生薑
[主治效能] 治火旺,月經超前,大便閉濇,口燥咽乾,室女血虛陰弱,痰嗽潮熱。應用於婦人神經衰弱,月經不調,白帶,慢性子宮內膜炎,腰部覺冷,頭痛,目眩,肩凝,更年期障礙。
[運用經驗] 本方之主要藥效,在於養血清火,可用為婦科調經方。經驗上凡婦女平日有臟躁症者(包括更年期障礙,歇斯的里等症),用之多效。

Log on Integration

  1. .ad,dodiprc,usb_fun,qspi_client,usb_client 沒有Makefile
  2. 缺linear1-8 在/mnt,應該是執行rc的問題
  3. 嘗試整理file產生script和rc
  4. 將jffs image內容簡化成passwd 和cofig目錄,其他由sbin script和rc產生
  5. www的log因為一開始沒有,但是還是要有file,否則沒辦法有link。
  6. !!! Lcdui 應該不要顯示小數(DCV除外)

星期一, 10月 11, 2004

Fishing ..

今天第一次收到網路詐騙簡訊:

從1109100932 刷卡確認,您於18:40在新光百貨消費16800元,
簽單編號1598.如有疑問請速洽信用卡中心02-55995244

星期日, 10月 10, 2004

dwl -122 . take back.. but still not work..

拿回來了,查了一下是8/15去修的,竟然花了1.5 month。
測試了一下,雖然usb找的到,但是連不通呀!

是設定的問題嗎?

待會把AP reset試試。

真麻煩,所以便宜真不是沒道理。
============================
OK. 原來只是找得慢而已。
將AP的 broadcast ESSID打開後。
用pc (XP)測ok.用win2k,等了3 min才ok。

......訊號好像還比buffalo WLI-CB B11好。
畢竟是prism的,不是buffalo的realtek兩光晶片

星期五, 10月 08, 2004

some places ... maybe .. better.

  1. 一些用POW(2,number)的似乎可以用 0x01 <<>
  2. 用gcvt( )的是不是應該用sprintf( buf,"%4.2f",...) ?

http://www.bravenet.com/ : 提供webtool的地方

也就是說,可以知道是從哪裡來的,流言版`...之類

..已經註冊

Dream : Car is on fire

昨晚作了一個夢。

開車中覺得有亮光從第發出,後來身旁的駕駛告訴我我的車著火了,
不得了,這下我也好像聞到燒焦味,
趕緊下車,發現安全帶綁著,車門也鎖著,
我告訴自己,現在千萬不能慌張,越慌張越出不去(電影都是這樣演的),
所以我確實的把安全帶鬆開,
將車門鎖打開,
安全的開門出去。
這三個動作感覺上作了好久,速度變成慢動作的感覺。
走出車外發現是輪胎著火了,都燒得只剩下輪軸,
我趕緊去提水(用礦泉水瓶)滅火,
最後,火好像滅了。

但是車底隱隱好像還是有火光閃動....

星期四, 10月 07, 2004

Chad's call: from India

Chad晚上call
他看到的Err有:
A2 : Stuff Error , Id21-28, Reception
F3 : Other Types of Error, tormate dorminate bit, Reception
77 : Form error, error delimiter, Reception

不是一值出現,偶而才出現,一但出現就會連續出現,
AC斷掉不一定每次會發生。

=============================================

check the Err code then call Chad on 8:00. call chad's cellphone.

hotel no : +91 1245050757
91 is the contry code
002 91 1245050757.

2.1 -> 2.5 : make commerr confirm time from 6.5 sec to 10 sec.
2.5->2.6 : pdb watchdog function. (?)

LCD not work.. Solved.

以為一切都很好,
換上新的motherboard----LCD沒動作!
唉~~!

寫程式一pin一pin的動,check high-low是否正確,
signle step check delay time是否不同,
用示波器看是否有noise..
....都很正常。

Chris說:查一下contrast voltage好了。很多版子第一次作都要調這個。
OK。
查了一下舊版電路圖和新版的這個部分完全相同。

量電壓卻不一樣,
舊版是1.多,新版是4.多。

交給光X,發現所有舊版的電阻都交換過!

所以說版子換人作就是不行,當初一定是James自己debug改掉,但是sch是Chad負責,所以Chad不知道。

之後又交給光X。所以就照抄了。當初debug的動作就要再做一次。

~~浪費我半天的時間。

星期三, 10月 06, 2004

Debian: Search the contents of packages

Search the contents of packages
例如:
在Keyword輸入 xlib.h
結果是:

You have searched for xlib.h in stable, architecture i386.
Found 6 matching files/directories, displaying files/directories 1 to 6.

FILE                                                       PACKAGE 

usr/X11R6/include/X11/Xlib.h				    devel/xlibs-dev

usr/i486-linuxlibc1/include/X11/Xlib.h oldlibs/xlib6-altdev
usr/include/elk/extensions/xlib.h devel/elk
usr/include/ggi/display/xlib.h devel/libggi2-dev
usr/lib/TenDRA/lib/include/x5/lib.api/X11/Xlib.h devel/tendra
usr/lib/perl5/Tk/pTk/Xlib.h interpreters/perl-tk


所以知道要install xlibs-dev 就可以了

沒中!

093078大樂透:05,13,25,32,36,39
093079樂透 :03,14,18,23,29,40

SVN : a better CVS (?)

會比CVS好?

不過有中文說明。

usbehci.sys missing.. USB 2.0 XP driver

原來XP不內建USB 2.0的driver,
插上USB 2.0的device也是用1.1來通訊。

所以裝完XP,要先檢查hardware在USB Controller部分有沒有?號。

具microsoft的網站,SP1好像有update:Here

my poor knowlege : ++ and *

C中 ++的優先權大於*,
所以*cnt++會先將cnt+1後取值。

這又是一個簡單的rule,我又不知道。
我以為* > ++

my poor knowledge : printf

printf的第一個參數可以用string variable:
char format[]=" in hex %x\n";
printf(format,10);
其實想想也蠻正常的,應該算是我孤陋寡聞吧。

你有失眠體質嗎?

同樣的黑夜,有人呼呼大睡,有人卻睡不著,到底什麼樣的人容易失眠?中西醫一致認為,失眠與體質有關,西醫認為A型性格的人較易失眠,中醫則認為木型人屬於容易失眠的體質,如果你有這兩種體質,就應該特別注意失眠問題。

長 庚醫院精神科醫師許世杰表示,失眠與體質有關。經臨床上發現,失眠者的個性都是要求完美、容易緊張、急性子、自我要求較高的人,對事情較易採取否認與壓抑 的態度。例如在職場上,A型性格的人,如果身為部屬,對長官要求的事,一定努力去達成,要求自己必須完美演出。如果是中高階幹部,則常見個性很急,交代部 屬做的事,如果部屬還沒完成,他可能就急得親自跳下去做了。

知名中醫師李政育說,以中醫理論來看,失眠的高危險群是五行中的木型人,木型人的特質是行事內斂、易煩惱憂鬱、把事情往心裡面擱。平時喜歡動腦筋、愛思考、感情豐富。外型上,木型人臉色白中帶青色,身材多屬細瘦型,但也有身材高大的木型人。

不論是A型性格或木型人,許世杰指出,具有這樣特質的人,一旦碰到工作壓力突然增加、換工作、升遷、結婚、疾病等重大環境改變,就容易有睡眠障礙。如果每周有三天以上失眠,情況持續一個月以上,就屬於嚴重失眠,應該盡快就醫,以免變成慢性失眠或演變成憂鬱症或焦慮症。

本文轉載自今周刊第406期
已經FAX LJ的定購,1年,掛號,希望從這個月開始。

星期一, 10月 04, 2004

processor:
PIC,8051,80186,ARM7,Coldfire(m68k).
OS:
SALVO,RTX-51,RTXC,pSOS,uClinux.
Protocol:
SPI,I2C,CAN,MOBUS,SLIP,PPP,Ethernet.

星期六, 10月 02, 2004

星期五, 10月 01, 2004

XML special keyword

不能用">"
因為在xml中,所有以 <>刮起的都是tag。
又parsing是由>來決定結尾,所以"<"沒關係。
如果要用>,要寫& gt;


同理,"也是一樣。用& quot

stdarg.h uclibc lib/libc/include link..

使用ipc的message queue,include stdarg.h
stdarg.h include < machine/stdard.h >

include path是 uClinux-dist/lib/libc/

所以include path下要有machine 目錄。
這個目錄在make時才會產生。

make時會產生asm -> linux/include/asm
linux -> linux/include/linux
machine ->m68k
System V IPC on LX

imageshack - a place to store photos

http://imageshack.us/index3.php
另一個放照片的地方.
也已經註冊

Flickr : the place to store photos

http://flickr.com/
已經註冊了:)

網誌存檔