Skip to content

Avad3/bare-server-brainfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

bare-server-brainfuck

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.

Starting

  1. Clone this repo
  2. Run ./systemf bare_server.bf in the cloned repo directory
  3. The bare server should be started

Building

If you want to build the systemf interpreter, you need to have NASM and make installed.

Clone this repo and run make build.

About

Bare server implementation written in brainfuck

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published