Top Banner
18

Windows Architecture

Jun 18, 2015

Download

Technology

Amrith Krishna

A presentation on microsoft windows architecture.
Discusses
Internal architecture
Kernel
Executive
User processes
Histor
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Windows Architecture
Page 2: Windows Architecture
Page 3: Windows Architecture
Page 4: Windows Architecture

GUI Features

GUI Features

Some Kernel

Features

Some Kernel

FeaturesBaseBase

Page 5: Windows Architecture

GUI Features

GUI Features

Some Kernel

Features

Some Kernel

FeaturesBaseBase

Page 6: Windows Architecture
Page 7: Windows Architecture
Page 8: Windows Architecture
Page 9: Windows Architecture
Page 10: Windows Architecture
Page 11: Windows Architecture

●Include both file system and hardware device drivers that translate user I/O function calls into specific hardware device I/O requests.

●Didn't get the funda?? - Think how the eject button in your music player opens your cd tray

• Implements the graphical user interface (GUI)• functions, such as dealing with windows, user interface controls, and

drawing

Page 12: Windows Architecture
Page 13: Windows Architecture
Page 14: Windows Architecture
Page 15: Windows Architecture
Page 16: Windows Architecture

• Windows virtual memory manager controls how memory is allocated.

• Page sizes ranging from 4 Kbytes to 64 Kbytes• Each Windows user process sees a separate 32-bit

address space, allowing 4 GB of memory per process

• portion of this memory is reserved for the operating system – 2 GB

Page 17: Windows Architecture
Page 18: Windows Architecture

● Operating Systems: Internals and Design Principles, Fifth Edition – William Stallings

• Windows Internals, Fifth Edition - Mark E. Russinovich and David A. Solomon with Alex Ionescu.

• Netcrafter – www.netcrafter.com

The Presentation takes Windows too seriously