From 0419d317bd7c58262d2f0f65ab9c5fc5ec47d686 Mon Sep 17 00:00:00 2001 From: dlack Date: Thu, 22 Feb 2024 23:17:50 +0100 Subject: [PATCH] Fix issue #9 - ambiguous Unicode characters --- Home.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index 92b75e6..f183bad 100644 --- a/Home.md +++ b/Home.md @@ -4,7 +4,7 @@ A great way to learn something new is to retrace the steps taken by someone who ### Step 0: Set up a unified development environment > **Suggested reading**: -> [Operating Systems: From 0 to 1, Chapters 1–6][os01] +> [Operating Systems: From 0 to 1, Chapters 1-6][os01] To safeguard against dependency hell, all the essential software needed to develop and run our OS will be provided through a set of Docker images. For more information, please refer to [this section](https://gitea.dmz.rs/sborovic/dmzOS#development-environment) of README. @@ -54,8 +54,8 @@ A few dilemmas had already emerged before even having started writing any code. ### YouTube * [Building an OS by nanobyte](https://www.youtube.com/watch?v=9t-SPC7Tczc&list=PLFjM7v6KGMpiH2G-kT781ByCNC_0pKpPN&t=1s&ab_channel=nanobyte): live-coding with a digest of the most important concepts behind-the-hood. ### Official documentation: -* [AMD64 Architecture Programmer’s Manual Volume 1: Application Programming][amd64v1] -* [AMD64 Architecture Programmer’s Manual Volume 2: System Programming][amd64v2] +* [AMD64 Architecture Programmer`s Manual Volume 1: Application Programming][amd64v1] +* [AMD64 Architecture Programmer`s Manual Volume 2: System Programming][amd64v2] * [Intel® 64 and IA-32 Architectures Software Developer Manuals][intel64] [//]: # (Second part of reference-style links)