mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-20 16:07:49 +00:00
Fix dead links
Some links do no longer exist, so I tried to find good replacements for them.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user