浏览代码

Updated link to JamesM's tutorial. Close #11

Carlos Fenollosa 8 年之前
父节点
当前提交
38a1981d37
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      18-interrupts/README.md
  2. 1 1
      README.md

+ 1 - 1
18-interrupts/README.md

@@ -3,7 +3,7 @@
 **Goal: Set up the Interrupt Descriptor Table to handle CPU interrupts**
 **Goal: Set up the Interrupt Descriptor Table to handle CPU interrupts**
 
 
 This lesson and the following ones have been heavily inspired
 This lesson and the following ones have been heavily inspired
-by [JamesM's tutorial](http://www.jamesmolloy.co.uk/tutorial_html/index.html)
+by [JamesM's tutorial](https://web.archive.org/web/20160412174753/http://www.jamesmolloy.co.uk/tutorial_html/index.html)
 
 
 Data types
 Data types
 ----------
 ----------

+ 1 - 1
README.md

@@ -18,7 +18,7 @@ code samples for anybody to follow. Honestly, this tutorial is basically the fir
 split into smaller pieces and without the theory.
 split into smaller pieces and without the theory.
 
 
 Updated: more sources: [the little book about OS development](https://littleosbook.github.io),
 Updated: more sources: [the little book about OS development](https://littleosbook.github.io),
-[JamesM's kernel development tutorials](http://www.jamesmolloy.co.uk/tutorial_html/index.html)
+[JamesM's kernel development tutorials](https://web.archive.org/web/20160412174753/http://www.jamesmolloy.co.uk/tutorial_html/index.html)
 
 
 
 
 Features
 Features