Skip to content

Commit 38a1981

Browse files
committed
Updated link to JamesM's tutorial. Close cfenollosa#11
1 parent 9b8a625 commit 38a1981

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

18-interrupts/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Goal: Set up the Interrupt Descriptor Table to handle CPU interrupts**
44

55
This lesson and the following ones have been heavily inspired
6-
by [JamesM's tutorial](http://www.jamesmolloy.co.uk/tutorial_html/index.html)
6+
by [JamesM's tutorial](https://web.archive.org/web/20160412174753/http://www.jamesmolloy.co.uk/tutorial_html/index.html)
77

88
Data types
99
----------

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ code samples for anybody to follow. Honestly, this tutorial is basically the fir
1818
split into smaller pieces and without the theory.
1919

2020
Updated: more sources: [the little book about OS development](https://littleosbook.github.io),
21-
[JamesM's kernel development tutorials](http://www.jamesmolloy.co.uk/tutorial_html/index.html)
21+
[JamesM's kernel development tutorials](https://web.archive.org/web/20160412174753/http://www.jamesmolloy.co.uk/tutorial_html/index.html)
2222

2323

2424
Features

0 commit comments

Comments
 (0)