mmap — Virtual Memory Mapping, Shared Memory & MMIOIt can be used for various types of memory mapping into the virtual address space of a process mmap(<0 or NULL or specific addr>, <length>, <Read/Write Permissions>, <Flag deciding mapping type>, <fiSep 12, 2026·13 min read
Going Down to Machine Level InstructionsAfter learning some good things in C programming & gaining some experience in Application layer in OSI model, I thought of learning more in low level layers as well. C programming itself won't help you much in changing verticals like Automobile SEM...Nov 24, 2023·4 min read