Home
pilaniya@home:~$
Cancel

Virtual_memory_internals_part_2

Virtual Memory Internals — Part 2 A deep-dive covering PTE flags and page table operations, virtual address space layout, TLB management, kernel memory allocators, and virtualization address trans...

Virtual_memory_internals_part_1

Virtual Memory Internals — Part 1 A deep-dive covering why virtual memory exists, how page faults drive the system, and how AArch64 page tables are structured — with kernel source references throu...

Virtual_memory_internals_faq

ARM64 (AArch64) Virtual Memory FAQ Reference kernel source: linux/ (v7.2-rc5) Architecture: AArch64 with 4KB pages, 48-bit VA, 4-level page table (PGD → PUD → PMD → PTE) Virtual Address layout (4...

Aarch64_page_fault

AArch64 Page Fault Handling This document covers every aspect of page fault handling on AArch64 (ARM64) Linux, from the hardware trigger down to the kernel resolution and return, with references t...

Go Schedular

Process Process contains common resources that may be allocated by any process. These resources include but are not limited to a memory address space, handles to files, devices, and threads...

Solving Modern Programming Challenges With Go

Development speed Consequently, many Go applications compile in under a second. The entire Go source tree compiles in under 20 seconds on modern hardware. Writing applicat...

Array Slice And Map In Golang

Array Array Internals and fundamentals An array in Go is a fixed-length data type that contains a contiguous block of elements of the same type. Arr...

Authentication Service

DockerHub Profile: https://hub.docker.com/repository/docker/pilaniya1337/authservice GitHub Profile:https://github.com/mukeshpilaniya/auth MakeFile Start the application make up ...

Open Source Contributions

Open Source Contribution List Checkmarx/kics 1.1 https://github.com/Checkmarx/kics/pull/3422 1.2 https://github.com/Checkmarx/kics/issues/3412 Canvasbird/canvasboard 2.1...

Cp Competitive programming time Complexity

Hello all, when you doing competitive programming or solving any coding questions on coding platform like leetcode, hackerearth or hackerrank then sometime you might be faced TLE error, while submi...