Skip to content

Commit 5b6fc75

Browse files
Add more links
1 parent b220720 commit 5b6fc75

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

Operating_System/Linux/booting.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ Run level 6 – /etc/rc.d/rc6.d/
9090

9191
There you have it. That is what happens during the Linux boot process.
9292

93-
### Reference
93+
## [All stages of linux booting process](https://github.com/nu11secur1ty/All-Stages-of-Linux-Booting-Process-)
94+
95+
This github repo provides more details about Linux booting process.
96+
97+
## Reference
9498

9599
https://leetcode.com/discuss/interview-question/124638/what-happens-in-the-background-from-the-time-you-press-the-Power-button-until-the-Linux-login-prompt-appears/

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
9. [C Storage Class, Scope and Memory allocation](https://www.tenouk.com/ModuleZ.html)
1616
10. [C/C++ Storage Classes: const, volatile, local and global](https://www.tenouk.com/Module20.html)
1717
11. Inline functions
18-
1. [Inline Assembly](https://wiki.osdev.org/Inline_Assembly)
19-
2. [Inline Assembly examples](https://wiki.osdev.org/Inline_Assembly/Examples)
18+
1. [GCC Inline Assembly](https://www.ibiblio.org/gferg/ldp/GCC-Inline-Assembly-HOWTO.html)
19+
2. [Inline Assembly](https://wiki.osdev.org/Inline_Assembly)
20+
3. [Inline Assembly examples](https://wiki.osdev.org/Inline_Assembly/Examples)
2021
12. Declarations in C
2122
13. Runtime data strtuctures
2223
14. [Buffer Overflow](https://www.tenouk.com/Bufferoverflowc/Bufferoverflow1.html)
@@ -84,7 +85,7 @@
8485

8586

8687
### D. Basic Algorithms
87-
1. Sort
88+
1. [Sort](https://www.cnblogs.com/onepixel/p/7674659.html)
8889
1. [Bubble Sort](/Data_Struct_Implementation/bubbleSort/bubbleSort.md)
8990
2. [Merge Sort](/Data_Struct_Implementation/mergeSort/mergeSort.md)
9091
3. [Quick Sort](/Data_Struct_Implementation/quickSort/quicksort.md)
@@ -183,7 +184,7 @@
183184
2. [Interrupt Descriptor Table](https://wiki.osdev.org/Interrupt_Descriptor_Table)
184185
3. [IDT problems](https://wiki.osdev.org/IDT_problems#Problems_with_IDTs)
185186
4. [Advanced Programmable Interrupt Controller (APIC)](https://wiki.osdev.org/APIC)
186-
4. Memory Hierachy
187+
4. [Memory Hierachy](https://people.freebsd.org/~lstewart/articles/cpumemory.pdf)
187188
5. [Cache coherence](https://www.geeksforgeeks.org/cache-coherence/)
188189
6. [DMA](./Computer_architecture/dma.md)
189190
7. TCM

0 commit comments

Comments
 (0)