From e61bbf4f9de473bf910c0c60900e906f17f9582b Mon Sep 17 00:00:00 2001 From: RhysJosmin <55994011+Rhys-011003@users.noreply.github.com> Date: Mon, 1 Aug 2022 12:42:38 +0530 Subject: [PATCH] Build Your Own Android Os --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9ac000..4aff721 100644 --- a/README.md +++ b/README.md @@ -256,6 +256,7 @@ This repository is a compilation of well-written, step-by-step guides for re-cre * [**C++**: _Write your own Operating System_](https://www.youtube.com/playlist?list=PLHh55M_Kq4OApWScZyPl5HhgsTJS9MZ6M) [video] * [**C++**: _Writing a Bootloader_](http://3zanders.co.uk/2017/10/13/writing-a-bootloader/) * [**Rust**: _Writing an OS in Rust_](https://os.phil-opp.com/) +* [**C**: Building Your Own Android OS](https://www.androidauthority.com/build-custom-android-rom-720453/) #### Build your own `Physics Engine`