* final year project
@ 2010-12-26 18:50 madhavan raghavan
2010-12-26 19:02 ` Raz
2010-12-26 19:09 ` Prasad Joshi
0 siblings, 2 replies; 12+ messages in thread
From: madhavan raghavan @ 2010-12-26 18:50 UTC (permalink / raw)
To: kernelnewbies
Hi everyone ,
I am final year student B.Tech , I want
to do final year project on linux kernel ,
can someone help me out on how to start ?
Regards
Raghavan
^ permalink raw reply [flat|nested] 12+ messages in thread* final year project 2010-12-26 18:50 final year project madhavan raghavan @ 2010-12-26 19:02 ` Raz 2010-12-26 19:09 ` Prasad Joshi 1 sibling, 0 replies; 12+ messages in thread From: Raz @ 2010-12-26 19:02 UTC (permalink / raw) To: kernelnewbies how about implementing a clock device interface to my master work the offline scheduler. http://sos-linux.svn.sourceforge.net/viewvc/sos-linux/offsched/ raz On Sun, Dec 26, 2010 at 8:50 PM, madhavan raghavan <coolmaddy999@gmail.com>wrote: > Hi everyone , > > I am final year student B.Tech , I want > to do final year project on linux kernel , > can someone help me out on how to start ? > > > Regards > Raghavan > > _______________________________________________ > Kernelnewbies mailing list > Kernelnewbies at kernelnewbies.org > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20101226/504cca30/attachment.html ^ permalink raw reply [flat|nested] 12+ messages in thread
* final year project 2010-12-26 18:50 final year project madhavan raghavan 2010-12-26 19:02 ` Raz @ 2010-12-26 19:09 ` Prasad Joshi [not found] ` <AANLkTikobZd9eY8CiDB3BtjjUefa+=h3F4WH0KDLWwpB@mail.gmail.com> 1 sibling, 1 reply; 12+ messages in thread From: Prasad Joshi @ 2010-12-26 19:09 UTC (permalink / raw) To: kernelnewbies On Sun, Dec 26, 2010 at 6:50 PM, madhavan raghavan <coolmaddy999@gmail.com> wrote: > Hi everyone , > > ? ? ? ? ? ? ? ? ? ? ? ? ? ? I am ?final year student B.Tech , I want > to do final year project on linux kernel , > ? ? ? ?can someone help me out ?on how to start ? > Hello Madhavan, Let all know what exactly you want to do, Are you looking for project to work on? If you are looking for new project then in which area of the kernel? eg . Storage & File System, Schedular, Embeded Linux, Device Driver etc Or you have an idea, but don't know where to start. People can help you if you provide this information. Regards, Prasad > > Regards > Raghavan > > _______________________________________________ > Kernelnewbies mailing list > Kernelnewbies at kernelnewbies.org > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies > ^ permalink raw reply [flat|nested] 12+ messages in thread
[parent not found: <AANLkTikobZd9eY8CiDB3BtjjUefa+=h3F4WH0KDLWwpB@mail.gmail.com>]
* final year project [not found] ` <AANLkTikobZd9eY8CiDB3BtjjUefa+=h3F4WH0KDLWwpB@mail.gmail.com> @ 2010-12-27 9:22 ` Prasad Joshi 2010-12-27 9:34 ` madhavan raghavan 0 siblings, 1 reply; 12+ messages in thread From: Prasad Joshi @ 2010-12-27 9:22 UTC (permalink / raw) To: kernelnewbies Forwarding reply from Madhavan back to mailing list. Madhavan, Please use reply to all. On Mon, Dec 27, 2010 at 9:20 AM, madhavan raghavan <coolmaddy999@gmail.com> wrote: > Hi , > > ? ?I interested in working on Scheduler part of kernel , I searching > for a project in Scheduler that can be done as a final year project . > > > ?Regards > ?Raghavan > ^ permalink raw reply [flat|nested] 12+ messages in thread
* final year project 2010-12-27 9:22 ` Prasad Joshi @ 2010-12-27 9:34 ` madhavan raghavan 2010-12-27 15:16 ` Mulyadi Santosa 0 siblings, 1 reply; 12+ messages in thread From: madhavan raghavan @ 2010-12-27 9:34 UTC (permalink / raw) To: kernelnewbies Hi , I interested in working on Scheduler part of kernel , I searching for a project in Scheduler that can be done as a final year project . Regards Raghavan ^ permalink raw reply [flat|nested] 12+ messages in thread
* final year project 2010-12-27 9:34 ` madhavan raghavan @ 2010-12-27 15:16 ` Mulyadi Santosa 2010-12-27 17:42 ` madhavan raghavan 0 siblings, 1 reply; 12+ messages in thread From: Mulyadi Santosa @ 2010-12-27 15:16 UTC (permalink / raw) To: kernelnewbies Hi... On Mon, Dec 27, 2010 at 16:34, madhavan raghavan <coolmaddy999@gmail.com> wrote: > Hi , > > ? I interested in working on Scheduler part of kernel , I searching > for a project in Scheduler that can be done as a final year project . How about improving Con Kolivas' Brain F**k Scheduler? (http://en.wikipedia.org/wiki/Brain_Fuck_Scheduler) Either its interactivity factor...or you wanna make it back as "one queue on a core" style like the mainline CFS does...etc...you pick - regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com ^ permalink raw reply [flat|nested] 12+ messages in thread
* final year project 2010-12-27 15:16 ` Mulyadi Santosa @ 2010-12-27 17:42 ` madhavan raghavan 2010-12-28 3:57 ` Bharath H S 2010-12-28 6:17 ` Mulyadi Santosa 0 siblings, 2 replies; 12+ messages in thread From: madhavan raghavan @ 2010-12-27 17:42 UTC (permalink / raw) To: kernelnewbies On Mon, Dec 27, 2010 at 8:46 PM, Mulyadi Santosa <mulyadi.santosa@gmail.com> wrote: > Hi... > > > How about improving Con Kolivas' Brain F**k Scheduler? > (http://en.wikipedia.org/wiki/Brain_Fuck_Scheduler) > > Either its interactivity factor...or you wanna make it back as "one > queue on a core" style like the mainline CFS does...etc...you pick > > - > regards, > > Mulyadi Santosa Can It be done as a final year project , my doubt is would it be big enough to de a final year project ? Regards Raghavan ^ permalink raw reply [flat|nested] 12+ messages in thread
* final year project 2010-12-27 17:42 ` madhavan raghavan @ 2010-12-28 3:57 ` Bharath H S 2010-12-28 6:17 ` Mulyadi Santosa 1 sibling, 0 replies; 12+ messages in thread From: Bharath H S @ 2010-12-28 3:57 UTC (permalink / raw) To: kernelnewbies Its more than big enough for BS project. - Bharath H S On Mon, Dec 27, 2010 at 11:12 PM, madhavan raghavan <coolmaddy999@gmail.com> wrote: > On Mon, Dec 27, 2010 at 8:46 PM, Mulyadi Santosa > <mulyadi.santosa@gmail.com> wrote: >> Hi... >> >> >> How about improving Con Kolivas' Brain F**k Scheduler? >> (http://en.wikipedia.org/wiki/Brain_Fuck_Scheduler) >> >> Either its interactivity factor...or you wanna make it back as "one >> queue on a core" style like the mainline CFS does...etc...you pick >> >> - >> regards, >> >> Mulyadi Santosa > > Can It be done as a final year project , my doubt is would it be big > enough to de a final year project ? > > Regards > Raghavan > > _______________________________________________ > Kernelnewbies mailing list > Kernelnewbies at kernelnewbies.org > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies > ^ permalink raw reply [flat|nested] 12+ messages in thread
* final year project 2010-12-27 17:42 ` madhavan raghavan 2010-12-28 3:57 ` Bharath H S @ 2010-12-28 6:17 ` Mulyadi Santosa [not found] ` <AANLkTi=WCu2ruEBeRcn2c+hNp-zcjU_+dQkLDDyT81dk@mail.gmail.com> 1 sibling, 1 reply; 12+ messages in thread From: Mulyadi Santosa @ 2010-12-28 6:17 UTC (permalink / raw) To: kernelnewbies On Tue, Dec 28, 2010 at 00:42, madhavan raghavan <coolmaddy999@gmail.com> wrote: > Can It be done as a final year project , my doubt is would it be big > enough to de a final year project ? Depends on how you define "big" and how skilled you are :) And most importantly, whether you know how to benchmark and fine tune your codes based on the benchmark results... -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com ^ permalink raw reply [flat|nested] 12+ messages in thread
[parent not found: <AANLkTi=WCu2ruEBeRcn2c+hNp-zcjU_+dQkLDDyT81dk@mail.gmail.com>]
* final year project [not found] ` <AANLkTi=WCu2ruEBeRcn2c+hNp-zcjU_+dQkLDDyT81dk@mail.gmail.com> @ 2010-12-28 6:53 ` Mulyadi Santosa 2010-12-29 5:54 ` madhavan raghavan 0 siblings, 1 reply; 12+ messages in thread From: Mulyadi Santosa @ 2010-12-28 6:53 UTC (permalink / raw) To: kernelnewbies Hi.. On Tue, Dec 28, 2010 at 13:43, madhavan raghavan <coolmaddy999@gmail.com> wrote: > hi > > ? ? ? ?Its a gr8 project title ?, ? I am good at c programming ?. can > someone guide me to do this BF scheduler ?project , just a guide to > where to start and go on . Please keep the kernelnewbies address intact, ok? since this is not private talk :) Where to start? Why not go to the website and download the patch and start using it? Your best mentor in this case should be no other than Mr Con Kolivas himself :) -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com ^ permalink raw reply [flat|nested] 12+ messages in thread
* final year project 2010-12-28 6:53 ` Mulyadi Santosa @ 2010-12-29 5:54 ` madhavan raghavan 2010-12-29 8:44 ` Mulyadi Santosa 0 siblings, 1 reply; 12+ messages in thread From: madhavan raghavan @ 2010-12-29 5:54 UTC (permalink / raw) To: kernelnewbies Hi , I want do bfs kernel as my final year project , may i know where i can get the bfs kernel image & source to compare the performance of the fair scheduler and bfs .Can anyone share the link with me ? Regards Raghavan ^ permalink raw reply [flat|nested] 12+ messages in thread
* final year project 2010-12-29 5:54 ` madhavan raghavan @ 2010-12-29 8:44 ` Mulyadi Santosa 0 siblings, 0 replies; 12+ messages in thread From: Mulyadi Santosa @ 2010-12-29 8:44 UTC (permalink / raw) To: kernelnewbies On Wed, Dec 29, 2010 at 12:54, madhavan raghavan <coolmaddy999@gmail.com> wrote: > Hi ?, > > > ? ? ? ? ? ? ?I want do bfs kernel as my final year project , may i > know where i can get the bfs kernel image & source ?to compare the > performance of the fair scheduler and bfs .Can anyone share the link > with me ? Uncle Google helps you to avoid the pain heheheh :D http://ck.kolivas.org/patches/bfs/ -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com ^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2010-12-29 8:44 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-26 18:50 final year project madhavan raghavan
2010-12-26 19:02 ` Raz
2010-12-26 19:09 ` Prasad Joshi
[not found] ` <AANLkTikobZd9eY8CiDB3BtjjUefa+=h3F4WH0KDLWwpB@mail.gmail.com>
2010-12-27 9:22 ` Prasad Joshi
2010-12-27 9:34 ` madhavan raghavan
2010-12-27 15:16 ` Mulyadi Santosa
2010-12-27 17:42 ` madhavan raghavan
2010-12-28 3:57 ` Bharath H S
2010-12-28 6:17 ` Mulyadi Santosa
[not found] ` <AANLkTi=WCu2ruEBeRcn2c+hNp-zcjU_+dQkLDDyT81dk@mail.gmail.com>
2010-12-28 6:53 ` Mulyadi Santosa
2010-12-29 5:54 ` madhavan raghavan
2010-12-29 8:44 ` Mulyadi Santosa
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).