From e1b87097f13a865d1ba58d9f2639768d5c17489f Mon Sep 17 00:00:00 2001 From: Ali Hassan <124016531+alihassancods@users.noreply.github.com> Date: Tue, 8 Jul 2025 13:52:00 +0500 Subject: [PATCH] Added OSDev.org into Operating Systems section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbfd01b9b..a239ca45e 100644 --- a/README.md +++ b/README.md @@ -276,7 +276,7 @@ It's a great way to learn. * [**Rust**: _Writing an OS in Rust_](https://os.phil-opp.com/) * [**Rust**: _Add RISC-V Rust Operating System Tutorial_](https://osblog.stephenmarz.com/) * [**(any)**: _Linux from scratch_](https://linuxfromscratch.org/lfs) - +* [**(any)**: _OSDev.org_](https://wiki.osdev.org/) #### Build your own `Physics Engine` * [**C**: _Video Game Physics Tutorial_](https://www.toptal.com/game/video-game-physics-part-i-an-introduction-to-rigid-body-dynamics)