matthilde/bootbf
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
bootBF is a brainfuck interpreter that fits in the 512 bytes of the boot sector. NOTE: This is a mirror from https://git.h3liu.ml/matthilde/bootbf so I can show it up on my GH profile. Compiling and running ~~~~~~~~~~~~~~~~~~~~~ You will need nasm to assemble the interpreter and qemu to run it $ # Assemble the program $ make $ # Run it $ make run