All Computings
opcodes
Represents a single instruction that takes one or more ticks (CPU cycles) to complete a fundamental level of work in a given ISA...
ntpd
A System Daemon for querying an NTP server, and keeping the system clock in sync
ntfs
The New Technology File System Developed by Microsoft, used since Windows NT 3.1 Replaced fat as the Windows default Journaling File System Uses a Master File Table (MFT)))....
Networking
The only series you need: Ben Eater’s Networking Tutorial https://www.youtube.com/watch?v=XaGXPObx2Gs&list=PLowKtXNTBypH19whXTVoG3oKSuOcw_XeW See also BPF and Devices Networking in Linux is handled in the kernel
Netfilter
Contrasts with BPF to perform packet filtering in the Linux kernel Powers iptables and firewalld
musl
An MIT-licensed C Standard Library intended for use with Linux Stands in contrast to glibc
Modules
Kernel modules extend the functionality of the kernel (e.g. for Device Drivers)
MIPS
A processor based on the RISC ISA
Memory Pages and Paging
A single page of Memory and Address Space Memory is split into pages (size depends on the OS). Pages must be switched between by the processor https://wiki....
Memory Maps
To note: sbrk syscall