drouyang/joos
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
The JOOS Operating System * Introduction The JOOS Operating System is a prototype operating system developed by Jiannan Ouyang (ouyang@cs.pitt.edu), and named after his initial. Skeleton code was from the MIT 6.828 Operating System Engineering course project. (http://pdos.csail.mit.edu/6.828/). * Code Organization boot/: simple boot loader which load the kernel from 1st sector of 1st disk conf/: configuration information for Makefile inc/: kernel header files kern/: core kernel source and header files lib/: utilities used by kernel and user space programs user/: user space program for test purpose