From 3b458cffd0c60b2a4917a5949d62d95b2a357d8e Mon Sep 17 00:00:00 2001 From: jdah <20308439+jdah@users.noreply.github.com> Date: Mon, 19 Apr 2021 21:04:58 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 61f8519..2fa5a00 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ - Fully hardcoded tetris theme - Double-buffered 60 FPS graphics at 320x200 pixels with custom 8-bit RGB palette +#### Resources Used +- [osdev.org wiki](https://wiki.osdev.org/Main_Page) +- [Sortix](https://sortix.org) +- [ToaruOS](https://toaruos.org) +- [James Molloy's Kernel Development Tutorials](http://www.jamesmolloy.co.uk/tutorial_html/) + #### Running **NOTE**: This has *only* been tested in an emulator. Real hardware might not like it. From 6036c50bf38c8cc081befb9788bcb5322545ce1a Mon Sep 17 00:00:00 2001 From: jdah <20308439+jdah@users.noreply.github.com> Date: Thu, 22 Apr 2021 09:45:51 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2fa5a00..2b6c3ea 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ![screenshot](images/0.png) +[Video with an explanation of the development process.](https://www.youtube.com/watch?v=FaILnmUYS_U) + #### Features: - It's Tetris. - 32-bit (x86)