2005-06-01から1ヶ月間の記事一覧

mp211

http://www.labs.nec.co.jp/Overview/soshiki/device/0503.pdf

omap

http://free-electrons.com/articles/omap/en

I made it!

I made it!

QEMU CPUエミュレータユーザードキュメント

http://www.h7.dion.ne.jp/~qemu-win/qemu-doc-ja.html Is QEMU a virtualizer or an emulator ? QEMU is an emulator. It means that it converts each target CPU instruction into host instructions. Therefore, it emulates any supported target proce…

UNIX programming classic gets updated

http://www.linuxdevices.com/news/NS3816592150.html

飲み会

6/21(火)1900でいかがでしょうか?

Linux: Realtime Approaches

http://kerneltrap.org/node/5291あとでじっくり読もう。

Compressed caching

http://linuxcompressed.sourceforge.net/ RAMサイズ削減に対する効果はどんなもんだろう?

BUILDROOT

http://buildroot.uclibc.org/

InternationalTechnicalJamboree

http://tree.celinuxforum.org/CelfPubWiki/InternationalTechnicalJamboree Memory reduction and system monitoring with embedded linux http://tree.celinuxforum.org/CelfPubWiki/ITJ2005Detail1_2d2 プレゼン資料のアップロードを待つ AllocationOnWri…

The beginning of the realtime preemption debate

http://lwn.net/Articles/137652/ Ingo Molnarのrealtime preemptionをマージする作業は平穏には進まなかった。 実際、騒音はIngoがinclusionを提案するずいぶん前から起こっていた。 今後、議論がどう進むかを見る方法として議論をcatch upするのにいいとき…

Linux: Benchmark Comparisons Between Adeos and PREEMPT_RT

http://kerneltrap.org/node/5262

GmailFS - Gmail Filesystem

http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html

関数呼び出し

[root@kingfisher01 tmp]# cat > a.c int func(int a1,int a2,int a3,int a4,int a5,int a6, int a7){ return a1+a2+a3+a4+a5+a6+a7; } > int main() { int rc = func(1,2,3,4,5,6,7); return rc; } > [root@kingfisher01 tmp]# [root@kingfisher01 tmp]# /o…

prelink

http://tiki.is.os-omicron.org/tiki.cgi?c=v&p=prelink あとで読もう

tmp

http://www.linode.com/ 契約したーい

gp?

なんとなくわかるけど、0xfc0 ってどうやってきまるのかな? 00400838 : int main() { int rc = func(1,2,3,4,5,6,7); return rc; } 400838: 3c1c0fc0 lui gp,0xfc0 40083c: 279c7818 addiu gp,gp,30744 400840: 0399e021 addu gp,gp,t9 400844: 27bdffc8 ad…

関数呼び出し

"gp"の扱いがよくわからん.. doyu@oreo:/tmp$ cat > a.c int func(int a1,int a2,int a3,int a4,int a5,int a6, int a7){ return a1+a2+a3+a4+a5+a6+a7; } > int main() { int rc = func(1,2,3,4,5,6,7); return rc; } doyu@oreo:/tmp$ mips2_fp_le-gcc -g -…

Talks and Conferences | rml

http://rlove.org/talks/すばらしすぎる。 Fast and Slick: Writing Optimal GNOME Code Kernel Tutorial

tmp

cg-clone rsync://kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/ cd linux-2.6 としておけば,毎日一回下記のスクリプトを実行すれば,linusのツリーのDebian package のカーネルができているみたいです. nice make-kpkg clean || true cat .g…

もんたメソッドの簡単サンプル

http://nais.to/~yto/clog/2005-06-01-3.html