Files
os161/README.md

1.0 KiB

OS161 Learning

Setup

The pieces

  • OS/161 Kernel source tree

    • The kernel sources for OS/161 is in the kern subdirectory, which has its own configuration script.
    • The conf.kern file determines what source files get included in our kernel build so we might have to modify the file later on.
  • Debugging

Assignments

Assignments 1