Interrupt_handling_in_hardware
Interrupt Handling in Hardware A modern processor does not simply execute instructions in a straight line from power-on to shutdown. At any moment, a disk controller may finish a read, a network c...
Interrupt Handling in Hardware A modern processor does not simply execute instructions in a straight line from power-on to shutdown. At any moment, a disk controller may finish a read, a network c...
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 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...
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 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...
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. ...
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 applications in d...
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. Arrays are ...
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 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...