File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,10 @@ Run level 6 – /etc/rc.d/rc6.d/
9090
9191There 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
9599https://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/
Original file line number Diff line number Diff line change 15159 . [ C Storage Class, Scope and Memory allocation] ( https://www.tenouk.com/ModuleZ.html )
161610 . [ C/C++ Storage Classes: const, volatile, local and global] ( https://www.tenouk.com/Module20.html )
171711 . 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 )
202112 . Declarations in C
212213 . Runtime data strtuctures
222314 . [ Buffer Overflow] ( https://www.tenouk.com/Bufferoverflowc/Bufferoverflow1.html )
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 )
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 )
1871885 . [ Cache coherence] ( https://www.geeksforgeeks.org/cache-coherence/ )
1881896 . [ DMA] ( ./Computer_architecture/dma.md )
1891907 . TCM
You can’t perform that action at this time.
0 commit comments