Editing
Operating Systems
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Understanding</span> == The OS is a "Bureaucracy" that manages three main areas: '''CPU Time''', '''Memory''', and '''I/O (Input/Output)'''. '''1. Process Management''': Your computer might have 100 programs open, but only a few CPU cores. The OS performs "Time Slicing"βit gives each program a few milliseconds of CPU time, then "context switches" to the next one so fast that it ''looks'' like they are all running at once. '''2. Memory Management''': To prevent one program from crashing the whole system, the OS gives each process its own "Virtual Address Space." The program thinks it has all the memory to itself, but the OS is secretly mapping those addresses to different parts of physical RAM. '''3. The Kernel vs. User Space''': The "Kernel" is the only part allowed to talk to the hardware. When a program wants to save a file, it can't just write to the disk; it must ask the OS via a '''System Call'''. This provides security and stability. '''Monolithic vs. Microkernel''': * '''Monolithic''' (Linux, Windows): Most services run inside the kernel for speed. * '''Microkernel''' (macOS/Darwin): Only the essentials run in the kernel; other services (like drivers) run in "User Space" for stability. </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information