From 99959af1de47c1138bc1829e03627ce648485c23 Mon Sep 17 00:00:00 2001 From: Erfan <41344995+flydeoo@users.noreply.github.com> Date: Tue, 9 Jan 2024 16:25:41 +0330 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3daa943..55504f0 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,4 @@ a fun project to create a tiny OS from scratch - [episode 2: write our very first tiny bootloader](https://github.com/flydeoo/mya/blob/main/docs/episode%202%3A%20write%20our%20very%20first%20tiny%20bootloader.md) +- [episode3: Tracing Stack and Function Calls with GDB](https://github.com/flydeoo/mya/blob/main/docs/episode3%3A%20Tracing%20Stack%20and%20Function%20Calls%20with%20GDB.md)