Fix issue #9 - ambiguous Unicode characters
parent
3e3112ae31
commit
0419d317bd
6
Home.md
6
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
|
### Step 0: Set up a unified development environment
|
||||||
> **Suggested reading**:
|
> **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.
|
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
|
### 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.
|
* [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:
|
### Official documentation:
|
||||||
* [AMD64 Architecture Programmer’s Manual Volume 1: Application Programming][amd64v1]
|
* [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 2: System Programming][amd64v2]
|
||||||
* [Intel® 64 and IA-32 Architectures Software Developer Manuals][intel64]
|
* [Intel® 64 and IA-32 Architectures Software Developer Manuals][intel64]
|
||||||
|
|
||||||
[//]: # (Second part of reference-style links)
|
[//]: # (Second part of reference-style links)
|
||||||
|
Loading…
Reference in New Issue
Block a user