Tags: CS161/chickadee
Tags
Add p-nastyalloc; you will add a nasty system call in Part F. Better to have a separate program for this.
Prepare for journal. - Allocate a 64-block journal in chickadeefs.img. - Correctly set `superblock::njournal`. - Correct replay. - Replay becomes more verbose. - Add --help to chickadeefsck/mkchickadeefs.
Use GCC assembly to generate the `pause` instruction. Clang complains about the builtin because we disable SSE, etc.
PreviousNext