Skip to content

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

License

Notifications You must be signed in to change notification settings

vdechenaux/bootable-matrix-rain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/<yourUsbDevice> bs=512 count=1

Demo

Video of the project

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published