Operating Systems 2017F Lecture 17

From Soma-notes
Jump to navigation Jump to search

Additional Notes

How do you do kernel hacking? Some tips for low level kernel code: Be humble; You cannot know how everything works
Verify your assumptions as you go
Perform lots of experiments
Incremental Development, compile and run often