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" !
- Host: GitHub
- URL: https://github.com/vdechenaux/bootable-matrix-rain
- Owner: vdechenaux
- License: mit
- Created: 2021-12-30T18:16:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-30T19:52:09.000Z (over 4 years ago)
- Last Synced: 2025-05-15T22:12:58.384Z (about 1 year ago)
- Topics: assembly, bootloader, matrix, matrix-digital-rain, matrix-rain
- Language: Assembly
- Homepage:
- Size: 6.91 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
