Posts with the tag kernel:

A History of Anti-Cheat Techniques in Video Games, from Server-Side Code to Kernel Level

A discovery of the evolution of anti-cheating technolgies over the years

Writing an OS in Rust: Bootloader #1

A brief introduction to building a custom operating system in Rust, starting with the bootloader. This article covers setting up the development environment, creating a minimal bootable kernel, and understanding how the boot process works at a low level.

How to write you first kernel

In this article, we’ll write a simple 32bits ‘Hello, World!’ kernel for x86