Link to the new post_n tags

This commit is contained in:
Philipp Oppermann
2017-04-11 19:42:40 +02:00
parent f72cfbff34
commit 239e96e8f2
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ This post explains how to create a minimal x86 operating system kernel. In fact,
I tried to explain everything in detail and to keep the code as simple as possible. If you have any questions, suggestions or other issues, please leave a comment or [create an issue] on Github. The source code is available in a [repository][source code], too.
[create an issue]: https://github.com/phil-opp/blog_os/issues
[source code]: https://github.com/phil-opp/blog_os/tree/multiboot_bootstrap/src/arch/x86_64
[source code]: https://github.com/phil-opp/blog_os/tree/post_1/src/arch/x86_64
Note that this tutorial is written mainly for Linux. For some known problems on OS X see the comment section and [this issue][mac os issue]. If you want to use a virtual Linux machine, you can find instructions and a Vagrantfile in Ashley Willams's [x86-kernel repository].