diff --git a/README b/README deleted file mode 100644 index fdc99b2..0000000 --- a/README +++ /dev/null @@ -1,12 +0,0 @@ -Sandbox for playing with low-level programming stuff - - -The following projects are inspirational: - - https://github.com/programble/bare-metal-tetris - http://0xax.blogspot.com/2014/09/say-hello-to-x64-assembly-part-3.html - - -x86 instruction set reference: - http://x86.renejeschke.de/ - http://www.cs.virginia.edu/~evans/cs216/guides/x86.html#registers diff --git a/README.md b/README.md new file mode 100644 index 0000000..73f30a4 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Bare metal programming sandbox + +This repo is a sandbox for experimenting with bare metal code and other +low-level programming concerns. + + +# Useful links + +The following projects are inspirational: +* https://github.com/programble/bare-metal-tetris +* http://0xax.blogspot.com/2014/09/say-hello-to-x64-assembly-part-3.html + +## x86 instruction set reference: +* http://x86.renejeschke.de/ +* http://www.cs.virginia.edu/~evans/cs216/guides/x86.html#registers