linux0.11-kernel-code-review

The old Linux kernel source ver 0.11 review with line by line for OS lecture.

Stars
6

linux0.11-kernel-code-review

  • The old Linux kernel source ver 0.11 review with line by line for OS lecture. Original code is here. More detail information about kernel code review, I recommend this book. I quoted the table of contents of the book to explain.
  • This is just repository for review when i listen OS(Operation System), in this semester to remember easily.

Build on Linux

  • a linux distribution: debian, ubuntu and mint with GUI are recommended, Ubuntu 16.04 GUI version with VM VirtualBox
  1. sudo apt-get update && sudo apt-get upgrade
  2. sudo apt-get install build-essential
  3. sudo apt-get install qemu
  4. make
  5. make start

Overall(I drawed)

1. Overall Memory Layout in Linux Kernel 0.11

2. More Detail Overall Memory Layout in Linux Kernel 0.11

3. File System

4. Segmentation and Paging

image refer to here

License

Code Review Author