Skip to content

Commit 499a285

Browse files
authored
Bolded categories
1 parent 6f488c6 commit 499a285

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Operating Systems/README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Operating Systems
22

33

4-
## 1. OS Basics
4+
### 1. OS Basics
55
* Windows
66
* Unix
77
* Linux
@@ -33,7 +33,7 @@
3333
* Logging
3434
* Backups
3535

36-
1. Boot Process
36+
### 1. Boot Process
3737
* Basic Input/Output System (BIOS)
3838
* Unified Extensible Firmware Interface (UEFI)
3939
* Master Boot Record (MBR)
@@ -49,7 +49,7 @@
4949
* Rootkit
5050
* Bootkit
5151

52-
2. Windows
52+
### 2. Windows
5353
* Built-In Accounts
5454
* Local Accounts
5555
* Domain Accounts
@@ -77,7 +77,7 @@
7777
* Setup Log
7878
* System Log
7979

80-
3. DOS/PowerShell
80+
### 3. DOS/PowerShell
8181
* Command Prompt
8282
* PowerShell (PS)
8383
* PS Integrated Scripting Environment (ISE)
@@ -136,7 +136,7 @@
136136
* `Clear-Host`
137137
* `Rename-Item`
138138
* `Remove-Item`
139-
## 4. UNIX
139+
### 4. UNIX
140140
* Kernel architecture
141141
* Unix Shells
142142
* Shell command structure
@@ -201,33 +201,33 @@
201201
* Relative Path
202202
* Environment Variables
203203
* vi/vim
204-
5. File and Directory Permissions
204+
### 5. File and Directory Permissions
205205
* Unix permission syntax
206206
* `chmod`
207207
* `chown`
208208

209-
6. Mobile OS's
209+
### 6. Mobile OS's
210210
* Android
211211
* Rooting
212212
* ART
213213
* Sideloading
214214
* iOS
215215
* Jailbreaking
216216

217-
7. File Systems
217+
### 7. File Systems
218218
* Physical layer
219219
* File system layer
220220
* Data layer
221221
* Metadata layer
222222
* Filename layer
223223

224-
8. OS Processes
224+
### 8. OS Processes
225225
* Linux kernel design
226226
* Windows kernel design
227227
* Android kernel design
228228
* iOS kernel design
229229

230-
9. Process Internals
230+
### 9. Process Internals
231231
* Process parts
232232
* Kernel components
233233
* Schedule dispatcher
@@ -239,12 +239,12 @@
239239
* Race Condition
240240
* Deadlock condition
241241

242-
10. Interrupts, Exceptions, and Trap Handling
242+
### 10. Interrupts, Exceptions, and Trap Handling
243243
* Interrupts
244244
* Exceptions
245245
* Trap handling
246246

247-
11. Device Drivers
247+
### 11. Device Drivers
248248
* Loadable-kernel modules (LKM)
249249
* Device drivers
250250
* File system drivers
@@ -255,7 +255,7 @@
255255
* Block device
256256
* Character device
257257

258-
12. System Virtualization
258+
### 12. System Virtualization
259259
* Virtual machine monitor (VMM)
260260
* Virtual machine (VM)
261261
* Types of Virtual Machine Monitors

0 commit comments

Comments
 (0)