This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

2010年7月12日 星期一

LinSched: The Linux Scheduler Simulator

Linsched[http://www.cs.unc.edu/~jmc/linsched/]

最近看了幾篇scheduler的論文, 發現有很多拿 linux kernel做實驗的論文,其中一篇把linux kernel的scheduling subsystem直接移到user space感覺不賴!!可見作者對kernel有一定程度的理解,把其他不需的的很多都移掉了.

以下是作者把kernel很多部份移除後還能動的部份.

2010年7月7日 星期三

[BFS] Brain_Fuck_Scheduler

最近在看Scheduler的東西 , 找到幾篇文章寫關於SD vs CFS的故事

蠻有趣的!

這故事還有續集但好像沒人提過!

幾篇文章都說Ingo Molnar的CFS擊敗Con Kolivas(ck)的SD 成為主線

scheduler,然後ck退黨消失!

故事的後續就是ck於2009捲土重來, 用他的Brain FuckScheduler(BFS)跟主流CFS分庭抗禮!!

LKML上又再次槓上Ingo Molnar~果然刺激阿!

我程度不夠無法比較出誰好!

所以列出參考資料讓有興趣人人看看

BFS wiki
[http://en.wikipedia.org/wiki/Brain_Fuck_Scheduler]

ck的BFS
[http://users.on.net/~ckolivas/kernel/]

2010年7月2日 星期五

HackingThursday 7/1

這星期在HackingThursday 看到有人在看ohloh [http://www.ohloh.net/]

才得知這網站似乎有統計,分析能力~

查了一下我關注的project,膜拜一下 XD












可以看到有一些project資訊可看











程式碼統計~恩!很好 C code約8百萬行














貢獻度 ~呵!!非常好 Linus.Torvalds 第一名















這排名好像綜合的!而且沒在統計目前誰最強 !!XD

第二名好像是做網路部份
第三名就是CFS的發明兼維護人

這純粹是好玩!無聊時可以看看!!

prex 0.8.1 for QEMU x86

prex 是一個RTOS似乎值得看看!
之前想把QEMU ARM版的prex跑起來!可是有點問題
無耐之下只好用x86的版本


[http://prex.sourceforge.net/]
prex-0.8.1.tar.gz //包辦了prex+bootloader
./configure --target=i386-pc

make


//用下面的scrip做floppy image(官網挖到的~) ,不過主要做的事就是做一張可以開機的floppy!!

//暫無題供!!自己去官方討論區挖!本來想貼上來~但格式好像會跑掉

sudo ./image.sh 123.img
//scrip後面接要產生的img檔名
qemu -fda 123.img