An open API service indexing awesome lists of open source software.

https://github.com/vdechenaux/bootable-matrix-rain

Boot on USB to a reproduction of the "Matrix digital rain" !
https://github.com/vdechenaux/bootable-matrix-rain

assembly bootloader matrix matrix-digital-rain matrix-rain

Last synced: 10 months ago
JSON representation

Boot on USB to a reproduction of the "Matrix digital rain" !

Awesome Lists containing this project

README

          

# Bootable matrix rain

## Emulator
If you have `qemu-system-x86_64`, simply run `make qemu`.

It also works with VMware. You will probably have to rename the `matrix.bin` to `matrix.img` to select the file (as a floppy disk image).

## Real hardware
This *bootloader* has been tested on real hardware, it should works on yours !

Just compile (`make`) the code and use `dd` with `matrix.bin` as input to create a bootable usb device.

```
make
dd if=matrix.bin of=/dev/ bs=512 count=1
```

## Demo

![Video of the project](qemu.gif?raw=true)