Explore >> Select a destination


You are here

www.internalpointers.com
| | cpu.land
7.9 parsecs away

Travel
| | Curious exactly what happens when you run a program on your computer? Learn how multiprocessing works, what system calls really are, how computers manage memory with hardware interrupts, and how Linux loads executables.
| | river.me
10.2 parsecs away

Travel
| | My notes on "Operating Systems: Three Easy Pieces" - part 1, Virtualization
| | binarydebt.wordpress.com
10.3 parsecs away

Travel
| | In our last post we covered how x86 logical address is translated into linear address. In this one we will look at translation from linear to physical. We will use the terms 'virtual address' and 'linear address' interchangeably. A piece of hardware called paging unit is responsible for converting virtual addresses to physical. However, the...
| | www.cossacklabs.com
45.6 parsecs away

Travel
| How to implement OAuth in the context of mobile applications while avoiding security pitfalls? Practical steps on fortifying OAuth flow with PKCE, state parameter, managing secure redirections, and focusing on critical aspects during OAuth assessment in mobile environments.