Skip to content

Commit f62c484

Browse files
authored
Added a useful resource
Hey, I've added a useful reference link for the operating system in the reference section, I think this will best add to your content and give your readers a more diverse understanding of the topic. I hope you will like this. Thank you.
1 parent eba4e5f commit f62c484

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

OS/os-concepts.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ There are 2 operating system design principles, which are: (1) Separation of mec
5353

5454
The 3 types of Operating Systems commonly used nowadays are: (1) Monolithic OS, where the entire OS is working in kernel space and is alone in supervisor mode; (2) Modular OS, in which some part of the system core will be located in independent files called modules that can be added to the system at run time; and (3) Micro OS, where the kernel is broken down into separate processes, known as servers. Some of the servers run in kernel space and some run in user-space.
5555

56+
#### Resources:
57+
58+
- [Operating System Tutorial](https://www.scaler.com/topics/operating-system/)
59+
5660
**************
5761

5862
## Boot Process

0 commit comments

Comments
 (0)