From 71c7b58fd08c8e3302b4a901de770febe80895d2 Mon Sep 17 00:00:00 2001 From: Giovanni Iannaccone <80602545+giovanni-iannaccone@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:04:44 +0200 Subject: [PATCH 1/2] Add OSDev Wiki --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f03bb97..caa014f 100644 --- a/README.md +++ b/README.md @@ -275,6 +275,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 WiKi_](https://wiki.osdev.org/Expanded_Main_Page) #### Build your own `Physics Engine` From a4862893d5544fe5662acfc7cbf7087344f57545 Mon Sep 17 00:00:00 2001 From: Giovanni Iannaccone <80602545+giovanni-iannaccone@users.noreply.github.com> Date: Fri, 19 Jul 2024 16:55:25 +0200 Subject: [PATCH 2/2] add https://github.com/cfenollosa/os-tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index caa014f..d3aa851 100644 --- a/README.md +++ b/README.md @@ -276,6 +276,7 @@ It's a great way to learn. * [**Rust**: _Add RISC-V Rust Operating System Tutorial_](https://osblog.stephenmarz.com/) * [**(any)**: _Linux from scratch_](https://linuxfromscratch.org/lfs) * [**(any)**: OSDev WiKi_](https://wiki.osdev.org/Expanded_Main_Page) +* [**(any)**: os-tutorial](https://github.com/cfenollosa/os-tutorial) #### Build your own `Physics Engine`