forked from rcos/oss-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
project blog
Chris Carbone edited this page Aug 9, 2022
·
1 revision
I haven't made as much progress as planned by now so have just started finding actual contribution, primarily because there are so many helpful and interesting things to read. As one would expect, the code itself is well commented and pleasantly helps the reader understand what's going on. It's interesting to see the various things going on under the hood like the kmalloc()
function that the kernel uses to allocate only physically contiguous blocks of memory. Just for fun I generated a few random config kernel builds as a way to look for bugs (although my being able to identify it is the tricky part here).