i built an entire x86 CPU emulator in CSS (no javascript)
you can write programs in C, compile them to x86 machine code with GCC, and run them inside CSS
i built an entire x86 CPU emulator in CSS (no javascript)
you can write programs in C, compile them to x86 machine code with GCC, and run them inside CSS
Hey All, I made a header only C++ library where it's 1 line of code to init, then you can start writing to pixels on the screen.
I call it thirteen.h, as it is inspired by the simplicity of the 13h days.
Examples include a mandelbrot viewer and a playable mine sweeper game.
MIT licensed.
Just installed Plan 9 and played for a bit with compiling and running some simple C programs. Looks like the provided iso file from Plan 9 installs a 386 system. 8c, 8l, 8a are the compiler, linker and assembler for 386. For writing the code I've used the sam editor.
I've used qemu to virtualize Plan 9 on my arm64 MacBook.
The Computer History Museum released an oral history interview with Ken Thompson, over four hours of video.