mirror of
https://github.com/daniel-e/tetros.git
synced 2025-04-19 16:38:05 +02:00
update
This commit is contained in:
parent
f1f70c2676
commit
ffc2c08315
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
@ -13,6 +13,25 @@ And this is the complete machine code:
|
|||
|
||||

|
||||
|
||||
## Running TetrOS
|
||||
|
||||
There are two ways to run TetrOS. Either in an emulator like qemu or via a
|
||||
the boot sector of a real disk, USB stick or some other media.
|
||||
|
||||
### Running via qemu
|
||||
|
||||
Simply run `make run`. This will execute qemu with the right parameters to
|
||||
run TetrOS.
|
||||
|
||||
### Running via an USB stick
|
||||
|
||||
First, copy the image to an USB stick. For example, if your USB stick is
|
||||
on /dev/sde use the following command to overwrite the first sector of the USB stick with the TetrOS image:
|
||||
|
||||
`sudo dd if=tetros.img of=/dev/sde`
|
||||
|
||||
After that you should be able to boot the stick to play TetrOS.
|
||||
|
||||
## Features
|
||||
* Each brick shape has a unique color.
|
||||
* Blinking cursor is not visible.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue