2013-07-16

Week 3 & 4

I can't believe it has been almost a month since my internship started!

The second two weeks period was pretty much the same as the first one with a few exceptions.

This week PJ sent me my milestones, so I have the plans more or less now. I hope I can keep up with the schedule.

My first task after being comfortable around boot path for the APs, will be creating a new function and replacing it with the smp_init, cpu_up, _cpu_up and __cpu_up which is a function pointer to native_cpu_up and eventually calls do_boot_cpu. Right now, smp_init is looping through all the AP's and calls cpu_up().

The purpose of this project is bringing a parallel approach to waking CPU's up, so for the first step, the new function will loop over all possible AP's and call do_boot_cpu() on each of them.

So, I started to think about what could be a better approach, while I keep digging.

Also, this week I upgraded my Ubuntu to 13.04 because I had some problems with 12.04. Well, that had been a challenging process. First I upgraded it to 12.10, but after I rebooted my laptop, GUI didn't load! After many unsuccessful attempts, I was able to fix that problem. And then, I go on and upgraded it to 13.04. But it wasn't a flawless upgrade either. This time, I had problems with my wireless, web cam, fn keys etc. Following a research I realized my wireless driver was disabled! I was familiar with this problem and I knew how to fix that, I have learned it from Sarah Sharp during a debugging session at participation process of OPW. There is a very good explanation in the first patch tutorial for those who are interested.

That's all for now. :)

2013-07-04

After the first two weeks

The first two weeks of my internship have passed (and a little bit more). I've mostly spend these days digging the boot codes. I have to say, that hasn't been easy for me. For example, I've spent a lot of time trying match the algorithm given by Intel's Software Developper's Manual with the boot codes. After a while I realised from my mentor's answers, that algorithm was BIOS's and I shouldn't be worrying about it. :) But my mentor (Peter P Waskiewicz Jr) is being very helpful and encouraging. As I started putting pieces together, the whole thing makes a little bit more sense to me. :) I can't wait to start making some contributions, however it will take some more time until I get comfortable around this boot puzzle.

On my second week, I started some git tutorials. I'm not familiar to git, it's a new world for me, but I'm getting used to it. There are some really good tutorials.

Here are some links:

http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guide

https://www.kernel.org/pub/software/scm/git/docs/gittutorial.html

My first two weeks of my OPW internship passed so quickly. I found out there are so much to learn, even more than I thought. But I will be fine, just keep digging... :)