Skip to content

gzc/kicksystems

Repository files navigation

KickSystemsV1.1 aims to help you kick Systems.

Downloads

####Sample Page

We will cover

  1. Binary Representation
  2. Linking
  3. Exception
  4. I/O
  5. Process
  6. Thread
  7. Concurrency
  8. Virtual Memory
  9. FSCK and Journaling
  10. System Design
  11. System Admin
  12. C++
  13. Questions

Concept

Before interview, make sure you are familiar with following important concepts in OS!

  • Protection (kernel/user mode)
  • Protected instructions
  • Memory protection
  • System calls
  • Interrupts and exceptions
  • Timer (clock)
  • I/O control and operation
  • Synchronization

Follow louis1992 for more resources.