Reading OpenBSD source code daily
blog.tintagel.pl
Reading OpenBSD source code daily
1–10 of 86 posts
Re: Reading OpenBSD source code daily
#2Re: Reading OpenBSD source code daily
#3Re: Reading OpenBSD source code daily
#4I wonder where best to start for people who haven't taken an OS class before?
Re: Reading OpenBSD source code daily
#5Re: Reading OpenBSD source code daily
#6Some kind of curated genius.com for source code would be interesting.
Re: Reading OpenBSD source code daily
#7Great idea. What other code bases are there that lend themselves to this? Some kind of curated genius.com for source code would be interesting.
Re: Reading OpenBSD source code daily
#8I wonder where best to start for people who haven't taken an OS class before?
Re: Reading OpenBSD source code daily
#9I wonder where best to start for people who haven't taken an OS class before?
The best start would be to read a book about operating systems such as Tanenbaums. Reading the source of an OS has a really really low signal to noise ratio in getting important knowledge about operating systems due to implementation details an OS-specific peculiarities.
Re: Reading OpenBSD source code daily
#10How about using a static security source code analyzer and going through all findings? The very good ones, the commercial ones, are free to use for open source projects. That would be real benefit to the project I think.