Template:Main2/Design Considerations

Revision as of 17:51, 4 June 2008 by Combuster (talk | contribs) (Forked from FAQ rebuild)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Kernel Models

Task Models

  • Monotasking Systems
  • Multitasking Systems
  • Real-Time Systems

Memory and Resource Management

  • Physical, Virtual, Paging, help?!?
  • What segments are About?
  • Allocating and freeing memory
  • File management
  • Algorithms and tips for memory management

Scheduling

  • Tasks, processes and threads
  • Context switching
  • Scheduling algorithms
  • Multiprocessor scheduling
  • Sleeping and waiting processes

Process Sychronization / Inter-Process Communication

  • Semaphores, mutexes, spinlocks et al.
  • Signals
  • Message passing
  • Shared memory
  • Remote procedure calls