Compare commits

...

1 Commits
v1.0 ... master

Author SHA1 Message Date
96da670e8f Use Wayback Machine link.
I've started getting a redirect on this website. It seems the link may
be down, so I've changed it to the Wayback Machine to maintain
consistency.
2025-02-25 13:22:24 +01:00

View File

@ -1,6 +1,6 @@
BasicKernel
===========
This is code that I've been writing for a basic kernel from the [Writing a Simple Operating System from Scratch](http://www.cs.bham.ac.uk/%7Eexr/lectures/opsys/10_11/lectures/os-dev.pdf) book.
This is code that I've been writing for a basic kernel from the [Writing a Simple Operating System from Scratch](https://web.archive.org/web/20241112015613/http://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures/os-dev.pdf) book.
Compiling
---------