-
Notifications
You must be signed in to change notification settings - Fork 40
/
mkdocs.yml
82 lines (81 loc) · 4.32 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
site_name: Am I Learning Enough
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.indexes
- toc.follow
- search.suggest
- search.highlight
nav:
- Home: index.md
- Resources:
- Assembly: resources/assembly/asm.md
- Cheatsheets:
- RISC-V 32-bit: resources/cheatsheets/riscv-32bit.md
- Computer Architecture: resources/computerArchitecture/compArch.md
- Cybersecurity: resources/cybersecurity/cybsec.md
- Linux:
- BPF Tools: resources/linux/bpftrace-eBPF-tools.md
- Networking Tools: resources/linux/linux-networking-tools.md
- Performance Tools: resources/linux/linux-perf-benchmark-tools.md
- Performance Tuning: resources/linux/linux-performace-tuning-tools.md
- Static Performance Tools: resources/linux/linux-static-performace-tools.md
- Sed: resources/linux/sed.md
- File System Hierarchy: resources/linux/unix-file-system-hierarachy.md
- Machine Learning: resources/ml/underTheHoodOfNeuralNetwork.md
- Operating System:
- Overview: resources/operatingSystem/Readme.md
- Cache Memory: resources/operatingSystem/cacheMemory.md
- Concept of Virtual Memory: resources/operatingSystem/conceptOfVirtualMem.md
- Contiguous Memory Allocation: resources/operatingSystem/contiguousMemAlloc.md
- CPU: resources/operatingSystem/cpu.md
- Disk Fragmentation: resources/operatingSystem/diskFragmentation.md
- Disk Structure: resources/operatingSystem/diskStructure.md
- Distributed Systems: resources/operatingSystem/distributedSystems.md
- Embedded OS: resources/operatingSystem/embeddedOS.md
- File System Implementation: resources/operatingSystem/fileSystemImplementation.md
- File System: resources/operatingSystem/fileSystem.md
- Free Space Management: resources/operatingSystem/freeSpaceManagement.md
- Input/Output Hardware: resources/operatingSystem/inputOutputHardware.md
- Input/Output Software: resources/operatingSystem/inputOutputSoftware.md
- Input/Output Techniques: resources/operatingSystem/inputOutputTechniques.md
- Interrupts: resources/operatingSystem/interrupts.md
- Kernel I/O Subsystem: resources/operatingSystem/kernelIOSubsystem.md
- Layered Architecture: resources/operatingSystem/layeredArchitecture.md
- Logical vs Physical Addresses: resources/operatingSystem/logicalVsPhysicalAddresses.md
- Memory Mapped Files: resources/operatingSystem/memoryMappedFiles.md
- Microkernel: resources/operatingSystem/microKernel.md
- Monolithic Kernel: resources/operatingSystem/monolithicKernel.md
- OS Design and Implementation: resources/operatingSystem/osDesignAndImplementation.md
- Page Replacement Algorithms: resources/operatingSystem/pageReplacementAlgo.md
- Paging: resources/operatingSystem/paging.md
- Process and Threads: resources/operatingSystem/processAndThreads.md
- Process Management Structures: resources/operatingSystem/processManagementStructures.md
- Process Scheduling: resources/operatingSystem/processScheduling.md
- Protection in OS: resources/operatingSystem/protectionInOS.md
- Real-time OS: resources/operatingSystem/realTimeOS.md
- Security Mechanism: resources/operatingSystem/securityMechanism.md
- Security Threats and Attacks: resources/operatingSystem/securityThreatsAndAttacks.md
- Segmentation: resources/operatingSystem/segmentation.md
- Software Layers: resources/operatingSystem/softwareLayers.md
- System Calls: resources/operatingSystem/systemCalls.md
- Thrashing: resources/operatingSystem/thrashing.md
- Von Neumann Architecture: resources/operatingSystem/vonNeumannArchitecture.md
- Programming:
- C: resources/programming/c.md
- Emacs: resources/programming/emacs.md
- Reverse Engineering: resources/reverse-engineering/re-and-be.md
- University Courses: resources/univCourses/univ.md
- Roadmaps:
- DSA:
- Overview: roadmap/dsa/dsa.md
- DSA using C: roadmap/dsa/dsaUsingC.md
- Machine Learning:
- Neural Networks with C: roadmap/ml/neuralNetsWithC.md
- OS Development:
- With C: roadmap/os-dev/knowC.md
- Without C: roadmap/os-dev/noC.md
- Reverse Engineering: roadmap/reverse-engineering/reverse-engineering.md