This commit is contained in:
2023-09-11 17:35:32 +05:00
parent ebb896c521
commit 7789bdf233
6 changed files with 38 additions and 5 deletions

View File

@ -0,0 +1,6 @@
## Operating System
- **BIOS**: Basic Input/Output System, the firmware for initializing hardware.
- **File System**: Manages how files are stored and retrieved.
- **Kernel**: Core part of OS, manages system resources.
- **Drivers**: Software to interface with hardware.
- **Examples of Operating Systems**: Windows, macOS, Linux