blink icon indicating copy to clipboard operation
blink copied to clipboard

tiniest x86-64-linux emulator

Results 43 blink issues
Sort by recently updated
recently updated
newest added

I'm on linux x86_64, trying to follow [this](https://justine.lol/blinkenlights/realmode.html) example: ``` $ echo ' .code16 .globl _start _start: dec %ax jmp _start ' | as -o prog.o $ ld -static --oformat=binary...

Out of curiosity I tried to run a Haskell program of mine on `blink`, and got the following error: ``` brassica: internal error: timerfd_create: Function not implemented (GHC version 9.2.7...

help wanted
syscalls

Hello, I am new to Blink and would like to build and run the Third-Party examples that are included but could not find any documentation. In particular, I would like...

Not sure if this is expected, and if anyone is interested in optimizing this. I have a real world workload that spends a lot of time in the memory subsystem....

I am trying to run a linux x64 scripting language interpreter on macOS. With LuaJIT I'm getting: ``` cannot create state: not enough memory ``` With MicroPython I'm getting: ```...

Hi, I've been trying to cross-compile blink for iOS. Part of the problem is that, from the compiler viewpoint, it is very difficult to separate iOS from a M1 Mac:...

blink 1.0.0 fails to build on older versions of macOS using older versions of Apple Clang (older than 1001): ``` ./blink/jit.h:270:10: error: address argument to atomic operation must be a...

Cygwin build throws 0x0000007b error on launch when trying to launch after copy cyggcc_s-seh-1.dll to Blink folder. ![image](https://github.com/jart/blink/assets/2005369/0fd3eeaa-fb64-4023-97ff-575e8222d02c)

Hi, I get the following error when trying to compile on emscripten ``` emconfigure ./configure emmake make -j4 ``` ``` /emsdk/upstream/emscripten/emcc -Wl,-z,noseparate-code -Wl,-z,norelro -Wl,-z,common-page-size=65536,-z,max-page-size=65536 o//blink/blinkenlights.o o//blink/blink.a o//third_party/libz/zlib.a -lrt -lm -o...