2005-06-01から1ヶ月間の記事一覧
http://www.labs.nec.co.jp/Overview/soshiki/device/0503.pdf
http://free-electrons.com/articles/omap/en
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…
http://www.linuxdevices.com/news/NS3816592150.html
6/21(火)1900でいかがでしょうか?
http://kerneltrap.org/node/5291あとでじっくり読もう。
http://linuxcompressed.sourceforge.net/ RAMサイズ削減に対する効果はどんなもんだろう?
http://buildroot.uclibc.org/
http://tree.celinuxforum.org/CelfPubWiki/InternationalTechnicalJamboree Memory reduction and system monitoring with embedded linux http://tree.celinuxforum.org/CelfPubWiki/ITJ2005Detail1_2d2 プレゼン資料のアップロードを待つ AllocationOnWri…
http://lwn.net/Articles/137652/ Ingo Molnarのrealtime preemptionをマージする作業は平穏には進まなかった。 実際、騒音はIngoがinclusionを提案するずいぶん前から起こっていた。 今後、議論がどう進むかを見る方法として議論をcatch upするのにいいとき…
http://kerneltrap.org/node/5262
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…
http://tiki.is.os-omicron.org/tiki.cgi?c=v&p=prelink あとで読もう
http://www.linode.com/ 契約したーい
なんとなくわかるけど、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 -…
http://rlove.org/talks/すばらしすぎる。 Fast and Slick: Writing Optimal GNOME Code Kernel Tutorial
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