mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Spelling: Github -> GitHub
This commit is contained in:
@@ -17,7 +17,7 @@ In the [previous post] we switched from assembly to [Rust], a systems programmin
|
||||
|
||||
<!-- more -->
|
||||
|
||||
This post uses recent unstable features, so you need an up-to-date nighly compiler. If you have any questions, problems, or suggestions please [file an issue] or create a comment at the bottom. The code from this post is also available on [Github][code repository].
|
||||
This post uses recent unstable features, so you need an up-to-date nighly compiler. If you have any questions, problems, or suggestions please [file an issue] or create a comment at the bottom. The code from this post is also available on [GitHub][code repository].
|
||||
|
||||
[file an issue]: https://github.com/phil-opp/blog_os/issues
|
||||
[code repository]: https://github.com/phil-opp/blog_os/tree/first_edition_post_4
|
||||
|
||||
@@ -10,7 +10,7 @@ In this post we create an allocator that provides free physical frames for a fut
|
||||
|
||||
<!-- more -->
|
||||
|
||||
The full source code is available on [Github][source repo]. Feel free to open issues there if you have any problems or improvements. You can also leave a comment at the bottom.
|
||||
The full source code is available on [GitHub][source repo]. Feel free to open issues there if you have any problems or improvements. You can also leave a comment at the bottom.
|
||||
|
||||
[source repo]: https://github.com/phil-opp/blog_os/tree/first_edition_post_5
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ In this post we will create a paging module, which allows us to access and modif
|
||||
|
||||
<!-- more -->
|
||||
|
||||
You can find the source code and this post itself on [Github][source repository]. Please file an issue there if you have any problems or improvement suggestions. There is also a comment section at the end of this page. Note that this post requires a current Rust nightly.
|
||||
You can find the source code and this post itself on [GitHub][source repository]. Please file an issue there if you have any problems or improvement suggestions. There is also a comment section at the end of this page. Note that this post requires a current Rust nightly.
|
||||
|
||||
[source repository]: https://github.com/phil-opp/blog_os/tree/first_edition_post_6
|
||||
|
||||
|
||||
@@ -12,9 +12,9 @@ In this post we will create a new page table to map the kernel sections correctl
|
||||
|
||||
<!-- more -->
|
||||
|
||||
As always, you can find the source code on [Github]. Don't hesitate to file issues there if you have any problems or improvement suggestions. There is also a comment section at the end of this page. Note that this post requires a current Rust nightly.
|
||||
As always, you can find the source code on [GitHub]. Don't hesitate to file issues there if you have any problems or improvement suggestions. There is also a comment section at the end of this page. Note that this post requires a current Rust nightly.
|
||||
|
||||
[Github]: https://github.com/phil-opp/blog_os/tree/first_edition_post_7
|
||||
[GitHub]: https://github.com/phil-opp/blog_os/tree/first_edition_post_7
|
||||
|
||||
## Motivation
|
||||
|
||||
|
||||
@@ -15,9 +15,9 @@ In the previous posts we created a [frame allocator] and a [page table module].
|
||||
|
||||
<!-- more -->
|
||||
|
||||
As always, you can find the complete source code on [Github]. Please file [issues] for any problems, questions, or improvement suggestions. There is also a comment section at the end of this page.
|
||||
As always, you can find the complete source code on [GitHub]. Please file [issues] for any problems, questions, or improvement suggestions. There is also a comment section at the end of this page.
|
||||
|
||||
[Github]: https://github.com/phil-opp/blog_os/tree/first_edition_post_8
|
||||
[GitHub]: https://github.com/phil-opp/blog_os/tree/first_edition_post_8
|
||||
[issues]: https://github.com/phil-opp/blog_os/issues
|
||||
|
||||
## Introduction
|
||||
|
||||
@@ -12,9 +12,9 @@ In this post, we start exploring CPU exceptions. Exceptions occur in various err
|
||||
|
||||
<!-- more -->
|
||||
|
||||
As always, the complete source code is available on [Github]. Please file [issues] for any problems, questions, or improvement suggestions. There is also a comment section at the end of this page.
|
||||
As always, the complete source code is available on [GitHub]. Please file [issues] for any problems, questions, or improvement suggestions. There is also a comment section at the end of this page.
|
||||
|
||||
[Github]: https://github.com/phil-opp/blog_os/tree/first_edition_post_9
|
||||
[GitHub]: https://github.com/phil-opp/blog_os/tree/first_edition_post_9
|
||||
[issues]: https://github.com/phil-opp/blog_os/issues
|
||||
|
||||
## Exceptions
|
||||
|
||||
@@ -10,9 +10,9 @@ In this post we explore double faults in detail. We also set up an _Interrupt St
|
||||
|
||||
<!-- more -->
|
||||
|
||||
As always, the complete source code is available on [Github]. Please file [issues] for any problems, questions, or improvement suggestions. There is also a [gitter chat] and a comment section at the end of this page.
|
||||
As always, the complete source code is available on [GitHub]. Please file [issues] for any problems, questions, or improvement suggestions. There is also a [gitter chat] and a comment section at the end of this page.
|
||||
|
||||
[Github]: https://github.com/phil-opp/blog_os/tree/first_edition_post_10
|
||||
[GitHub]: https://github.com/phil-opp/blog_os/tree/first_edition_post_10
|
||||
[issues]: https://github.com/phil-opp/blog_os/issues
|
||||
[gitter chat]: https://gitter.im/phil-opp/blog_os
|
||||
|
||||
|
||||
Reference in New Issue
Block a user