vault backup: 2025-05-05 13:55:38

This commit is contained in:
Boyan 2025-05-05 13:55:38 +02:00
parent 9910c7737f
commit b15c18b00e
2 changed files with 11 additions and 3 deletions

View File

@ -37,12 +37,12 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "Operating Systems/Virtual Memory.md", "file": "Operating Systems/File Systems Management.md",
"mode": "source", "mode": "source",
"source": false "source": false
}, },
"icon": "lucide-file", "icon": "lucide-file",
"title": "Virtual Memory" "title": "File Systems Management"
} }
} }
], ],
@ -225,11 +225,12 @@
}, },
"active": "565b9e04e8704d81", "active": "565b9e04e8704d81",
"lastOpenFiles": [ "lastOpenFiles": [
"Operating Systems/Virtual Memory.md",
"Operating Systems/File Systems Management.md",
"Operating Systems/Scheduling.md", "Operating Systems/Scheduling.md",
"Operating Systems/Processes and Threads.md", "Operating Systems/Processes and Threads.md",
"Operating Systems/Memory Management.md", "Operating Systems/Memory Management.md",
"Operating Systems/Inter-Process Communication.md", "Operating Systems/Inter-Process Communication.md",
"Operating Systems/Virtual Memory.md",
"Operating Systems/assets/Pasted image 20250505042548.png", "Operating Systems/assets/Pasted image 20250505042548.png",
"Operating Systems/assets/Pasted image 20250505042419.png", "Operating Systems/assets/Pasted image 20250505042419.png",
"Operating Systems/assets/Pasted image 20250204103541.png", "Operating Systems/assets/Pasted image 20250204103541.png",

View File

@ -0,0 +1,7 @@
A file system consists of two parts
- Collection of files
- A directory structure -> provides information about all files in the system
## File
- Logical view -> the unit of storing data
Files are mapped by the OS onto physical