pinpog
This commit is contained in:
10
README.adoc
10
README.adoc
@@ -2159,17 +2159,19 @@ This repository quotes by default the following revision: 325384-056US September
|
||||
|
||||
Fun, educational and useless:
|
||||
|
||||
* https://github.com/programble/bare-metal-tetris tested on Ubuntu 14.04. Just works.
|
||||
* games
|
||||
** https://github.com/programble/bare-metal-tetris tested on Ubuntu 14.04. Just works.
|
||||
+
|
||||
Has Multiboot and El Torito. Uses custom linker script.
|
||||
+
|
||||
Almost entirely in C `-nostdlib`, with very few inline `asm` commands, and a small assembly entry point. So a good tutorial in how to do the bridge.
|
||||
* https://github.com/daniel-e/tetros Tetris that fits into bootloader.
|
||||
** https://github.com/daniel-e/tetros Tetris that fits into bootloader.
|
||||
** https://github.com/nanochess/fbird Flappy bird in the 512-byte boot sector.
|
||||
** https://github.com/Overv/MineAssemble Minecraft
|
||||
** https://github.com/tsoding/pinpog Pong / Breakout
|
||||
* https://github.com/arjun024/mkeykernel, https://github.com/arjun024/mkernel
|
||||
+
|
||||
Worked, but bad build system: not `Makefile` or `.gitignore`.
|
||||
* https://github.com/Overv/MineAssemble
|
||||
* https://github.com/nanochess/fbird Flappy bird in the 512-byte boot sector.
|
||||
|
||||
The following did not work on my machine out of the box:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user