Fix dead links

Some links do no longer exist, so I tried to find good replacements for them.
This commit is contained in:
Philipp Oppermann
2020-07-16 14:31:23 +02:00
parent 797e87e169
commit b7eb093b42
7 changed files with 7 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ The [first edition] required several C-tools for building:
[entering long mode]: @/first-edition/posts/02-entering-longmode/index.md
[`nasm`]: https://www.nasm.us/xdoc/2.13.03/html/nasmdoc1.html
[`ld`]: https://ftp.gnu.org/old-gnu/Manuals/ld-2.9.1/html_node/ld_3.html
[linker script]: http://www.scoberlin.de/content/media/http/informatik/gcc_docs/ld_3.html
[linker script]: https://sourceware.org/binutils/docs/ld/Scripts.html
[`make`]: https://www.gnu.org/software/make/
We got lots of feedback that this setup was difficult to get running [under macOS] and Windows. As a workaround, we [added support for docker], but that still required users to install and understand an additional dependency. So when we decided to create a second edition of the blog - originally because the order of posts led to jumps in difficulty - we thought about how we could avoid these C-dependencies.