Bare server implementation written in brainfuck using the systemf interpreter.
With systemf, you're able to make linux syscalls with the %
operator, making a bare server implementation possible. I have provided a pre-compiled systemf binary so you do not have to build it yourself.
- Clone this repo
- Run
./systemf bare_server.bf
in the cloned repo directory - The bare server should be started
If you want to build the systemf interpreter, you need to have NASM and make installed.
Clone this repo and run make build
.