Sheldon Sandbekkhaug

Results 20 comments of Sheldon Sandbekkhaug

I can't think of anything at the moment, though things will come up, except if you ever need to use a library function in the kernel, just add it from...

How far have you guys gotten on this? I'm willing to help with the scheduler.

I won't be able to work today (Wednesday) after class, but perhaps we could meet on Friday?

I could work before/after class on Monday. Or on Tuesday, 2-3:30, and after 6pm. What do you guys want to work on in particular? Jeffrey is still working on the...

I'm willing to work on this.

Do you mean something like a command line prompt for the OS, or arguments given at "VersatilePB" prompt?

I added basic argument parsing functionality (it will be later expanded) with commit d617f8f451593cac267115fb7206def47ef76849. I'm still trying to find a way to correctly pass arguments to the kernel via QEMU...

I've looked through the Linux source code and I've been trying to understand how kernel parameters are read. This is my understanding: From main.c, start_kernel() calls setup_arch() in arch/arm/kernel/setup.c, which...

I seemed to be blocked by this. Now that the test is over, am I moving in the right direction? I still can't figure out how to obtain the kernel...

I added a function to read ATAG_CMDLINE in b6ab304f4a0e47d228248f9696b787eb7bba2b18. However, I tried adding -append "option=value" to the qemu command, but "option=value" doesn't appear in ATAG_CMDLINE. Is this the right way...