Lecture 2
Lecture 2
Topics
System Boot
Layered – an abstraction
Microkernel -Mach
Moves as much from the kernel into user space; Mach example of
microkernel; Mac OS X kernel (Darwin) partly based on Mach;
Communication takes place between user modules using message passing
Modules
Hybrid Systems
Most modern operating systems are actually not one pure model
iOS
Android
Open Source
Operating-System Debugging
Operating system failure can generate crash dump file containing kernel
memory
System Boot