2005-01-01から1年間の記事一覧

PCI

h/w

pciコンフィギュレーションレジスタ http://www.wsuper.com/Tech/mother/PCI/confreg.htm The Linux Kernel: PCI http://www.linux.or.jp/JF/JFdocs/The-Linux-Kernel-7.html

ソースパッケージからバイナリパッケージを作る

http://www.debian.org/doc/manuals/reference/ch-system.ja.html#s-sourcebuild $ dpkg-buildpackage -rfakeroot -us -uc

開発者ノートシリーズ Mono

http://www.oreilly.co.jp/books/4873112346/本屋で平積みらしい....

ソースパッケージからのリビルド

"UNIXな生活"より http://park15.wakwak.com/~unixlife/linux/de-repkg.html

Interbench v0.22 - Interactivity benchmark

http://interbench.kolivas.org/ http://members.optusnet.com.au/ckolivas/interbench/

便利コム!!

http://www.benri.com/ 2005年カレンダー(祝日付き) http://www.benri.com/calendar/2005.html

lunch or dinner

fyi

TAさん、18日どちらかしませんか?

Linux Super Page

Transparent super page support for Linux. http://shimizu-lab.et.u-tokai.ac.jp/lsp.html この実装はanonymousのみだが、全メモリ管理に適用する方法があるらしい。 http://www.gelato.unsw.edu.au/~peterc/superpage.html これらしい... Practical, tran…

volatile

c

http://www.ussg.iu.edu/hypermail/linux/kernel/0401.0/1387.html

再インストール

全く同じパッケージ構成でインストールしたいhttp://debian.fam.cx/index.php?Tips#q0587cdbrecommends や suggests なパッケージも一緒にインストールしたいhttp://debian.fam.cx/index.php?AptGet#g9c4f058 >パッケージやパッケージシステムの FAQ http://…

クロスツールチェーンのビルド

Getting Started with GNU http://billgatliff.com/~bgat/articles/gnu/arm7t/t1.html Building GNU Tools http://billgatliff.com/~bgat/articles/gnu/arm7t/x56.html Bill Gatliff's Home Page! http://billgatliff.com/

nooks

http://nooks.cs.washington.edu

weechat

sw

http://weechat.flashtux.org/doc.php?file=weechat_doc&doc_lang=en&view=html#Key-bindings

uClibc/buildroot

http://www.uclibc.org/toolchains.html http://buildroot.uclibc.org/buildroot.html http://buildroot.uclibc.org/downloads/buildroot-0.9.27.tar.bz2 (SH3/SH4 build SUCCESS!!)簡単にクロス開発環境を入手できる。 make menuconfig だけでgcc/binutils/…

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 あとで読もう