cd/entity/RemziΒ· homeβ€Ί entitiesβ€Ί Remzi
grep -l @remzi /news/*.json | wc -l β†’ 4

Remzi

mentions 4 type Organization feed RSS

// recent coverage 4 mentions

02:03
2026-05-18
muratbuffalo.blogspot.com
hardware

OSTEP Chapter 15: Address Translation

The chapter introduces dynamic relocation, a hardware-based mechanism that translates every memory access from a virtual to a physical address using base and bounds registers, enabling the OS to contr…

14:51
2026-04-03
muratbuffalo.blogspot.com
developer-tools

OSTEP Chapter 14: Interlude -- Memory API

The chapter covers the fundamentals of manual memory management in C, focusing on the `malloc()` and `free()` functions and common programming errors like buffer overflows and dangling pointers. It ex…

13:58
2026-03-26
muratbuffalo.blogspot.com
hardware

OSTEP Chapter 13: The Abstraction of Address Spaces

Chapter 13 of OSTEP explains how modern operating systems abstract physical memory through the concept of an address space, which provides each running program with its own private view of memory. The…

11:48
2026-03-18
muratbuffalo.blogspot.com
research

OSTEP Chapter 10: MultiProcessor Scheduling

This chapter from *Operating Systems: Three Easy Pieces* examines the challenges of multiprocessor scheduling, including cache coherence, synchronization, and cache affinity. It compares two primary a…

// co-occurs with top 3 entities