A bootable brainfuck interpreter... the greates os of all time!
- Install fasm http://flatassembler.net/
- run make
- fasm bootfuck.asm bootfuck
- Install qemu
- run make run
- qemu-system-x86_64 bootfuck
Brainfuck is a really cool programming language using only 8 characters. This bootable interpreter will run on any x86 system. If you want to learn about Brainfuck, go here http://www.muppetlabs.com/~breadbox/bf/
If you just want to see it work try this:
taken from esolangs.org
+++++ +++ [ >++++ [ >++ >+++ >+++ >+ <<<<- ] >+>+>->>+ [<] <- ] >>. >---. +++++ ++..+++. >>. <-. <. +++.----- -.----- ---. >>+. >++.
if you need something shorter.
+[,.]