by slynux on 12/31/13, 6:16 PM with 4 comments
by dindresto on 12/31/13, 6:25 PM
If you have a Raspberry Pi, you might consider reading http://www.cl.cam.ac.uk/projects/raspberrypi/tutorials/os/ Note though that the one for the Pi only scratches the surface. Topics like memory management or task scheduling are not included.
by vivekchand19 on 1/10/14, 10:42 AM
http://pdos.csail.mit.edu/6.828/2012/xv6.html -- read thru src code of unix v6, polished for x86 as xv6
Once done with xv6, http://zoo.cs.yale.edu/classes/cs422/pios#! -- Build a modern multi-core os kernel
by adamnemecek on 12/31/13, 6:31 PM