{"id":13819769,"url":"https://github.com/m4tx/uefi-jitfuck","last_synced_at":"2025-04-26T21:32:11.637Z","repository":{"id":69578829,"uuid":"142078962","full_name":"m4tx/uefi-jitfuck","owner":"m4tx","description":"A JIT compiler for Brainfuck running on x86_64 UEFI","archived":false,"fork":false,"pushed_at":"2018-07-23T23:37:45.000Z","size":14,"stargazers_count":86,"open_issues_count":0,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-04T18:05:26.710Z","etag":null,"topics":["brainfuck","jit","uefi"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m4tx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-07-23T23:13:39.000Z","updated_at":"2025-02-20T05:21:15.000Z","dependencies_parsed_at":"2023-02-22T07:16:11.589Z","dependency_job_id":null,"html_url":"https://github.com/m4tx/uefi-jitfuck","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4tx%2Fuefi-jitfuck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4tx%2Fuefi-jitfuck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4tx%2Fuefi-jitfuck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4tx%2Fuefi-jitfuck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m4tx","download_url":"https://codeload.github.com/m4tx/uefi-jitfuck/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251057585,"owners_count":21529641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["brainfuck","jit","uefi"],"created_at":"2024-08-04T08:00:52.825Z","updated_at":"2025-04-26T21:32:11.350Z","avatar_url":"https://github.com/m4tx.png","language":"C","funding_links":[],"categories":["C","Operating Systems"],"sub_categories":["UEFI"],"readme":"uefi-jitfuck\n============\n\nA JIT (Just-In-Time) compiler for Brainfuck programming language running solely\non x86_64 UEFI (Universal Extensible Firmware Interface).\n\n![Screenshot of uefi-jitfuck inside UEFI Shell](images/screenshot.png)\n\n[The Lost Kingdom](http://jonripley.com/i-fiction/games/LostKingdomBF.html) by\nJon Ripley - over 2-megabyte adventure text game running inside UEFI Shell\nwith *uefi-jitfuck*.\n\n## Building\n\n### Requirements\n\n* C Compiler, e.g. GCC as well as linker (ld)\n* GNU Make\n* [GNU-EFI](https://sourceforge.net/projects/gnu-efi/)\n\n### Compiling\n\nJust execute:\n\n```\n$ make\n```\n\nin the project root directory. This will create `bin/` directory with\n`uefijitfuck.efi` executable inside - this is the binary you want to run.\n\n## Usage\n\nFirst, build the project or grab the executable from the\n[Releases](https://github.com/m4tx/uefi-jitfuck/releases) page and put it on\nyour ESP (EFI System Partition) along with the programs you want to run. Then,\nthere are several options:\n\n* Use your motherboard's built-in boot entry editor\n* Add a boot entry using `efibootmgr`\n* Use a UEFI Shell\n\nIf you don't want to run this on your UEFI directly, you can also use OVMF \n(UEFI firmware for QEMU/KVM).\n\nThe application requires one argument: the name of the file containing\nthe Brainfuck program you want to run.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm4tx%2Fuefi-jitfuck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm4tx%2Fuefi-jitfuck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm4tx%2Fuefi-jitfuck/lists"}