diff --git a/Home.md b/Home.md index 3dabb51..33c6587 100644 --- a/Home.md +++ b/Home.md @@ -50,6 +50,11 @@ Preliminary list of essential software: * [SerenityOS](https://github.com/SerenityOS/serenity): pay special attention to YouTube channels of major contributors. ### 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] [//]: # (Second part of reference-style links) [os01]: https://github.com/tuhdo/os01 +[amd64v1]: https://www.amd.com/content/dam/amd/en/documents/processor-tech-docs/programmer-references/24592.pdf +[amd64v2]: https://www.amd.com/content/dam/amd/en/documents/processor-tech-docs/programmer-references/24593.pdf \ No newline at end of file