WIP fix readme

This commit is contained in:
Greg Shuflin
2022-01-29 21:45:42 -08:00
parent c706615a4d
commit a0942fec19
2 changed files with 15 additions and 12 deletions

12
README
View File

@@ -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

15
README.md Normal file
View File

@@ -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