mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Update to new internal link syntax
This commit is contained in:
@@ -12,7 +12,7 @@ Over the past six months we've been working on a second edition of this blog. Ou
|
||||
|
||||
The [first edition] required several C-tools for building:
|
||||
|
||||
[first edition]: ./first-edition/_index.md
|
||||
[first edition]: @/first-edition/_index.md
|
||||
|
||||
- We used the [`GRUB`] bootloader for booting our kernel. To create a bootable disk/CD image we used the [`grub-mkrescue`] tool, which is very difficult to get to run on Windows.
|
||||
- The [`xorriso`] program was also required, because it is used by `grub-mkrescue`.
|
||||
@@ -23,7 +23,7 @@ The [first edition] required several C-tools for building:
|
||||
[`GRUB`]: https://www.gnu.org/software/grub/
|
||||
[`grub-mkrescue`]: https://www.gnu.org/software/grub/manual/grub/html_node/Invoking-grub_002dmkrescue.html
|
||||
[`xorriso`]: https://www.gnu.org/software/xorriso/
|
||||
[entering long mode]: ./first-edition/posts/02-entering-longmode/index.md
|
||||
[entering long mode]: @/first-edition/posts/02-entering-longmode/index.md
|
||||
[`nasm`]: http://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
|
||||
@@ -58,6 +58,6 @@ With our custom bootloader in place, the last remaining problem is platform inde
|
||||
## The new Posts
|
||||
The second edition is already live at [https://os.phil-opp.com/second-edition]. Please tell us if you have any feedback on the new posts! We're planning to move over the content from the [first edition] iteratively, in a different order and with various other improvements.
|
||||
|
||||
[https://os.phil-opp.com/second-edition]: ./second-edition/_index.md
|
||||
[https://os.phil-opp.com/second-edition]: @/second-edition/_index.md
|
||||
|
||||
Many thanks to everyone who helped to make Rust an even better language for OS development!
|
||||
|
||||
Reference in New Issue
Block a user